<div dir="ltr">Hi All,<br><br>I got a big problem when I use VLC 2.1.0-rc2 to play live H.264 stream that is output by ffserver.<br>the stream format is rtp. it includes Audio+ video. One rtp stream is for Audio and another is for Video.<br>
The payload type is 96 for Video, and 97 for Audio.<br>Video format: H.264, 1280x720, 30fps.<br>Audio format: PCM_S16_LE, 2 channel, 48000 sample rate.<br>I see the error when VLC debug message is enabled.<br>"avcodec error: more than 5 seconds of late video -> dropping frame (computer too slow ?)"<br>
then the video stream is freeze.<br>Because
the frame rate is decrease if the light is dark when ffmpeg capture
video data . Then the frame gap is larger than the first 10 minutes.<br>VLC does not know frame rate is decrease. VLC just know rtp timestamp has larger gap in the afterward packets.<br>Is there any method to inform VLC the timestamp will get more larger gap?</div>