Hi all,
currently i’m facing a weird issue regarding the mp4 texture basically the mp4 texture is working in my all browser and mobile devices but it is not showing in safari browser.
I don’t know why this is causing.
can anuyone help me to fix this issue why this is causing.
here is my code.
function loadVideoTexture() {
navigationTexture = new BABYLON.VideoTexture(
"video",
"assets/Tvs_iQube/textures/navigation-texture.mp4",
scene,
true
);
navigationTexture.vScale = TEXTURE_DEFAULT_VSCALE_VALUE;
}
here is the mp4 file.
This is the result I’m getting