Search found 1 match

Go to advanced search

by electronhauler
15 Jun 2012 19:29
Forum: VLC stream-output (sout)
Topic: Save the stream
Replies: 12
Views: 1840

Re: Save the stream

If you are trying to terminate a session while recording a udp stream you can invoke the run-time and stop-time options. The numbers are seconds i.e. 3600=1hour
e.g.
vlc udp://@yourstream --sout=file/ps:c:\folder\placetosavestream\test.mpg --run-time 3600 --stop-time=3600 vlc://quit

Go to advanced search