视频链接: https://open.fhy17.com/api/onway/media/video/b0c4a005fed771eeaf935017f1e90102
部分ios无法播放,微信版本已更新至8.0.49,
测试机 iPhone 13 pro max 可以正常播放,iPhone 13 pro 无法正常播放
已尝试: custom-cache="false"
链接可以在手机Safari浏览器播放
<video
:custom-cache="false"
:src="currentVideoUrl"
:enable-progress-gesture="false"
:is-live="true"
:autoplay="true"
:show-loading="true"
:show-progress="false"
:show-fullscreen-btn="true"
:direction="-90"
:show-play-btn="true"
:show-center-play-btn="false"
:vslide-gesture-in-fullscreen="false"
>
</video>
在排查