-
Notifications
You must be signed in to change notification settings - Fork 115
Can't play video in Android #71
Comments
if it does work on normal chrome browsers it could be an issue with the current version of Chromium that webarONarcore uses. |
yeah it work with normal chrome browers, but this version for ARCore not work |
Yes i know. |
or maybe the DOM is different? have you tried the remote debugger function from chrome? |
Experienced the same issue when trying to render video through aframe-xr on this browser. |
This build of chromium does not have support for all the video formats. We will try to resolve this in the new completely rebuilt version we are working on. Sorry for the inconveniences. |
i write some demo to play video .mp4 (no AR) , three.js only
but it can't play video in webARonARCore (it's black screen)
can play well on PC.
here it is:
https://windystrife.github.io/three.ar.js/examples/VideoTest.html
(it can work with livestream m3u8, but mp4 can't)
The text was updated successfully, but these errors were encountered: