JeZxLee Posted September 9, 2017 Share Posted September 9, 2017 Hi, I think I saw video file playback support built into PixiJSv4. If above is true I have the following questions: (1) Does video file playback have audio? (2) Does video file playback work on mobile (Android/iOS)? Thanks! JeZxLee Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted September 9, 2017 Share Posted September 9, 2017 PIXI does whatever HTML5 does Please look at https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video The only other things I know is that it can't be uploaded to canvas in older versions of Safari or iOS. There are not so many switches you can calibrate for it in pixi and html5 in general. The only operation you need to know about is that video texture is uploaded every frame. PIXI does not have access to the video itself, only to the frame that is shown in <video> element at the moment. All those problems exist because video decompression is one of the biggest performance challenges for modern computers. Quote Link to comment Share on other sites More sharing options...
JeZxLee Posted September 10, 2017 Author Share Posted September 10, 2017 nevermind... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.