[webrtc-encoded-transform] Adopt feedback streams in RTCRtpScriptTransformer (#90)

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

== Adopt feedback streams in RTCRtpScriptTransformer ==
In some applications, especially those that have the input or output to a transform go somewhere other than the normal path, it is vital that the upstream frame source be informed of other events than just frames being consumed. This may include bandwidth adaptation signals, frame size adaptation signals, or other signals.

In mediacapture-transform, this need is satisfied by control channels.

I propose that we add two more attributes to the ScriptTransformer interface: ReadableStream readableControl and WritableStream writableControl.

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


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

Received on Friday, 19 March 2021 12:09:55 UTC