-
Notifications
You must be signed in to change notification settings - Fork 32
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
Clarify scalabilityMode = "" #183
Comments
@drkron FYI - good to get clarity on this before we ship |
@aboba friendly ping |
This actually ties in with the question of whether there should be an "L1T1" scalability mode, or similar explicit reprsentation of the "no scalability layers" configuration. w3c/webrtc-svc#48 If there is an explicit representation of the "no scalability" mode, that solves the problem of empty array having two meanings. |
The "L1T1" scalability mode has been added to the WebRTC-SVC list of modes, so as to allow the encoder to be configured with "no scalability layers". Also, there is now PR 54 to remove |
Can we close this issue? |
Yes. No longer applicable given recent direction in #182 (delete to use referenceScaling rather than scalabilityMode for decode capabilities). |
In #182, @aboba wrote:
IIUC, the meaning of = "" changes depending on surrounding circumstances. I want to understand this better and double check that MC is capable of following this model.
Attempting to learn more, I read https://www.w3.org/TR/webrtc-svc/#dom-rtcrtpcodeccapability-scalabilitymodes
I think I understand what this is saying, but I'm not able to reconcile it with @aboba's earlier statement. Is that behavior documented elsewhere in webrtc-svc?
Also, I like the bit about compliant decoders, but I worry that it creates ambiguity. As we've learned in #182, some Vp9 decoders unfortunately don't support SVC at all. How do we distinguish those from compliant decoders?
Ping w3c/webrtc-svc#49 so folks reading there see mention of this relevant issue.
The text was updated successfully, but these errors were encountered: