Skip to content
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

Closed
maxhawkins opened this issue Feb 27, 2019 · 0 comments · Fixed by #107
Closed

Implement RTCP XR #8

maxhawkins opened this issue Feb 27, 2019 · 0 comments · Fixed by #107
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@maxhawkins
Copy link
Contributor

maxhawkins commented Feb 27, 2019

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

@maxhawkins maxhawkins added help wanted Extra attention is needed good first issue Good for newcomers labels Feb 27, 2019
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
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Development

Successfully merging a pull request may close this issue.

1 participant