julacariote Posted September 19, 2018 Share Posted September 19, 2018 Hi everyone, I want to play a video loaded as a blob in my phaser game but unfortunately, this feature seems to be broken on Firefox Android (v.62). It does work on desktop and on Chrome mobile though. If I try to load this example page https://phaser.io/examples/v2/video/load-as-blob in Firefox Android, I got these messages displayed in the console: // I don't now if it is relevant to this problem? Error: WebGL warning: Failed to create WebGL context: WebGL creation failed: * Requires vertex_array_object. * Exhausted GL driver options. phaser.js:60447:25 Error: WebGL warning: Failed to create WebGL context: WebGL creation failed: * Requires vertex_array_object. * Exhausted GL driver options. phaser.js:60452:20 // And just after Phaser v2.6.2 | Pixi.js v2.2.9 | Canvas | WebAudio | http://phaser.io phaser.js:34896:8 NS_ERROR_NOT_AVAILABLE: phaser.2.6.2.min.js:7 b.Sprite.prototype._renderCanvas phaser.js:15357:8 b.DisplayObjectContainer.prototype._renderCanvas phaser.js:14662:4 b.DisplayObjectContainer.prototype._renderCanvas phaser.js:14662:4 b.CanvasRenderer.prototype.renderDisplayObject phaser.js:22308:69 b.CanvasRenderer.prototype.render phaser.js:22219:21 updateRender phaser.js:35424:25 update phaser.js:35316:38 updateRAF phaser.js:61331:22 start/this._onLoop phaser.js:61295:29 The same issue arises with Phaser CE v2.11.0 Can anyone reproduce this issue? May-be it's just my phone (Samsung Galaxy S5 Mini)? If not, do you have any idea where this problem comes from? It looks like something goes wrong when Pixi tries to draw the video frame on the canvas... Thanks! Link to comment Share on other sites More sharing options...
julacariote Posted September 21, 2018 Author Share Posted September 21, 2018 Juste a little up...? I tested this page on a friend's phone and same result, so my device is not in cause here... And by the way, even loading a video without the "blob" mode fails too: https://phaser.io/examples/v2/video/play-video Link to comment Share on other sites More sharing options...
julacariote Posted September 28, 2018 Author Share Posted September 28, 2018 One last up...? Link to comment Share on other sites More sharing options...
julacariote Posted November 12, 2018 Author Share Posted November 12, 2018 If anyone is interested in this issue, this is a bug in Firefox. Follow discussion here: https://bugzilla.mozilla.org/show_bug.cgi?id=1481406 dude78 1 Link to comment Share on other sites More sharing options...
Recommended Posts