第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