[webrtc-encoded-transform] Evaluate how to expose SFrame packetization format to RTCScriptTransform and SFrameTransform (#214)

youennf has just created a new issue for https://github.com/w3c/webrtc-encoded-transform:

== Evaluate how to expose SFrame packetization format to RTCScriptTransform and SFrameTransform ==
Let's assume a UA is implementing the SFrame packetization format.
Existing APIs can be used to enable/disable this format during negotiation.
Once it is negotiated for a given call, a few questions may need to be studied:
- In case SFrameTransform is set on sender side, the SFrame packetization format would be automatically selected. What should happen on receiver side though? Should SFrameTransform be applied to all incoming payload types? Should the SFrameTransform only decrypt payloads processed by the SFrame depacketizer? Should it be an option by the web page?
- How should a sending script transform that implements SFrame encryption itself select the SFrame packetization? How should the script transform provide the necessary data to the SFrame packetizer?
- How should SFrame depacketized data be presented to a receiving script transform?

Please view or discuss this issue at https://github.com/w3c/webrtc-encoded-transform/issues/214 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 22 November 2023 12:19:25 UTC