为IOS应用程序启用AirPlay

时间:2015-01-08 05:08:56

标签: ios mpmovieplayercontroller airplay

您好我正在开发IOS应用程序,其中我在我的应用程序中显示HLS视频。我想为我的应用程序启用Airplay选项。 我按照以下方式尝试了它:

 _moviePlayer =  [[MPMoviePlayerController alloc]
                 initWithContentURL:url];
[_moviePlayer setAllowsAirPlay:YES];

但它没有为我的应用程序显示Airplay选项。我在我的设置中开始播放视频(我的播放器出现在屏幕上)后检查了一下AirPlay选项没有出现。 是否还需要其他设置。需要一些帮助。谢谢。

1 个答案:

答案 0 :(得分:0)

您必须使用发送方和接收方以及相同的WIFI网络,然后在屏幕的iPhone上显示AirPlay以访问控制中心。否则AirPlay符号不会显示在控制中心上。

要使用AirPlay,您需要这些:

   1. iPhone 4 (or later), iPad, iPad mini, or iPod touch (4th generation or later)
   2. For videos or photos: Apple TV (2nd or 3rd generation)
   3. For music: Apple TV (2nd or 3rd generation), AirPort Express, or AirPlay-enabled speakers or receivers

使用AirPlay

1. Connect your iOS device and Apple TV or AirPort Express to the same Wi-Fi network.
2. Swipe up from the bottom of your screen to access Control Center.
3. Tap AirPlay.

SNEDER: iPhone 4(或更高版本),iPad,iPad mini或iPod touch(第4代或更高版本)

RECEIVERS: Apple TV(第2代或第3代),AirPort Express或支持AirPlay的扬声器或接收器

注意:SNEDER和RECEIVERS到同一个Wi-Fi网络。