Hey everybody,
Here is my problem, I want to display a playlist of different streams (UDP and RTP) in a xspf file. I want each stream to display during 30s, so I'm using the vlc option run-time, "<vlc-option>run-time=30</vlc-option>". My code was working with the version 1.1.11 of VLC, but with the latest version, I've got a problem with the RTP Stream.
In version 2.0.0/2.0.1, the UDP streams display during 30seconds (no problem)but when the stream in question is a RTP, the stream is displayed for more than 30 seconds.
I've been looking everywhere for the answer, I've even tried to use VLC with command line, the option run-time works for UDP streams but not for RTP streams.
(I've noticed that although in the version 1.1.11, run-time is not working in command line)
Thanks for your futur answers