I have a windows server 2003 with VLC
This server stream 8 channel DVB-T in my lan and work well. Some time VLC crash , for this reason i create a batch file with loop , this vlc.bat:
Code: Select all
:Loop
C:\Programmi\VideoLAN\VLC\vlc.exe -vvv --ttl 12 dvb:// --dvb-frequency=754166000 --dvb-adapter=0 --dvb-bandwidth=8 --programs 143,141,142,145,146,153,155,154 --sout=#duplicate{dst=std{access=udp,dst=239.1.1.1:1234},select="program=143",dst=std{access=udp,dst=239.1.1.2:1234},select="program=141",dst=std{access=udp,dst=239.1.1.3:1234},select="program=142",dst=std{access=udp,dst=239.1.1.4:1234},select="program=145",dst=std{access=udp,dst=239.1.1.5:1234},select="program=146",dst=std{access=udp,dst=231.1.1.6:1234},select="program=153",dst=std{ac
cess=udp,dst=239.1.1.7:1234},select="program=155",dst=std{access=udp,dst=239.1.1.8:1234},select="program=154"}
goto Loop
Is there a option to leave this Report Bug Window?
Sorry for my bad english (i'm italian)
Thank you