Jump to content

Video Playback Issue


TR-i
 Share

Recommended Posts

Example:

 

function _testvideo(v){

videotexture = PIXI.Texture.fromVideo('data:video/mp4;base64,' + v);

i = new PIXI.Sprite(videotexture);

i.anchor.set(0.5); i.x = stagecenter.x; i.y = stagecenter.y;

app.addChild(i);

videotexture.baseTexture.source.play();

}

I get the first frame of video, then PIXI throws this error:

videotexture.baseTexture.source.play is not a function

Also tried videotexture.baseTexture.resource.play (per docs). Same result.

Also tried starting playback from a different call to make sure the video was loaded. Same error.

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...