Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有多个用于不同视频质量(240p、360p、720p、1080p)的 URL,并且我正在使用 AVPlayer 进行流式传输。我想要实现的是
根据互联网连接速度选择初始 URL 开始视频(我不关心 wifi、2G 或 3G;唯一关心的是连接速度是否能够流式传输)如果互联网连接速度更新,则在播放时切换 URL/流. 自动切换 URL/Stream 时视频不应暂停 我该如何实现?
听起来您正在重复 HTTP Live Streaming 的工作。你能接受吗?
https://developer.apple.com/streaming/