Hi there, we are facing a rendering issue in our self hosted 8th wall project, using 8-frame framework. We have created some WebM videos with transparency / alpha layer, which we successfully tested by playing in mobile web browser. However, when played in an a-video entity, the videos donβt render the alpha at all. The video appears with black or white bars instead, so the alpha layer is not decoded or applied to the output.
How can we resolve this? For example, one of the video tags:
<a-video
src="/03/content_video.webm"
width="2"
height="1.125"
position="0 1 1"
rotation="0 45 0"
></a-video>
Adding transparent=true did not make it work.