[mediacapture-transform] Out-of-main-thread processing by default (#23)

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

== Out-of-main-thread processing by default ==
Current API allows getting access to raw media in main thread which has known issues in terms of robustness and implementation.
We should envision an API that does processing by default where it is safe to do so.
A few options come to mind:
- Use AudioWorklet for audio
- Use https://github.com/w3c/mediacapture-extensions/issues/16 and do work in a worker
- Add an API that allows running JavaScript in a MediaStreamTrack worklet

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


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

Received on Thursday, 29 April 2021 08:30:04 UTC