[Bug 751444] RTP: Keep track of all estimated round trip times observed per each report block
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jun 29 10:01:24 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=751444
--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Ok, so the RB handling is completely weird!
rtp_session_request_local_key_unit() assumes that it can get the rtt on the
sender side from the media-receiver source. But rtp_session_process_rb() calls
rtp_source_process_rb() with the media-sender source. So the media-receiver
source on the sender side should never have a non-zero rtt.
And rtp_source_create_stats() only looks at non-internal sources for adding the
RB stats... so it will always add 0 there currently.
--
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