VLC 0.7.2, Windows 2k pro.
I need to have the client application quit automatically at the end of the UDP stream. I'm aware of the vlc:quit option, but while that works at the server end (it streams then quits, as expected), it has no effect at the client end, which just sits there with the last frame of the video visible.
Reason I ask: the client is running on stand-alone computers - there is no user.
Any way of doing this from the command-line options?
If not, can anyone give me any hints as to where to look in the source to detect the end of the stream - I am successfully building this under Cygwin.
Thanks.