Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6472091
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:18:06+00:00 2026-05-25T06:18:06+00:00

I have an iOS app which I am developing, this app has videos which

  • 0

I have an iOS app which I am developing, this app has videos which are copyright material. I am allowed to use them to be seen within the app but not to be seen when connected to a TV. ie. via HDMI or component – instead when a video is playing and someone connects a tv out lead to the device i need to display a screen like a splash screen saying it is not allowed etc…

So my question is how can i catch when a tv out device has been connected to the device? or how can i know when tv out has been requested to the MPMoviePlayerController (which is what im using to display the video)?

I have searched everywhere for this and can not find any answer!

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T06:18:07+00:00Added an answer on May 25, 2026 at 6:18 am

    Check out Technical Q&A QA1738: How to Opt Out of Video Mirroring. Here is what you basically need to do:

    UIScreen *aScreen;
    
    NSArray *screens = [UIScreen screens];
    for (aScreen in screens) 
    {
        if ([aScreen respondsToSelector:@selector(mirroredScreen)] 
                  && [aScreen mirroredScreen] == [UIScreen mainScreen]) 
        {
            // The main screen is being mirrored.
        }
        else 
        {
            // The main screen is not being mirrored, or
            // you are not running on a compatible device.
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an iOS-App which uses ARC. I don't use InterfaceBuilder, all UI is
We have created an iOS app for a client, which we would like them
I have an iOS app which use the ffmpeg library, and iOS should compile
I am developing an app for iOS 5, which have to run in landscape
I'm developing a web app for iOS devices, and want to have a header
I have an iOS app which I need to upload the binary of. From
I'm making an iOS app which is OpenFeint enabled. I have managed to get
I have a jQuery Mobile web app which targets iOS and Android devices. A
I have an Xcode 4 project that has my iOS app and a static
Developing ios app. I have an object class Product.h and .m respectively along with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.