Ive got really big problem in Windows with VLC 0.8.6 .
The Question is: Does exist in VLC some WORKING parameter witch which i can stop recording MULTICAST streaming video ? --stop-time parametr DOESNT work.
My running script is:
Code: Select all
start vlc --codec ffmpeg udp://@239.194.10.11:1234 --stop-time=10 --sout=#transcode{acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=file,mux=ps,url="D:\recCT1.mpg"}}
But this script runs NEVERENDING recording.
So when i add --stop-time parameter like this:
Code: Select all
start vlc --codec ffmpeg udp://@239.194.10.11:1234 --stop-time=10 --sout=#transcode{acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=file,mux=ps,url="D:\recCT1.mpg"}} --stop-time 10
I hope there is some solution, without using any special scheduling programs, because than its sux and quite big BUG for me!
Thx, for every help!!