Hi everyone,
First off, I'd like to say, the VLC development team, you have my following now. I've only just started within the past month, and you've converted me
My problem is quite a confusing one. I have created a webpage based STB piece of software and use the VLC active X control for playback. Using VLC to stream a UDP Multicast stream, and the active X uses a M3U playlist like so:
#EXTM3U
#EXTINF:123,Playlistname
dvdsimple://
udp://@224.0.0.1
offline.ogg
The playlist layout is easy enough, but I do need a fix for the following problem. If there is no DVD in the local drive for where the active X located, it moves onto the next item. Just what I want, but if the UDP stream is not active (because the server is not serving because I choose not to run it or it's crashed for some reason) the VLC active X, just sits there with it's white background and orange cone, it doesn't move on to the next playlist item I.E: offline.ogg.
It seems that VLC does not accept the fact that the UDP stream is not present.
Is there any known fix for this?
If anymore information is needed, I will try and provide as much as possible.