OpenSuse11.2 , vlc 1.1.0 is taken from the oficial repository . And we have the DVB-S card.
it's necessary to stream in http and to share flows into two or more channels. Streaming of one of the channels is working.
Code: Select all
vlc --ttl 12 --program=59 dvb:// --dvb-adapter=0 --dvb-frequency=1553000 --dvb-srate=27500000 --dvb-voltage=18 --sout '#standard{access=http,mux=ts,dst=10.170.0.10:8081,select="program=59"}'
Here is the code with which I am trying to organize a stream:
Code: Select all
vlc --ttl 12 --programs=400,59 dvb:// --dvb-frequency=1553000 --dvb-srate=27500000 --dvb-voltage=18 --sout '#duplicate{dst=std{access=http,mux=ts,dst=10.170.0.10:8001},select="program=400", dst=std{access=http,mux=ts,dst=10.170.0.10:8002},select="program=59"}'
if it's necessery - I can provide loggs. Please help me