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

Syntax for payt appears invalid #95

Open
bradh opened this issue Feb 28, 2024 · 0 comments
Open

Syntax for payt appears invalid #95

bradh opened this issue Feb 28, 2024 · 0 comments

Comments

@bradh
Copy link

bradh commented Feb 28, 2024

In ISO/IEC 14496-12:2022 Section 9.1.5 "Statistical Information", part of the definition for the hintpayloadID is:

uint(8) count;
char rtpmap_string[count];

That does not appear to be valid SDL - there is no char data type.

Its not clear what this should be (perhaps reverse from RTP docs?), but the syntax probably should be a utfstring or utf8string or uint8 array.

(If editing this section, consider making the class names into CamelCase for consistency)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant