Page 1 of 1

DVB-T multiple channels over HTTP

Posted: 19 Feb 2009 13:28
by hadas
Hello, im tryng to stream over http multiple channels, but i can`t select channel on client side, just opens two windows with different channels, this is my VLM conf file :
new dvbtest broadcast enabled
setup dvbtest input "dvb://"
setup dvbtest option dvb-adapter=0
setup dvbtest option dvb-frequency=762000000
setup dvbtest option dvb-srate=0
setup dvbtest option programs=1,3
setup dvbtest option ts-es-id-pid
setup dvbtest output #transcode{vcodec=h264,vb=300,scale=0.5,acodec=mpga,ab=96,channels=2}:duplicate{dst=standard{access=http,mux=ts,url=10.0.0.1:8080,select="channel=1"}}
control dvbtest play
how can i fix it

Re: DVB-T multiple channels over HTTP

Posted: 19 Feb 2009 18:50
by hadas
when i edited :
output #duplicate{dst=standard{access=http,mux=ts,url="10.0.0.1:8002",select="program=1"},dst=standard{access="http",mux="ts",url="10.0.0.1:8001",select="program=3"}}
vlc streams two channels but on client side opens two windows same time with diferent channels, and vlc still using default port 8080, not 8001 or 8002 how to fix it

Re: DVB-T multiple channels over HTTP

Posted: 22 Mar 2009 10:10
by muse
the forum is cutting the #output string and we can't see the final part.. split the string please