Jump to content

Questions About Video File Playback...


JeZxLee
 Share

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

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