> I’m failing to understand how the presentation time in live555 is to be used. 
> I’m sending PTs, as generated by my HEVC encoder, which start at 0:0

That’s your problem.  When streaming data using our RTSP server implementation, 
presentation times (i.e., the “fPresentationTime” member variable) need to be 
aligned with ‘wall clock’ time - i.e., the time that you’d get by calling 
“gettimeofday()”.

(The reason for this is our RTCP implementation uses “gettimeofday()” when 
generating its RTCP “SR” (“Sender Report”) packets.)


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


_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to