-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement RTCP XR #8
Labels
Comments
maxhawkins
added
help wanted
Extra attention is needed
good first issue
Good for newcomers
labels
Feb 27, 2019
Closed
adamroach
added a commit
that referenced
this issue
Sep 8, 2021
This patch adds baseline support for RTCP extended reports, as defined in RFC 3611, including the baseline seven report block types it describes. This patch also adds some introspection-based support functions to provide semi-automated marshaling and unmarshaling of arbitrary structures, and automated stringifying of Packet structures, so as to greatly simplify adding the other 27 report types. This patch addresses the baseline functionality of Issue #8.
pionbot
pushed a commit
that referenced
this issue
Sep 8, 2021
This patch adds baseline support for RTCP extended reports, as defined in RFC 3611, including the baseline seven report block types it describes. This patch also adds some introspection-based support functions to provide semi-automated marshaling and unmarshaling of arbitrary structures, and automated stringifying of Packet structures, so as to greatly simplify adding the other 27 report types. This patch addresses the baseline functionality of Issue #8.
adamroach
added a commit
that referenced
this issue
Sep 8, 2021
Squashed commits: [e2528f4] Add support for RTCP Extended Reports This patch adds baseline support for RTCP extended reports, as defined in RFC 3611, including the baseline seven report block types it describes. This patch also adds some introspection-based support functions to provide semi-automated marshaling and unmarshaling of arbitrary structures, and automated stringifying of Packet structures, so as to greatly simplify adding the other 27 report types. This patch addresses the baseline functionality of Issue #8. [d42fcf6] Add support for RTCP Extended Reports This patch adds baseline support for RTCP extended reports, as defined in RFC 3611, including the baseline seven report block types it describes. This patch also adds some introspection-based support functions to provide semi-automated marshaling and unmarshaling of arbitrary structures, and automated stringifying of Packet structures, so as to greatly simplify adding the other 27 report types. This patch addresses the baseline functionality of Issue #8.
adamroach
added a commit
that referenced
this issue
Sep 8, 2021
This patch adds baseline support for RTCP extended reports, as defined in RFC 3611, including the baseline seven report block types it describes. This patch also adds some introspection-based support functions to provide semi-automated marshaling and unmarshaling of arbitrary structures, and automated stringifying of Packet structures, so as to greatly simplify adding the other 27 report types. This patch addresses the baseline functionality of Issue #8.
adamroach
added a commit
that referenced
this issue
Sep 9, 2021
This patch adds baseline support for RTCP extended reports, as defined in RFC 3611, including the baseline seven report block types it describes. This patch also adds some introspection-based support functions to provide semi-automated marshaling and unmarshaling of arbitrary structures, and automated stringifying of Packet structures, so as to greatly simplify adding the other 27 report types. This patch addresses the baseline functionality of Issue #8.
adamroach
added a commit
that referenced
this issue
Sep 13, 2021
This patch adds baseline support for RTCP extended reports, as defined in RFC 3611, including the baseline seven report block types it describes. This patch also adds some introspection-based support functions to provide semi-automated marshaling and unmarshaling of arbitrary structures, and automated stringifying of Packet structures, so as to greatly simplify adding the other 27 report types. This patch addresses the baseline functionality of Issue #8.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many WebRTC implementations negotiate this payload extension. It would be nice if we supported it, especially in service of pion/webrtc#610.
https://tools.ietf.org/html/rfc3611
The text was updated successfully, but these errors were encountered: