w3c / webrtc-svc

W3C Scalable Video Coding (SVC) Extension for WebRTC
https://w3c.github.io/webrtc-svc/
Other
39 stars 14 forks source link

SFUs: Supported SVC modes and Header Extension Negotiation #1

Closed aboba closed 5 years ago

aboba commented 5 years ago

An SFU's ability to forward a scalability mode may depend on the negotiated header extensions. For example, if the content is e2e encrypted, then negotiation of a suitable header extension (e.g. the AV1 Descriptor RTP header extension) may be required to forward any SVC mode, since the codec payload will be opaque to the SFU.

So while on the browser, RtpReceiver.getCapabilities() is static (e.g. returns the same value regardless of the state of O/A negotiation), this may not be true on an SFU. That is, an SFU might return a different set of supported SVC modes depending on the negotiated header extensions.

This needs to be pointed out somewhere.