If you want to test my idea.

1. Install PlayReal plugin and mplayer - this has all the necessary
plugin and conf files to play RealAudio so only a small mold is needed
to support streaming WAV.
2. modify the PlayReal custom-convert.conf to play stream WAV by adding
the following.  This is a Linux & OSX only mod - Windows needs a
different line.

Code:
--------------------
    wav flc * *
        # R
        [realmplayer.sh] -really-quiet -vc null -vo null -bandwidth 10000000 
-cache 128 -af volume=0,resample=44100:0:1,channels=2 -ao 
pcm:waveheader:file=/dev/fd/3 $FILE$ | [flac] -cs --totally-silent 
--compression-level-0 --ignore-chunk-sizes -
  
--------------------

3. Restart SBS

This will not affect playing WAV files as they are normally transcoded
into PCM not Flac.


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=80756

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

Reply via email to