video-stream-merger icon indicating copy to clipboard operation
video-stream-merger copied to clipboard

Merge multiple video MediaStreams into one composite.

Results 25 video-stream-merger issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.7.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Uncaught (in promise) DOMException: Failed to execute 'connect' on 'AudioNode': cannot connect to an AudioNode belonging to a different audio context . Chrome Version 102.0.5005.115 (Official Build) (x86_64)

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

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...

I am looking or a way to add corner radius for my added media stream `webCamera` from corner related in image below ![Screenshot 2021-07-07 at 09 54 49](https://user-images.githubusercontent.com/18666147/124713899-ca7fb980-df09-11eb-93e9-bfe5304fa205.png)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

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:...

@t-mullen - I'm using video-stream-merger to merge in 2-3 webrtc video streams into a single stream. It works as advertised, but the quality degrades quickly with lots of delay, and...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

With [OffscreenCanvas](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas) we can use web workers. It can improve performance. There is polyfill that simplify cross browser use. https://github.com/ai/offscreen-canvas

enhancement