Page 1 of 1

How to stop MULTICAST recording stream with parameter ?

Posted: 19 May 2007 22:05
by PavelUK
Hi mates,

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
Recording is same, neverending :(

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!!

Posted: 19 May 2007 23:48
by PavelUK
Well, I found solution in using Mencoder instead of VLC.

Simple script

Code: Select all

start mencoder -cache 4096 rtp://@239.194.10.13:1234 -vf scale=640:480 -o title2.avi -oac copy -ovc lavc -lavcopts vcodec=mpeg4 -endpos 10
Make everything what i want :lol:


Anyway, if there is some solution for VLC i will preffer it!

Posted: 20 May 2007 08:28
by DJ
viewtopic.php?t=28447
Free PVR and support for VLC