However, when i stream and use the RC interface, i want the RC interface (and the process) to exit / end automatically when the movie finishes playing. Any ideas how to do this please ?
Some examples of various command lines i tried.
Code: Select all
vlc.exe "path\to\my\movie.mp4" vlc://quit
Code: Select all
vlc.exe "path\to\my\movie.mp4" --play-and-exit
BUT neither of the next two lines will exit / end the process if i am streaming.
Code: Select all
vlc.exe -v "path\to\my\movie.mp4" --play-and-exit --sout #standard{access=http,mux=ts,dst=0.0.0.0:1234} -I rc
Code: Select all
vlc.exe -v "path\to\my\movie.mp4" --sout #standard{access=http,mux=ts,dst=0.0.0.0:1234} -I rc vlc://quit