nkoehler / mat-video

:tv: mat-video is an Angular 8/9+ video player using Material!
https://nkoehler.github.io/mat-video/
MIT License
91 stars 47 forks source link

srcObject support #47

Closed buu700 closed 4 years ago

buu700 commented 4 years ago

URL.createObjectURL on MediaStream objects was deprecated and removed from browsers a while back, so without this there's no way to support passing a MediaStream into mat-video.

nkoehler commented 4 years ago

I've pulled the code from this since there were conflicts and have manually resolved them. Thank you for the contribution!