w3c / mediacapture-transform

MediaStreamTrack Insertable Media Processing using Streams
https://w3c.github.io/mediacapture-transform/
Other
44 stars 20 forks source link

Spec examples do processing on main thread #28

Closed youennf closed 3 years ago

youennf commented 3 years ago

We should probably recommend the best way to do things in examples, which means doing media processing in workers. This applies both in spec examples as well as examples in https://webrtc.github.io/samples.

guidou commented 3 years ago

This has been addressed by recent PRs.