Hello,
I tried to connect to a RTSP stream (rtsp://mycamera:554/mpeg4/media.amp), it works if I force RTSP over TCP but the automatic switch seems to fail:
It should try RTP / UDP for 10s,
then fails,
then try RTP / TCP, but instead of trying for 10s, the timeout fails immediately (it seems that during this second attempt, the demuxer use the same timeout as the 1st attempt on UDP, whereas this timeout is already over).
Is this a bug? (I've already searched on the forum and the bugtracker and did not find anything).
I tested on windows VLC 0.8.6a and 0.8.6b
Here is the log:
http://paste.videolan.org/1688
--
BenChe