I am using a command such as the following as part of a windows batch file:
Code: Select all
vlc !URL! --sout=#std{access=file,mux=mp3,dst=!FILENAME!} --run-time 10 vlc://quit
The problem is that if the stream at the URL is down, vlc keeps trying to connect and does not quit. How then do I tell vlc to quit if failing to connect to the specified URL stream after, let's say, x secs.
Thx
gc