GNOME Bugzilla – Bug 769769
rtpmanager: Reduce the number of upstream GstRTPRetransmissionRequest events.
Last modified: 2018-11-03 15:10:43 UTC
Created attachment 333145 [details] [review] rtpmanager: Reduce the number of upstream GstRTPRetransmissionRequest events. Rather than sending one GstRTPRetransmissionRequest upstream event for each sequence number from a RR, send one per FCI entry. Should reduce upstream events significantly in high packet loss situations.
Review of attachment 333145 [details] [review]: For the rtxsend part, it would be very easy to add a test for that new functionality here: https://github.com/GStreamer/gst-plugins-good/blob/master/tests/check/elements/rtprtx.c. It would both serve as documentation of what you are doing, as well as proving to yourself and everyone else that this works as expected. Also, I am curious if you have encountered any implementation that actually uses the BLP field from https://tools.ietf.org/html/rfc4585#section-6.2.1 ?
The only implementation I have played with so far is gstreamer itself, which uses the BLP field.
Review of attachment 333145 [details] [review]: As Håvard said, it would be really great if there was a unit test, otherwise it will break, it's just a matter of time.
-- 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-good/issues/289.