[SOLVED] Videotexture not playing Audio

Hello, my problem is pretty self explanatory.

I have a videotexture and I do not set the attribute to muted. But my video does not have any audio playing. I use a direct reference to the asset url seeing as I don’t wan’t to load the video externaly.

The DOM element which is created also doesn’t play any audio somehow even tough there is no muted attribute set.

Anyone had the same problem ?

Thank you.

EDIT: I don’t know if it’s something that factors in or is related to the problem, but I am using PlayCanvas in Combination with 8th wall. Everything worked no problem so far, except this now.

EDIT 2: Just had to set the volume of the videoelement manually, then it worked fine