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.
我在 MPMoviePlayerController 的参考页面或 Apple 开发者论坛中找不到任何信息。你们有谁知道如果我们服务器在流式传输时将 404 或 504 扔回播放器会发生什么?
我们设置了一个 Web 服务器来测试它,并发现:
404:播放器将跳过片段,请求并播放下一个片段(因此用户会在电影中看到跳帧)。如果您向播放器抛出 503,则会出现相同的行为。
504:播放器不会请求任何其他片段,当缓冲区用完时将终止播放会话。
MPMoviePlayerController 依靠通知来报告任何事件或错误。
MPMoviePlayerController - 加载电影时捕获网络错误