<div>Hi All,</div>
<div> I have written an RTSP server (runs either on windows or linux) to serve real time video and was testing with MPlayer and VLC rtsp clients. While Mplayer plays the video fine, vlc doesnt persistently play the same stream, just shows a few frames in the beginning, then freezes. 
</div>
<div>The log spits out messages like: </div>
<div> </div>
<div>"ffmpeg decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)"</div>
<div> </div>
<div>What could be the issue? My first guess was the RTP timestamp but I verified that I am sending the milliseconds elapsed since system startup at the time when a frame is seen</div>
<div>correctly, so for a 30 fps stream, the timestamp increments by about 33 (using windows high performance counter)</div>
<div> </div>
<div>The problem happens on linux as well which uses gettimeofday. </div>
<div> </div>
<div>Anybody have gotten any clue as to whats going on?</div>
<div> </div>
<div>Log:</div>
<div> </div>
<div> </div>
<div>[00000353] logger interface: VLC media player - version 0.8.6c Janus - (c) 1996-<br>2007 the VideoLAN team<br>[00000353] logger interface:<br>Warning: if you can't access the GUI anymore, open a command-line window, go to 
<br>the directory where you installed VLC and run "vlc -I wx"</div>
<div>[00000353] logger interface: using logger...<br>Sending request: TEARDOWN rtsp://10.95.253.151/1841/ RTSP/1.0<br>CSeq: 5<br>Session: 28674<br>User-Agent: VLC media player (LIVE555 Streaming Media v2007.02.20)</div>
<div><br>Received TEARDOWN response: RTSP/1.0 200 OK<br>CSeq: 5<br>Date: Tue, Dec 11 2007 17:53:53 GMT</div>
<div><br>Sending request: OPTIONS rtsp://10.95.253.151/1841 RTSP/1.0<br>CSeq: 6<br>User-Agent: VLC media player (LIVE555 Streaming Media v2007.02.20)</div>
<div><br>Received OPTIONS response: RTSP/1.0 200 OK<br>CSeq: 6<br>Date: Tue, Dec 11 2007 17:53:55 GMT<br>Server:X Inc RTSP server v1.0<br>Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE</div>
<div><br>Sending request: DESCRIBE rtsp://10.95.253.151/1841 RTSP/1.0<br>CSeq: 7<br>Accept: application/sdp<br>User-Agent: VLC media player (LIVE555 Streaming Media v2007.02.20)</div>
<div><br>Received DESCRIBE response: RTSP/1.0 200 OK<br>CSeq: 7<br>Date: Tue, Dec 11 2007 17:53:56 GMT<br>Content-Base: rtsp://10.95.253.151/1841/<br>Content-Type: application/sdp<br>Content-Length: 605</div>
<div><br>Need to read 605 extra bytes<br>Read 605 extra bytes: v=0<br>o=- 1025837281000001 1 IN IP4 <a href="http://10.95.253.151/" target="_blank">10.95.253.151</a><br>s=MPEG-4 elementary video stream and/or PCM audio stream, streamed by X Inc 
</div>
<div>i=Peripheral ID: 1841 (Live feed)<br>t=0 0<br>a=tool:X Inc RTSP streaming media1.0<br>a=type:broadcast<br>a=control:*<br>a=range:npt=0-<br>a=x-qt-text-nam:MPEG-4 elementary video stream and/or PCM audio stream, streamed 
<br> by X Inc<br>a=x-qt-text-inf:Peripheral ID: 1841 (Live feed)<br>m=video 0 RTP/AVP 96<br>c=IN IP4 <a href="http://0.0.0.0/" target="_blank">0.0.0.0</a><br>a=rtpmap:96 MP4V-ES/9000<br>a=fmtp:96 profile-level-id=245;config=000001b0f5000001b509000001000000012000c888 
<br>ba9860fa616083c28307<br>a=control:video</div>
<div><br>Sending request: SETUP rtsp://10.95.253.151/1841/video RTSP/1.0<br>CSeq: 8<br>Transport: RTP/AVP;unicast;client_port=11148-11149<br>User-Agent: VLC media player (LIVE555 Streaming Media v2007.02.20)</div>
<div><br>Received SETUP response: RTSP/1.0 200 OK<br>CSeq: 8<br>Date: Tue, Dec 11 2007 17:53:56 GMT<br>Transport: RTP/AVP;unicast;destination=<a href="http://10.95.253.132/" target="_blank">10.95.253.132</a>;source=<a href="http://10.95.253.151/" target="_blank">
 10.95.253.151</a>;client<br>_port=11148-11149;server_port=1352-6505<br>Session: 17508</div>
<div><br>Sending request: PLAY rtsp://10.95.253.151/1841/ RTSP/1.0<br>CSeq: 9<br>Session: 17508<br>Range: npt=0.000-<br>User-Agent: VLC media player (LIVE555 Streaming Media v2007.02.20)</div>
<div><br>Received PLAY response: RTSP/1.0 200 OK<br>CSeq: 9<br>Date: Tue, Dec 11 2007 17:53:56 GMT<br>Range: npt=0.000-<br>Session: 17508<br>RTP-Info: url=rtsp://10.95.253.151/1841/video;seq=15283;rtptime=1025837546</div>

<div><br>[00000357] ffmpeg decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)<br>[00000357] ffmpeg decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) 
<br>[00000357] ffmpeg decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)<br></div>