I have been messing with various stream formats.
Can you, or anyone tell me why

1. This works

vlc
dvb-t://frequency=842000000 :dvb-bandwidth=8 :dvb-caching=300
:program=18560
:sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100}:http{dst=:8080/RadioStream.mp3}
:no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep

SBS play http://192.168.0.6:8080/RadioStream.mp3

I have had this running fine for several hours.

2. This Doesn't work...

vlc
dvb-t://frequency=842000000 :dvb-bandwidth=8 :dvb-caching=300
:program=18560
:sout=#transcode{vcodec=none,acodec=s16l,ab=128,channels=2,samplerate=44100}:http{dst=:8080/RadioStream.wav}
:no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep

SBS play http://192.168.0.6:8080/RadioStream.wav 
or http://192.168.0.6:8080/RadioStream.flac (changing wav to flac in
vlc)


All I have changes is the format. vlc streams it ok but sbs can't read
it.
>From what I can see this is more or less the format used when I use
TunerPlay plugin isn't it?

I can get an mp3 stream running perfectly for hours through the gui but
I can't get a pcm/wav stream to work at all??


-- 
cliver
------------------------------------------------------------------------
cliver's Profile: http://forums.slimdevices.com/member.php?userid=43289
View this thread: http://forums.slimdevices.com/showthread.php?t=21804

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

Reply via email to