第44月第15天 iOS AVPlayerItem 视频无法播放 Code=-11850 Code=-12939 Operation Stopped The server is not correctly configured

1.

 

总结一下,视频在最开始播放的时候,会请求一个 Range【0-1】 的 bytes range request。

如果返回 hTTP Code = 200,那么就报 11850 错误.

如果返回 206,那么正常播放。

11850 错误含义:The HTTP server sending the media resource is not configured as expected. This might mean that the server does not support byte range requests.



https://www.jianshu.com/p/7675d8e0ab12

第44月第15天 iOS AVPlayerItem 视频无法播放 Code=-11850 Code=-12939 Operation Stopped The server is not correctly configured

上一篇:Mysql安装,在配置的最后一步Apply security settings出错:Error Nr.1045,解决办法


下一篇:ios-表视图-问题