avplayer的使用

http://jingyan.baidu.com/article/93f9803f3dcc8be0e46f551d.html
这个网址写的很好
http://stackoverflow.com/questions/25932570/how-to-play-video-with-avplayerviewcontroller-avkit-in-swift
关于avplayer的简单使用,但是这只是avplayerviewcontroller的简单使用,播放本地视频还好,播放网络视频会出问题,播放网络视频的时候最好用avplayer

这是一个错误:我在一个viewcontroller的viewdidload中推出了avplayerviewcontroller,然后报以下的错误,让我明白了:你不能在一个视图的viewdidload中推出另外的视图,因为本视图还没完成加载,是逻辑上的错误。
Warning: Attempt to present < finishViewController: 0x1e56e0a0 > on < ViewController: 0x1ec3e000> whose view is not in the window hierarchy!

你可能感兴趣的:(avplayer的使用)