-
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
v2 of this package #127
Comments
Hello, IMHO a good improvement would be adding MarshalSize() and MarshalTo() to all packets, exactly like pion/rtp, in order to improve performance. Furthermore, this can be the occasion to fully adopt pion/rtp/v2, that actually is in a sort of limbo - it has been ready for some time but its adoption has stalled. |
Application-Defined RTCP Packet would be useful for some use case |
👍 application defined RTCP, it's a bit of a pain to incorporate custom RTCP packets right now because raw packets get filtered out by SSRC. |
If you bump the version of RTCP, then the type of the parameter to This would seem to imply that it is impossible to bump the version of |
I think there's a little inconsistency between the In case we want to change this: I just created #129 for the RFC8888 packet, where we might be able to fix this, because I think it has not been released in any tagged version. Changing it for the |
I wasn't really sure why supporting application-defined packets would be a pain... |
Because of #126 we are going to need to do a /v2 break. Anyone have features/ideas/changes they would like to see?
@jech @adamroach @kevmo314 @boks1971 @mengelbart @cnderrauber @OrlandoCo @aler9 @spe-dev You all are active in this repo or use it extensively.
The text was updated successfully, but these errors were encountered: