- From: Tony Herre via GitHub <sysbot+gh@w3.org>
- Date: Fri, 08 Mar 2024 09:38:34 +0000
- To: public-webrtc@w3.org
tonyherre has just created a new issue for https://github.com/w3c/webrtc-encoded-transform: == Expose RTCEncoded*Frame interfaces in Worklets == Working with encoded frames from worklets, particularly RTCEncodedAudioFrames from AudioWorklets, would be very useful for apps, allowing them to choose the best execution environment for encoded media processing, beyond just Window and DedicatedWorker. Readable and WritableStreams already have `Exposed=Worklet`, so transferring the streams of encoded frames would make sense and allow more performant implementations than eg requiring apps to copy data & metadata in a DedicatedWorker before going to the worklet / after returning from it. I propose we add `Worklet` to the Exposed lists for RTCEncodedVideoFrame and RTCEncodedAudioFrame, and likely follow up with similar changes for the interfaces in the webcodecs spec. CC @alvestrand @aboba @guidou @youennf Please view or discuss this issue at https://github.com/w3c/webrtc-encoded-transform/issues/226 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 8 March 2024 09:38:35 UTC