[toc]
开发随笔
使用AVPlayerViewController之前先导入AVKit头文件
支持的视频编码格式很有限:H.264、MPEG-4,扩展名(压缩格式):.mp4、.mov、.m4v、.m2v、.3gp、.3g2等,如果是RMVB就不行了,需要借助第三方的框架来实现更多格式的支持。
iOS视频播放的基本方法
https://www.jianshu.com/p/b304694af77a
浅谈iOS的AVPlayerViewController播放视频
https://www.jianshu.com/p/3f8e5045c087
AVPlayer 循环播放本地视频
https://blog.csdn.net/tailoffairylu/article/details/83142802