[streaming] Streaming radio from DVB card to fifo files
RUsh
rush at info-com.ru
Tue Apr 25 11:51:44 CEST 2006
The idea is to take signal from DVB card using vlc and stream it to
network using icecast+ices0
To do this, I create fifo files and use following command line:
$ vlc -vvv --color --ttl 12 --ts-es-id-pid --program=21 dvb:
--dvb-adapter 1 --dvb-frequency=4084000 --dvb-srate=2500000 --dvb-fec=3
--sout\ '#standard{access=file,mux=raw,url=/tmp/ruspes}'
Everything works right, when I try to read from this fifo using ices0,
everything works OK
The problems begins when I'm trying to stream two or more channels:
$ vlc -vvv --color --ttl 12 --ts-es-id-pid --programs=21,22 dvb:
--dvb-adapter 1 --dvb-frequency=4084000 --dvb-srate=2500000 --dvb-fec=3
--sout\ '#duplicate{\
dst="standard{access=file,mux=raw,url=/tmp/ruspes}",select="program=21",\
dst="standard{access=file,mux=raw,url=/tmp/dinamit}",select="program=22"\
}'
In this case, vlc writes to fifo files only for some seconds and then
stops writing without any messages ;-/
It can be realize using cat command:
$ cat /tmp/dinamit
In case regular files everything is ok, files size grows ...
Please help, is it bug or my mistake?
--
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html
More information about the streaming
mailing list