使用 AVPlayer 进行播放?
有没有办法通过 AVPlayer
支持 AirPlay ?我知道可以使用 MPMoviePlayerController 来完成,但我在文档中没有看到 AVPlayer 支持的迹象。
谢谢!
Is there any way to support AirPlay with AVPlayer
? I know it can be done with MPMoviePlayerController
, but I see no indication of AVPlayer support in the documentation.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 iOS4 中不可能,但在 iOS5 中可以。
It's not possible in iOS4, but will be in iOS5.
看:
http://developer.apple.com/ library/ios/#documentation/AVFoundation/Reference/AVPlayer_Class/Reference/Reference.html
具体来说,将 allowedAirPlayVideo 设置为 YES
See:
http://developer.apple.com/library/ios/#documentation/AVFoundation/Reference/AVPlayer_Class/Reference/Reference.html
And specifically, set allowsAirPlayVideo to YES