Page 1 of 1

DVB zapping time

Posted: 17 Jan 2006 11:46
by Gujs
Hello,

I am trying to stream dvb channels from my linux box to amino STB. When i want to change channel it realy take a lot of time.

Does somebody know ho to change channel faster.

My VLC line:

vlc --intf telnet --telnet-port=40001 --vlm-conf=/root/.vlc/vlcdvb0 --rt-priority --color --ttl 12 --ts-es-id-pid --sout-standard-access=udp --sout-standard-mux=ts --no-dvb-probe

VLM:


new ch1 broadcast enabled
setup ch1 input dvb:
setup ch1 output #duplicate{dst=std{url=227.111.1.1:12345},select="program=3201"}
setup ch1 option programs=3201
setup ch1 option dvb-frequency=12303000
setup ch1 option dvb-strate=27500000
setup ch1 option dvb-voltage=13
setup ch1 option dvb-satno=2


new ch2 broadcast enabled
setup ch2 input dvb:
setup ch2 output #duplicate{dst=std{url=227.111.1.1:12345},select="program=3202"}
setup ch2 option programs=3202
setup ch2 option dvb-frequency=12303000
setup ch2 option dvb-strate=27500000
setup ch2 option dvb-voltage=13
setup ch2 option dvb-satno=2


When i change from one to annother it takes more than 2 seconds, and when one of them has to use CI for decoding it can tak even 5 seconds.

Thanks