[Live-devel] Jitter Buffer h264 rtsp client

Ross Finlayson finlayson at live555.com
Thu Jan 3 15:36:51 PST 2019



> On Jan 4, 2019, at 12:29 PM, Kevin Bailey <kevin at advantaacomputer.com> wrote:
> 
> What exactly does the presentation time entail? Is it actually the time in which a frame should be passed off to the decoder and then to the screen?

No, it’s the time that the frame should be rendered (displayed) on the screen.  Note, though, that presentation times can be out-of-order (if you have 'B-frames’).  However, frames always arrive in ‘decoding order’ - i.e., the order in which they should be fed to the decoder - so you should feed your frames to your decoder in the order that they arrive (*not* the presentation time).


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/




More information about the live-devel mailing list