I have a video texture with a video playing and it works fine on Safari. However, in Chrome and on Android, the video is really choppy, even though the audio plays fine.
Sidenote: Since three.js does not support RGBFormat anymore, the issue reported in VideoTexture low framerate - #10 by Mugen87 should not happen in Firefox anymore. All video textures use RGBA now.
Okay I will give a try editing the texture options and see if that fixes the stuttering. If not then I’ll try and create a small mock-up and send a link.
By RGBA format, do you mean I shouldn’t use this sRGBEncoding in the texture encoding? I tried switching to THREE.RGBADepthPacking but I’m getting an “unknown encoding” error.