gpt4 book ai didi

javascript - 为什么 aframe 中的视频无法在移动设备上播放

转载 作者:行者123 更新时间:2023-12-02 23:56:05 24 4
gpt4 key购买 nike

我测试了我的网络 VR 应用程序(我使用了 Aframe)。在桌面上,一切都运行良好。但在我的手机(Android 操作系统)上,视频无法播放。有什么建议吗?

应用程序链接: https://mateuszlesko.github.io/ElblagAFrame/video.html

<a-assets>
<video id="penguin-sledding" autoplay='False' loop="false" material.repeat='None' src="Elblag1945.mp4">
</a-assets>

<!-- Using the asset management system. -->
<a-video src="#penguin-sledding" width="26" height="15" position="0 0 -20"></a-video>

最佳答案

移动浏览器限制视频自动播放。视频播放必须由用户手势触发。更多信息A-Frame FAQ 。还要确保 video format and codecs are supported在您的设备/浏览器/操作系统版本中。

关于javascript - 为什么 aframe 中的视频无法在移动设备上播放,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55385964/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com