t-mullen / video-stream-merger

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

Support for mobile (react-native) #23

Open DuyPhanQuang opened 5 years ago

DuyPhanQuang commented 5 years ago

In web is good to use but this module not support for mobile (i'm producing app in platform react-native). Can you suggest for me modules merger-video-stream support for react-native ?

t-mullen commented 5 years ago

Sorry, I don't know of anything like this module for react-native.

hthetiot commented 3 years ago

It's funny how react people dont really understand JavaScript :) Anyway #71 Fix that also, cause you know EcmaScript 6 module....

hthetiot commented 3 years ago

Fixed in 4.0.0 release.

t-mullen commented 3 years ago

React Native doesn't provide native Canvas or WebAudio APIs, so more work is needed here.