Forum Discussion
Razalghuul
3 years agoProtege
I'm also struggling with this, trying to make a Webm video with alpha channel work in a WebXR app with aframe, I can load mp4 videos with no problem.
Webm videos open with transparency on PC Chrome but on oculus browser, console shows this error
Uncaught (in promise)
- Event
- isTrusted: true
- bubbles: false
- cancelBubble: false
- cancelable: true
- composed: false
- currentTarget: null
- defaultPrevented: false
- eventPhase: 0
- path: (7) [video#holoVid, a-assets, a-scene#scene, body, html.a-fullscreen, document, Window]
- returnValue: true
- srcElement: video#holoVid
- target: video#holoVid
- timeStamp: 3227.399999999441
- type: "error"
- [[Prototype]]: Event
- juanirache5 months agoHonored Guest
Did anyone manage to solve this?