- From: youennf via GitHub <sysbot+gh@w3.org>
- Date: Fri, 08 Mar 2024 11:31:47 +0000
- To: public-webrtc-logs@w3.org
In typical WebRTC applications, there is a thread for audio capture/rendering and there are threads dedicated to networking, media handling. The former (which maps to AudioWorklet) is usually higher priority than the latter (which map to DedicatedWorkers). I am not sure allowing to do encoding/networking in AudioWorklet is a good idea. For instance webcodecs construct are not supported in worklets. WebRTC encoded transform streams are transferable but RTCRtpScriptTransformer is not. CC @padenot and @jan-ivar. -- GitHub Notification of comment by youennf Please view or discuss this issue at https://github.com/w3c/webrtc-encoded-transform/issues/226#issuecomment-1985534221 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 11:31:49 UTC