./vlc udp://@224.0.0.1 --repeat --loop -I dummy -I http --http-host :8081 Playing a video on the server allows the client to play. I then hit stop and play on the client's HTTP interface 1-3 times and it crashes. Usually crashes after stopping and resuming playback 2 times. Also, the client and ser...
This was lately implemented for RTSP-streams. You can check it out in the current nightly builds on http://nightlies.videolan.org. UDP-Unicast and MMS should already support this.
It would be really nice if VLC could figure out when a stream has finished and do something useful other than show the last frame of the video forever. If it detected the end of the stream, it would be ideal for me if the video window would close (and the playlist moves on to the next item), but tha...
I have a VLC 0.8.2 server playing videos streaming over multicast UDP. The server is in play and stop mode. When a video finishes playing on the server (and client), the client sits there displaying the last frame forever. Is there any way I can get the UDP multicast client to go into stop mode when...