GNOME Bugzilla – Bug 762259
rtpjitterbuffer: Add RFC7273 media clock handling
Last modified: 2016-04-03 08:25:10 UTC
See commit message
Created attachment 321578 [details] [review] WIP: rtpjitterbuffer: Add RFC7273 media clock handling
Created attachment 321855 [details] [review] rtpjitterbuffer: Add RFC7273 media clock handling
Created attachment 321873 [details] [review] rtpjitterbuffer: Add RFC7273 media clock handling
Created attachment 321878 [details] [review] rtpjitterbuffer: Add RFC7273 media clock handling
Review of attachment 321878 [details] [review]: ::: gst/rtpmanager/rtpjitterbuffer.c @@ +900,3 @@ + nsrtptimediff = 0; + + rtpntptime = nsrtptimediff + jbuf->media_clock_base_time; It might make sense to update the base times here every now and then, e.g. to the average of all in the last 10 seconds or something. Otherwise we will have a base in the past, and small inaccuracies in the netclock sync will result in huge differences as the distance from the base is big.
Attachment 321878 [details] pushed as df247f0 - rtpjitterbuffer: Add RFC7273 media clock handling