Apple TV is a digital media receiver developed and sold by Apple. It is a small form factor network appliance designed to play IPTV digital content originating from the iTunes Store, Netflix, YouTube, Flickr, MobileMe, MLB.tv, NBA League Pass or any Mac OS X or Windows computer running iTunes ...
0
votes
0answers
25 views
Apple device videos compatibility [closed]
I'm working on a mac App which allow user to export video for Apple device. I need to know if the followings videos are compatible with Apple Device :
I don't have access to my device so i can't test ...
0
votes
2answers
126 views
Feature detection instead of user-agent sniffing on TV
My team is considering developing for TV, and thought of designing a tailored "10-foot UI" to present our content differently on TV-sets.
The only way I see it happening at this point is by sniffing ...
0
votes
1answer
179 views
How can I use airplay with video while the iphone is in sleep-mode/locked?
I have multiple videos being played from my iphone app and when I use airplay to view it, it shows up fine. I want to be able to turn off the iphone in order to not waste battery etc.
How can I use ...
1
vote
1answer
101 views
Throttling UISlider scrubbing in AVPlayerDemo when using AirPlay
After setting mPlayer.usesExternalPlaybackWhileExternalScreenIsActive to YES in AVPlayerDemoPlaybackViewController of Apple's AVPlayerDemo sample project, how do you throttle the scrubbing so it ...
0
votes
1answer
114 views
Can you develop web apps for Apple TV?
I am new to app development, and I know we can develop apps for iPhone and iPad.
However, I am not sure if I can develop a web app for Apple TV. Can you develop web apps for Apple TV? If so, where ...
1
vote
1answer
261 views
How to disable non-1st Audio Streams/Tracks in FFmpeg for mp4 files
My end goal is to create a single FFmpeg command that will convert my h264.DTS.mkv files to a format that is compatible with my AppleTV, whilst preserving the original quality.
I'm almost there, ...
3
votes
1answer
590 views
Play video in UIWebview background on Airplay
I have an app that plays several webvideos like Youtube and Vimeo in a UIWebView. When the video plays it is possible to send it to an Apple TV over AirPlay.
Currently, during playback over AirPlay ...
1
vote
1answer
237 views
Get Playback Status on AppleTV via AirPlay GET /playback-status
I am currently trying to detect whether my AppleTV is currently running or not. As it seems to be always pingable I have taken a look at the AirPlay mechanisms behind the playback.
It seems that the ...
1
vote
1answer
101 views
What do I need to install to Xcode to develop Apple Tv apps?
I'm currently searching for a plugin that installs the required frameworks to program apps for a jailbroken Apple Tv but I can't find it. If anyone knows of anything please tell me.
0
votes
1answer
126 views
Is it possible to enable a Cocos2d app to mirror display on HDMI-AirServer-Apple TV?
AirServer, AppleTV support only certain iPhones models and iPads. However, iPod touch 4th generation is supported but only for certain applications (e.g. YouTube).
I had asked a very similar question ...
0
votes
1answer
927 views
Want to stream my application view on Apple TV using AirPlay Apl in ios sdk?
I want to stream my application on APPLE TV using AirPlay API.? How to use that?
Can it work through iPhone and iPad both?
If yesy please share some doc regarding or demo for the same
1
vote
1answer
498 views
Developer Guide for Apple TV
I am looking to find the developer's guide for the iPhone to interact with Apple TV. I am not talking about developing apps for Apple TV. I am talking about interacting with the Apple TV through an ...
2
votes
1answer
1k views
TcpClient or HttpWebRequest to Apple TV ending after 30 seconds?
I'm working on creating an Library in C# to use the Airplay protocol to send Photos and Video to my Apple TV (Specifically working with Generation 3 but hopefully that should not matter for this).
...
0
votes
0answers
122 views
Apple TV (3rd) Cant be found on any device
I just bought a 3rd generation apple tv today and set it up, connected it to the wireless net work, etc and tested it by playing some trailers so it is connected to wifi successfully. With that said ...
-5
votes
1answer
112 views
how to control apple tv from my app in objective-c [closed]
Hi I want access apple tv by using my own app in objective-c How to develop that one and is it possible,Help me
6
votes
1answer
394 views
Airplaying video from url to ATV using lots of battery on iphone
I am writing an app that plays a url using MPMoviePlayerController. The app works in the background and using airplay also works with an ATV, macmini using airserver and XBMC. The url is to a movie ...
0
votes
1answer
134 views
.Net (or other) dev links for streaming video to an Apple TV?
We are a school district and are in the middle of deploying ~800 iPads, one for every teacher. Next year we'll probably be installing an Apple TV in every room to mirror the iPads wirelessly to the ...
1
vote
0answers
268 views
Where has this memory gone?
I'm doing development on AppleTV, and I have a thread to download posters.
In my first version, I use [NSData dataWithContentsOfURL:...] to do this, and the system memory get exhausted soon, though ...
2
votes
1answer
3k views
Airplay on new Apple TV (3rd gen.) for second screen not at 1080p
I am working on an app that uses Airplay mirroring for a second display that has different content to the iPad itself. I'm using an iPad3 and ATV3 (i.e. released March 2012) attached to an LCD capable ...
2
votes
1answer
1k views
iOS screen mirroring shows overscan borders on selected apps
Problem: iPhone screen mirroring & a dedicated external view of my app show an inch of a black border on all sides.
But: Some views display perfect without black borders on the full-screen, ...
0
votes
1answer
405 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
2answers
904 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 ...
1
vote
0answers
104 views
How to have ipad play different audio to that of a second screen connected by airplay in ios5?
Is it possible to have the ipad play audio locally while at the same time playing different audio over airplay to a connected apple tv?
It IS possible to have the apple tv show different VIDEO to ...
7
votes
1answer
2k 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 ...
10
votes
1answer
904 views
Airplay, Apple TV and Remote Events - is it only for streaming audio/video?
My iPad app presents a second UI to an Apple TV using the techniques discussed here - that is, be detecting and drawing to a UIScreen that represents the Apple TV:
...
5
votes
2answers
4k views
YUV to RGBA on Apple A4, should I use shaders or NEON?
I'm writing media player framework for Apple TV, using OpenGL ES and ffmpeg.
Conversion to RGBA is required for rendering on OpenGL ES, soft convert using swscale is unbearably slow, so using ...
5
votes
1answer
2k 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 ...
2
votes
1answer
4k views
How to use iOS 5+ AirPlay for a second screen
I'm toying with AirPlay using an iPhone 4S and I'm having some trouble. I've updated my Apple TV 2 to the latest (4.4.3 I think? I forget, it's in the other room and I'm too lazy to check) and I have ...
0
votes
4answers
991 views
Apple TV user agent string. Can anyone provide it?
I need to build support for Apple TV in a web app. But I can't seem to find the user agent string for its browser anywhere.
Can anyone help out?
1
vote
2answers
2k views
iPad Mirroring using 2 screens, does it support 1080 resolution?
2.5 years of mac and iOS development and i haven't found an answer to something.
I'm working on a project utilizing iOS 5.0 and apple TV's airplay to display one UIScreen on the iPad and a separate ...
6
votes
1answer
2k 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 ...
0
votes
3answers
302 views
Is it possible to stream movies to Apple TV from iPad/iPhone while a UI is still on the iPad/iPhone
Is it possible to stream a movie to Apple TV (either wirelessly or via WiFi) from an iOS device, while having a separate UI on the iPhone/iPad? The UI could for instance, act to control what is ...
1
vote
2answers
377 views

