gpt4 book ai didi

ios - 如何在 ios swift 中使用远程 url 加载视频文件到 AVPlayer?

转载 作者:行者123 更新时间:2023-11-30 11:58:23 25 4
gpt4 key购买 nike

我正在尝试将视频文件从远程位置加载到 AVPlayer。我可以使用确切的视频网址加载视频,例如 https://clips.vorwaerts-gmbh.dea/big_buck_bunny.mp4 。当我尝试这个时它起作用了

URL(string: "https://clips.vorwaerts-gmbh.dea/big_buck_bunny.mp4")

但是当位置像 http://192.162.0.25:1916/api/Video/1 时,它没有在 AVPlayer 中加载视频。我尝试了 URL(fileURLWithPath:),但没有成功。请帮忙,

提前致谢!

最佳答案

您正在尝试加载此网址http://192.162.0.25:1916/api/Video/1,该网址不包含文件扩展名,如果1假设为视频,并且是 .mp4 甲酸盐尝试与扩展名一起加载,如下所示

http://192.162.0.25:1916/api/Video/1.mp4

也不要忘记在 info.plist 中添加以下行

<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>

希望这对您有帮助

关于ios - 如何在 ios swift 中使用远程 url 加载视频文件到 AVPlayer?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47532643/

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