I am trying to get the texture of the video to play on geometry in iOS using three.js, but instead of playing the video as texture, the browser runs the video in the player that closes the window. I tried this mp4 download directly in the texture, loading it first with canvas, etc. If I pause the video using the player controls and βclickβ, the player leaves, leaving the paused texture on the geographer when the frame is paused.
Line examples such as:
http://jeromeetienne.imtqy.com/threex.videotexture/examples/videotexture.html demonstrate the same problem. Therefore, I assume that this is a new "feature" in iOS.
Is this an iOS issue, a Safari issue? If anyone has a workaround, I would appreciate it. thank
source
share