-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
Configurable payload type #116
Comments
Agree. Currently they're few, so we can just print them in --help.
https://tools.ietf.org/html/rfc3551#section-6
We already have these constants: https://github.com/roc-project/roc/blob/develop/src/modules/roc_rtp/headers.h#L31
Yes, this is the correct RFC. See the link above to the concrete section. |
Will be covered in #608 |
Allow to configure payload type in sender (command line and public API). Payload type defines number of channels, sample format, and rate.
The text was updated successfully, but these errors were encountered: