[MPlayer-dev-eng] Re: [RFC] h264 over rtsp without AVParser

Uoti Urpala uoti.urpala at pp1.inet.fi
Tue Mar 20 16:55:28 CET 2007


On Tue, 2007-03-20 at 13:06 +0000, Carl Eugen Hoyos wrote:
> If the stream contains B-Frames, and I set every NAL that is not first packet of
> frame to MP_NOPTS_VALUE, then I get "pts value <= previous" not only for the
> first frame after a pts jump backwards, but also for the following frames until
> the original pts value is reached.
> (These messages come along with video stutter.)

Pts jumps cause problems with the sorting the code does because in this
case the pre-jump pts values have to be used first even though they're
bigger. I'll have to think which of the possible workarounds could be
implemented in the least ugly way.




More information about the MPlayer-dev-eng mailing list