[Bug 797303] rtpbasepayload: Update seqnum property correctly

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Oct 19 15:53:05 UTC 2018


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

--- Comment #4 from Linus Svensson <linus.svensson at axis.com> ---
This does indeed cause a problem when creating the RTP info.
gst_rtsp_stream_get_rtpinfo() will read the "stats" property of the payloader
to get the sequence number. The payloader may have produced more then one RTP
packet in that case. If the seqnum property has the value of the last produced
RTP packet (which makes sense to me if it does), the current way of generating
the RTP info will not work.

There is still an issue with RTSP PAUSE when the server uses
GST_RTSP_SUSPEND_MODE_RESET. More work has to be done to solve this, then.

This patch does not work (at least without other changes), sorry for the
upload. Can I mark the attachment as obsolete?

-- 
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