Hello,
I am trying to use libVLC to display an RTSP stream. This works fine normally. However, if the stream is stopped for more than a few (10?) seconds, VLC will not continue playing when it restarts. This is important as I am playing a stream that may be paused for some time.
I believe this is the same behaviour as when the main VLC program times out after 10 seconds of not receiving an RTP stream.
I have tried the -rtp-timeout= command line option listed in the exhaustive help command, but this does not seem to work, is there any other way I can get round this problem?