Jump to content

Loading video as blob broken on Firefox Android


julacariote
 Share

Recommended Posts

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

  • 1 month later...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...