[Bug 757688] rtponviftimestamp: element does not work properly

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Nov 6 06:55:25 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=757688

--- Comment #3 from Ognyan Tonchev (redstar_) <ognyan.tonchev at axis.com> ---
Created attachment 314996
  --> https://bugzilla.gnome.org/attachment.cgi?id=314996&action=edit
rtponviftimestamp: Update ntp-offset and d/e-bits with a GstEvent

It is now possible to update the currently used ntp-offset with a
custom serialized downstream event. The element will read the ntp-offset
property when doing the state transition from READY to PAUSED and
use that offset until it receives a "GstNtpOffset" event, which also
has a "ntp-offset" attribute in that it's structure. In case the
property is not set and no event has been received, the element will
guess the npt-offset with help of the clock. If no clock can be
retrieved, the element will error out and stop the data flow.

The same event is also used for updating the D/E-bits in the RTP
extension header. The discont flag in a buffer can be set whenver a
live/network source looses a frame, but that is not the type of
discontinuity that the onvif extension header should reflect. The
header is mainly used for playback of a track concept, in which
gaps can be present, and it's those kind of gaps that should be
highlighted with the D- and E-bits.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list