t-mullen / video-stream-merger

Merge multiple video MediaStreams into one composite.
https://t-mullen.github.io/video-stream-merger/
MIT License
357 stars 81 forks source link

use OffscreenCanvas in supported browsers #66

Open gut4 opened 3 years ago

gut4 commented 3 years ago

With OffscreenCanvas we can use web workers. It can improve performance.

There is polyfill that simplify cross browser use. https://github.com/ai/offscreen-canvas

hthetiot commented 3 years ago

I have a WebGL offScreen canvas draft, I may merge once #71 is merged.

no-1ne commented 3 years ago

Any love for this issue, The linked PR seems to be merged