bpa;343955 Wrote: 
> The AAC files will be decoded on the server and then, if using defasult
> settings, sent as Flac to SB - so you need bandwidth of about 1500kbps
> between server and player.

bpa, please could you confirm same bandwith is needed when using the
following custom-convert.conf settings ? see this thread:
http://forums.slimdevices.com/showthread.php?t=52949&referrerid=16531 
Thank's in advance

Volpone


Code:
--------------------
    
  #mov mp3 * *
  [mplayer-stdout] -really-quiet -vc null -vo null -cache 128 -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=- $FILE$ 
2>/dev/null | [lame] --silent -r -x -q $QUALITY$ -b $BITRATE$ - - 2>/dev/null
  mov flc * *
  [mplayer-stdout] -really-quiet -vc null -vo null -cache 128 -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=- $FILE$ 
2>/dev/null | [flac] -cs --endian=little --channels=2 --sign=signed --bps=16 
--sample-rate=44100 --compression-level-0 - - 2>/dev/null
  mov wav * *
  [mplayer-stdout] -really-quiet -vc null -vo null -cache 128 -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:waveheader:file=- $FILE$ 
2>/dev/null 
--------------------


-- 
volpone

Synology DS207+ (FW722) / SSODS 3.0 Beta14 | SC 7.2.1-23233 (LINUX) ->
SB3 - Duet/SBR - SBB
------------------------------------------------------------------------
volpone's Profile: http://forums.slimdevices.com/member.php?userid=16531
View this thread: http://forums.slimdevices.com/showthread.php?t=53021

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to