用AVPlayerViewController 播放本地文件时的注意点

在配置NSURL地址时. 要使用fileURLWithPath来读取本地文件,而不是URLWithString来配置网络地址.否则视频将无法播放

 

转载于:https://www.cnblogs.com/luobenpaidui/p/7678146.html

你可能感兴趣的:(用AVPlayerViewController 播放本地文件时的注意点)