GNOME Bugzilla – Bug 762628
rtpbasepayload: Optionally emit RTP headers as a meta
Last modified: 2018-11-03 11:45:03 UTC
This should be useful to us in PulseAudio where I'd like to use GStreamer for RTP if possible, but do our own clock slaving (need access to the RTP timestamp even after depayloading).
Created attachment 322260 [details] [review] rtpbasepayload: Optionally emit RTP headers as a meta This adds the ability for depayloads to attach RTP header information to depayloaded buffers as a meta. This is potentially useful in situations where downstream elements (or an app) wants to map RTP header information to depayloaded data.
*** Bug 762627 has been marked as a duplicate of this bug. ***
For your own clock slaving, you could just set buffer-mode=none in rtpjitterbuffer. Then you will get the RTP timestamps as PTS and the arrival timestamps as DTS
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/255.