This crash is reproducible on iOS 17 and iOS 18 (latest patches), both in Safari and Chrome (WebKit).
This is a self hosted project. What I am seeing on multiple iPhones is that the webpage loads but then crashes - sometimes before VPS can initialize, somtimes when the scene is loaded and video begins to play. And if I comment the video elements in my A-Scene, it works again without instability. 1. It works fine on Android device using Chrome browser, fwiw
Good morning, were you able to reproduce the issue on your end? Attached is one of the .webm files which we are trying to play in our AR experience. We have two files and both cause the crash. Please kindly let me know if you need further information to move forward on resolving this issue. Thank you very much!
Hi, just checking in on the video crash which is a blocking issue for our project, with a deadline of before Christmas. We now need to find a workaround and change our creative concept, to avoid this issue. Please kindly update me as soon as possible with a resolution on the crash, thank you.
Hi! Could you please resend the video? I tried the experience, but without access to the editor or the ability to run it locally, it’s challenging to reproduce the crash. I haven’t encountered crashes related to WebM files before, so it seems like this issue might be specific to your project.
Using transparent videos in web 3D frameworks is tricky and can cause a variety of issues; I would highly recommend converting this to an .mp4 and replacing the background with a solid color, then using a chromakey shader to remove that color. We have many sample projects demonstrating “green screen video”, including for A-Frame, three.js, and Studio.
Alright, we will change the experience to avoid transparent videos. If you want to reproduce the issue, the .webm file is attached in my second message in this thread, and here is a code snipped from our A-Scene for the first wayspot, which includes video:
Regarding the format, I don’t see why we should be using MP4 instead of WEBM, since the latter is the more modern and compact (download size) format. It also plays fine in “vanilla” A-Frame. But of course, we can re-encode them, if necessary. I will test it and update you here on whether the WebM videos cause instability even without an alpha layer.