phaserjs / phaser-ce

Phaser CE is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
http://phaser.io
MIT License
1.34k stars 491 forks source link

Video GameObject doesn't work on Firefox 62 #607

Closed jorginius closed 5 years ago

jorginius commented 5 years ago

HTMLMediaElement.mozSrcObject has been removed with Firefox 58 and URL.createObjectURL() no longer accepts a stream as argument with Firefox 62

References: