goprok Posted February 4, 2018 Share Posted February 4, 2018 Hi everyone, Video (mp4 or webm) doesn't play on firefox android -> "NS_ERROR_NOT_AVAILABLE" I use Phaser CE v2.10.0 and CANVAS , I unlock the videos before. does not work on examples either : https://phaser.io/examples/v2/video/play-video Thank you in advance ! Link to comment Share on other sites More sharing options...
samme Posted February 6, 2018 Share Posted February 6, 2018 Try playing only via onInputUp or onTap. Link to comment Share on other sites More sharing options...
goprok Posted February 6, 2018 Author Share Posted February 6, 2018 Thanks for your answer but it doesn't work. "NS_ERROR_NOT_AVAILABLE" is triggered by "video.addToWorld();" but without this line, the video doesn't show up (only audio). Link to comment Share on other sites More sharing options...
goprok Posted February 6, 2018 Author Share Posted February 6, 2018 game.input.onTap.add(function(){ game.currentVideo = 0; var videoNeo = game.add.video('video_'+game.currentVideo); videoNeo.unlock(); //videoNeo.play(); videoNeo.addToWorld(); }, this); Link to comment Share on other sites More sharing options...
samme Posted February 6, 2018 Share Posted February 6, 2018 Try in your Firefox: Link to comment Share on other sites More sharing options...
goprok Posted February 7, 2018 Author Share Posted February 7, 2018 Same error "NS_ERROR_NOT_AVAILABLE" and directly a black screen (without debug texts). Link to comment Share on other sites More sharing options...
madushanka92 Posted April 6, 2018 Share Posted April 6, 2018 i'm having the same issue , any one found a solution for this one ? Link to comment Share on other sites More sharing options...
Recommended Posts