Iván Gk

Results 4 issues of Iván Gk

Hi! Thanks for the amazing work on this library, it is super! However, my use case heavily involves iOS. I found [this merge](https://github.com/t-mullen/video-stream-merger/pull/71) mentioning said bug, and linking to a...

Hi! as described in the title. Steps for reproduction: ``` - new folder, npm init - npm install video-stream-merger - copy and try to use the first example ``` Result:...

Hi! I found the following issue that I tried to track down into this example: ``` .overlay-container { background-color: yellow; } .overlay-symbol { background-color: grey; } #button-picture { background-color: red;...

Hi! thank you very much for this plugin, I been testing it on plain html5 and works fine. Now Im trying to use it on a React (18) project using...