GNOME Bugzilla – Bug 761583
Getting gst_element_query_position to return NTP time
Last modified: 2018-05-06 12:18:11 UTC
As discussed here http://lists.freedesktop.org/archives/gstreamer-devel/2016-February/056516.html The idea it to support play time synchronization with the NTP timestamps from the RTCP SR packets.
You want to do synchronization based on the NTP timestamps of the RTCP SRs? (That is already implemented and works well). Or report the NTP time as the stream time, e.g. from gst_element_query_position() as the title of this bug suggests? Any progress on this already?
The latter. I have made some progress yes, I am firing an event from rtpbin when the rtcp packet is received. On the rtpjitterbuffer I will probably need to add a property to choose between responding with the PTS or the stream time to a position query.
Created attachment 321668 [details] Example Usage example of previous patch
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment. Thanks!