You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, VP8 [[RFC6386](https://w3c.github.io/webrtc-svc/#bib-rfc6386)] only supports temporal scalability (e.g. ["L1T2"](https://w3c.github.io/webrtc-svc/#dfn-l1t2), ["L1T3"](https://w3c.github.io/webrtc-svc/#dfn-l1t3)); H.264/SVC [[RFC6190](https://w3c.github.io/webrtc-svc/#bib-rfc6190)], which supports both temporal and spatial scalability, only permits transport of simulcast on distinct SSRCs, so that it does not support "S" modes, where multiple encodings are transported on a single RTP stream
It says the H264 doesn't support "S" modes.
Is it a bug in libmediasoupclient c++ code?
The text was updated successfully, but these errors were encountered:
Not really a bug. This was done for a previous version of libwebrtc where scalabilityMode wasn't available. Now we are using M110 so the code in libmediasoupclient's Handler should match what we do in Chrome111 handler in mediasoup-client.
Hi, I find the C++ code:
vp8 and h264 have been forced to set "S1T3" in scalabilityMode.
but js code:
And I check the webrtc js site: https://w3c.github.io/webrtc-svc/#scalabilitymodes*
It says the H264 doesn't support "S" modes.
Is it a bug in libmediasoupclient c++ code?
The text was updated successfully, but these errors were encountered: