Search found 3 matches

Go to advanced search

by Dave S
19 Jul 2008 04:49
Forum: General VLC media player Troubleshooting
Topic: howto stop vlc after 30 minutes or X minutes
Replies: 15
Views: 51698

Re: howto stop vlc after 30 minutes or X minutes

Jerry, I have run into the same problem. I can get vlc to record an mp3 stream for one hour by using /usr/bin/vlc --stop-time=3600 $INSTREAM ':sout=#duplicate{dst=std{access=file,mux=raw,dst="'$OUTFILE'"}}' vlc:quit but the corresponding command to record an asf stream /usr/bin/vlc --stop-...
by Dave S
01 Jun 2008 21:05
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to stop recording a live stream
Replies: 1
Views: 668

Re: How to stop recording a live stream

I found that the following works after some time on google and playing around with the code: /usr/bin/vlc -I dummy --stop-time=3600 $INSTREAM ':sout=#transcode{acodec=mpga,ab=96,channels=2}:duplicate{dst=std{access=file,mux=raw,dst="'$OUTFILE'"}}' vlc:quit This quits nicely after being cal...
by Dave S
31 May 2008 22:01
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to stop recording a live stream
Replies: 1
Views: 668

How to stop recording a live stream

This pertains to Ubuntu 8.04 with a freshly updated installation of vlc. I have a cron job which starts recording a live stream at a specific time. Is anyone aware of a way to tell vlc from the command line to stop recording after a specific amount of time? For what it is worth, I use a second cron ...

Go to advanced search