Top "Apple-tv" questions

Apple TV is a digital media receiver developed and sold by Apple.

How to extend iOS app to tvOS

I have an iOS app that I need to extend to tvOS. All the information that I found are explaining …

ios apple-tv tvos
How do I play a video on tvOS for Apple TV?

I started a blank tvOS project and created the following code: - (void)viewDidLoad { [super viewDidLoad]; AVPlayer *avPlayer = [AVPlayer playerWithURL:[…

xcode apple-tv tvos
Web app in tvOS

Apple has released it's SDK for apple tv yesterday. Most apps for TVs are web based (html, javascript and css) …

javascript html web-applications apple-tv tvos
AVPlayer with playback controls of avplayerviewcontroller

I am putting n avplayer inside of a view controller to customize some other elements of the view controller but …

ios swift tvos apple-tv avplayerviewcontroller
Feeding my own videos to Apple TV screensaver

On the 4th gen Apple TV you can select a custom json file URL to load screensaver movies other than …

ios json apple-tv
Has anyone reversed engineered the protocol used by Apple's iOS Remote app for controlling an Apple TV over IP?

I'm curious if it's possible for me to write programs that can control an Apple TV, specifically an Apple TV 4…

reverse-engineering tvos apple-tv remote-control
Xcode stuck on copying cache files from device tvOS

I've been trying to connect my Apple TV with Xcode and it got stuck on copying cache files from device. …

ios arrays xcode tvos apple-tv
How to programmatically discover the iOS devices list and Connect for mirroring using airplay?

I want to create an application, where user didn't know about the discovery of nearby devices (like iphone, ipad and …

ios airplay apple-tv
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 …

ios opengl-es-2.0 rgb yuv apple-tv