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

Remove RTCRtpCodecCapability.kind #559

Closed
ibc opened this issue Jun 2, 2016 · 4 comments
Closed

Remove RTCRtpCodecCapability.kind #559

ibc opened this issue Jun 2, 2016 · 4 comments

Comments

@ibc
Copy link
Contributor

ibc commented Jun 2, 2016

If we go (as per last WebRTC WG meeting) with full MIME type/subtype for codec names ("audio/opus", "video/VP8", etc), we should remove the RTCRtpCodecCapability.kind parameter because the RTCRtpCodecCapability.name already includes the MIME type ("audio", "video").

@aboba
Copy link
Contributor

aboba commented Jun 3, 2016

At the WEBRTC WG meeting, it was pointed out that getCapabilities("depth") might return "video/vp8", so that kind and the MIME media type are not necessarily be the same.

@ibc
Copy link
Contributor Author

ibc commented Jun 4, 2016

Can the RtpReceiver constructor be called with "depth" as kind value?

@aboba
Copy link
Contributor

aboba commented Jun 6, 2016

If the implementation supports "depth" I believe it would have to be allowed. See the W3C Depth Capture specification: https://w3c.github.io/mediacapture-depth/

@ibc
Copy link
Contributor Author

ibc commented Jun 12, 2016

Let's close this issue.

@ibc ibc closed this as completed Jun 12, 2016
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

2 participants