Airplay may refer to the Streaming Technology made by Apple to stream media to multiple devices wirelessly or to the Airplay SDK that offers deployment to many platforms including iOS, Windows, Linux, MacOSX, Android, Symbian, and more recently, through the Airplay Arcade, all major consoles and ...
9
votes
5answers
3k views
Native Android/iOS development vs Marmalade SDK
Our company is on the verge of picking between native Android/iPhone development and some cross-platform solution, specifically Marmalade SDK (former Airplay SDK).
We are a computer vision company, ...
8
votes
3answers
1k views
AirPlay support, MPMoviePlayerController and MPVolumeView relation
I am developing an iPhone application that has support for video play. I am using MPMoviePlayerController with custom controls for playing the video. For this purpose I have set control style of ...
8
votes
3answers
1k views
Customize the Airplay button's appearance
I use a standard gradient overlay (done in photoshop) to make buttons look nicer in my app. I added an Airplay button, but the aesthetics are not matching.
I really want to put a gradient layer ...
7
votes
2answers
18k views
AirPlay Mirroring (Mac to Apple TV) [closed]
The new AirPlay mirroring feature for the iPad 2 in iOS 5 is really nice, but what if I wanted to use my Apple TV as an easy external monitor for my Mac? I've already googled around and can't find ...
5
votes
2answers
378 views
Is it possible to simulate multiple audio outputs for the iPhone and/or the simulator?
I have the following code, but it doesn't display the route button.
MPVolumeView *volumeView = [[MPVolumeView alloc] initWithFrame:CGRectZero];
volumeView.showsRouteButton = YES;
...
4
votes
4answers
3k views
AirPlay API for Mac OS X
Is there currently any API (public or private) that will allow a 3rd party Mac OS X application to stream audio to AirPlay receivers? Airfoil by Rogue Amoeba Software seems to be able to do this, same ...
3
votes
1answer
179 views
MPMoviePlayerController playing airPlay in background, crash when double tap home button
MPMoviePlayerController successfully plays airPlay when I go to the homescreen and app is in the background. But when i double tap the home button, the app crashes. This happens on iOS 5, but not is ...
3
votes
1answer
246 views
How can I turn on AirPlay Screen Mirroring on the iPhone 4S programmatically
I have written an app for iPhones and for the 4S I want to support screen mirroring of the application over AirPlay.
Using the System AirPlay picker the and with Mirroring turned on it will mirror ...
3
votes
1answer
221 views
Airplay from iPad - a separate UIView to display on Apple TV
I want to use Airplay to send images in high definition to a Apple TV.
Airplay works fine on my iPad 2 with iOS 5.0.1.
When i start my app, my UIScreen screens array only has 1 item in it. (the iPad ...
3
votes
1answer
412 views
Disable AirPlay with MPMoviePlayerController
I have an instance of a MPMoviePlayerController which is being used to display some live streaming video on an iPhone app. This is working fine, however I wish to remove all AirPlay functionality.
To ...
3
votes
2answers
1k views
Airplay with 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!
3
votes
1answer
996 views
AVAudioPlayer and AirPlay - possible?
I'm trying to ascertain whether it's possible to toggle AirPlay support using the AVAudioPlayer class.
From what I have read:
AirPlay is a technology that lets your application stream audio to ...
2
votes
1answer
390 views
Are screen connect/disconnect notifications working with iOS 5?
Is anyone still getting, with iOS 5, screen connect/disconnect notifications, regardless of whether you check mirroring or not? I don't seem to be getting any notifications, unless I plug a video-out ...
2
votes
1answer
140 views
Does iOS provide AirPlay-related HTML5 video events?
Is there an event that fires when AirPlay toggles between say an AppleTV to an iPad and vice versa?
2
votes
0answers
418 views
Airplay and repeatMode with MPMoviePlayerController
I am unable to get airplay to repeat a video.
moviePlayer.repeatMode = MPMovieRepeatModeOne;
[moviePlayer setAllowsAirPlay:YES];
This does not seem to work, it gets to the end of a video and ...
2
votes
1answer
587 views
AirPlay Meta Data on Apple TV from App (AVPlayer - MPVolumeView)
I have my app successfully streaming an MP3 via AVPlayer. I implemented a MPVolumeView to pull in AirPlay support which works great but I notice that the title info on my apple tv, does not show ...
2
votes
1answer
607 views
Enable iPad Airplay on HTML5 video
I'm doing this to enable Airplay on HTML5 video for my iPad 1st generation with iOS 4.3.1.
// Prototype JS framework
$('videoContainer').appendChild(
new Element(
'video', {
...
2
votes
1answer
571 views
AirPlay button on custom view - problems
I am developing an iPhone application that supports AirPlay using MPMoviePlayerController. But, I need to display this AirPlay button in my custom-view. So, I took MPVolumeView and added it to my ...
2
votes
3answers
2k views
AirPlay button on custom view
4.3 finally :) I am searching right now how to add air play button to custom view. I have MPMoviePlayer that load movie. I disabled standard controls and added overlay view with my custom play, pause, ...
2
votes
2answers
1k views
Can I use AirPlay in iOS 4.3 to send still images to an Apple TV
I am aware that iOS 4.3 has a new API that lets developers send video from their Apps to an AppleTV. Is there any public API that allows developers to stream still images (Jpegs) instead of video to ...
2
votes
2answers
550 views
MPVolumeView change size of Airplay icon
I have an MPVolumeView on one of my views, which comes up with an Airplay icon when there are other output sources available. That's all fine, but the icon is tiny, no matter how big I set the frame ...
1
vote
1answer
172 views
MPNowPlayingInfoCenter nowPlayingInfo ignored for AVPlayer audio via AirPlay
I have implemented audio playback using AVPlayer, playing a remote mp3 url.
I want to display the information about the currently playing audio using the MPNowPlayingInfoCenter nowPlayingInfo method.
...
1
vote
0answers
89 views
Taparea of AirPlay button in MPVolumeView
I have a MPVolumeView with AirPlay button. When I tap the AirPlay button in the center of the icon it does not respond. It seems like the tap isn't recognized. When I tap the icon on the right side of ...
1
vote
1answer
136 views
iOS 5 AirPlay screen not drawing correctly in landscape
I have a simple app that is targeting iPad and iOS 5+ only. The app is landscape-only. Now, I want to take advantage of AirPlay mirroring on the iPad 2.
I have followed all of Apple's ...
1
vote
1answer
278 views
Block AirPlay Mirroring on iOS 5
On iOS 5 with an iPad 2 or iPhone 4S, users can enable screen mirroring with their Apple TV and AirPlay. How can I prevent my app from being mirrored in this way? Is there any way to detect that this ...
1
vote
1answer
227 views
iPad AirPlay and Mirroring SDK Support
Not sure if I have seen it the docs, but I don't see anything relating to enabling AirPlay Mirroring from within an iOS app. Has anyone done this before? or is this something done only outside of the ...
1
vote
1answer
137 views
Javascript: Airplay in the browser
Is there a way to send images, videos, and audio to an AirPlay server using JavaScript in the browser?
1
vote
2answers
442 views
iOS app which runs on two screen (no mirroring)
I've created an iPad app which contains a slideshow and when this slideshow is tapped by the user he/she can entered some information.
What I'd like to do now is to display the slideshow contents on ...
1
vote
0answers
286 views
Running airplay in simulator [closed]
Possible Duplicate:
airplay in simulator - objective-c
How to run AirPlay via iOS simulator?
Like here:
I setAllowsAirPlay to YES, and run TV-out in simulator, but video doesn't appear
1
vote
0answers
183 views
Send UIEvent from iOS device UIView to external screen UIView
I'm working on an app using AirPlay and I need a way to have touches on the main screen act as touches on the UI on my external screen in order to be compatible with a large number of previously ...
1
vote
1answer
197 views
Getting a UIView Animation to play through airplay
I'm using UIView animation blocks to crate a slidshow of images. I'd like to allow users to play those animations through AirPlay. Would I somehow have to save a video file and play that or is there ...
1
vote
1answer
64 views
Does anyone know if it is possible to create an ipad app that can be an airplay receiver?
can anyone point to any ios library or developer documentation that would help me accomplish the following:
I would like to build an app that can be the receiver of another ios device using airplay ...
1
vote
0answers
746 views
Airplay and Microphone
Is it possible to stream audio instantly from the microphone in an iphone to an airplay device. I know this can be done with a delay but could it be done instantly with almost no delay.
If so what ...
1
vote
1answer
703 views
About the AirPlay feature in iOS5
As is known to all, the iOS5 has AirPlay feature to let the iPad2 out put the screen in the TV. There is a game(RealRacing 2 HD) which enable this feature to make the 3D graphic to output on the tv ...
1
vote
2answers
852 views
iPhone:What is the use of Airplay SDK?
Can someone explain me what is Airplay SDK and when it is used, how to use in program etc. details? I hope, it is used for streaming videos from iPhone to TV?
Thanks.
1
vote
1answer
417 views
allowsAirPlay not showing Air Play button in MPMoviePlayerViewController
I'm using an MPMoviePlayerViewController to play a video. I set the instance's moviePlayer.allowsAirPlay to true as it is false by default. However, the Air Play button never shows up in the player ...
1
vote
0answers
309 views
Enabling Airplay within <video> tag of html
I've deployed some html on Google App Engine to do a quick and dirty test of Airplay via Safari in iOS. (site can be found here - http://mgohtml5.appspot.com)
I used information from a similar SO ...
1
vote
1answer
507 views
Supporting AirPlay for Photos and Videos in 3rd party iPhone app
The default Photos app in iPhone supports AirPlay for both Photos and Videos. But, Apple has given API for setting allowsAirPlay only in MPMoviePlayerController i.e only for videos. If I support it ...
1
vote
2answers
727 views
allowsAirPlay support and iOS 4.2, iOS4.3
I am developing an iPhone application in which I want to support Air Play. My app should be able to run on iPhone device with iOS 4.1 onwards. So, I have selected iOS 4.3 as Base SDK and 4.1 as ...
1
vote
2answers
560 views
airplay on an iPad app
is it possible to enable Airplay on an iPad app I've made that streams audio (no video). If so, is there any sample code out there?
thanks for any help.
0
votes
0answers
27 views
AirPlay for audio in iOS SDK
I know that I can add the code to support AirPlay for video files by presenting the video using MPVideoViewController and set the property allowAirPlay = YES.
But I want to support AirPlay for my ...
0
votes
0answers
25 views
AVPlayer video won't mirror
I have an app that plays streamed videos on iOS devices using AVPlayer. The app also allows the user to watch the media through Apple TV using AirPlay.
Allowing the video to play over AirPlay works ...
0
votes
1answer
53 views
Airplay SDK vs Monotouch?
I think the title is pretty self explanatory. The only thing is I come from the background of XCode and Obj-C and I have this project that I have to develop for IOS, Android and BB. So what are my ...
0
votes
2answers
88 views
is Second Screen capable of 16:9 via AirPlay over AppleTV in iOS 5.0.1
i think about extending support within one of my apps to handle a second screen via AppleTV.
The question is:
If i just mirror my App, the nice 46" LCD TV shows only a 4:3 Letterbox Image of my ...
0
votes
1answer
91 views
iOS AirPlay: my app is only notified of an external display when mirroring is ON?
I'm trying to enable AirPlay support in my app. I'm not doing video; I want to use the external display as a "second display".
Here's my problem: if I choose "AppleTV" from my AirPlay button, my app ...
0
votes
2answers
88 views
Set Airplay manually?
I have an iPad app and I have a video playing in a view. I would like to play video using Airplay but by pressing my own button.
I have set allows airplay = YES and so forth, this works if I enable ...
0
votes
0answers
41 views
Get names of available airplay routes
I'd like to be able to get a list of the available airplay routs. Not just the generic "AirTunes" string, but the name that shows up on the airplay route menu like "Living Room" or "Whatever I named ...
0
votes
1answer
110 views
Audio Route Button - AirPlay
I am currently playing audio through AudioQueues. I would like to allow users to connect to Airplay devices.
If I create an MPVolumeView and use the 'showsRouteButton' to display the route button ...
0
votes
1answer
28 views
start point to play audio/video content from IOS device to Apple TV
I m looking for a good tutorial as a start point to play content from an IOS App (Ipad/Iphone, objective C with IOS SDK 5.0 ) to Apple TV , but it looks like apple dont provide that kind of sample (or ...
0
votes
2answers
143 views
Airplay of audio using AVPlayer does not work in the background
I am doing audio playback using the AVPlayer class from a remote URL.
It plays fine if I just play to the headphones/built in speaker, but I am seeing some oddities with AirPlay.
When I change to ...