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

Expose MIME type as frame metadata #158

Closed
alvestrand opened this issue Oct 14, 2022 · 1 comment · Fixed by #140
Closed

Expose MIME type as frame metadata #158

alvestrand opened this issue Oct 14, 2022 · 1 comment · Fixed by #140
Labels
enhancement New feature or request PR exists A PR has been submitted

Comments

@alvestrand
Copy link
Contributor

alvestrand commented Oct 14, 2022

At the moment, payload type is exposed in metadata. But decoding this information needs a) access to SDP, and b) an SDP parser that can accurately identify the relevant MIME type.
The platform already knows the MIME type, so supplying it should be simple. This makes the API user's task easier, and seems to have little downside.

Use Case: https://w3c.github.io/webrtc-nv-use-cases/#auction

@aboba
Copy link
Contributor

aboba commented Nov 5, 2022

Resolution from 10-18-2022 WG meeting: "Add mimeType to Metadata".

@aboba aboba added PR exists A PR has been submitted and removed Ready for PR labels Nov 30, 2022
@alvestrand alvestrand added the enhancement New feature or request label Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PR exists A PR has been submitted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants