Playing movies with locked screen (OS X, iOS)?

Is there a way to make OS X or iOS devices to play movies with the screen locked?
Like this (I first submitted the question in Vision because I also need to be able to have the movies play without video, AND with headphones as the standard "viewing screen" - currently this is not working neither for iPhone or iPad... of course there are a bit more audio narration options when using a full Mac instead)
                 iOS: movies and TV with audio only, with locked screen?            

Answered in http://discussions.apple.com/thread.jspa?messageID=12732692

Similar Messages

  • What application will allow me to play movies with an external disc drive?

    What application will allow me to play movies with an external disc drive? I recently purchased an external disc drive and when testing it discovered that it only played the audio of the DVD, not the video.  Very frustrated.

    Are you referrring to a commercial DVD movie, or a disk with digital movies, such as mpeg files?

  • How to play movies with different ext like wmv and...

    need to know how to play movies with various ext like wmv..mpeg..vlc on e7

    If the phone's built-in video player does not handle those formats, your option are:
    - find some other video player app that does, or
    - convert the videos to a supported format
    The E7 supported video formats are listed on, e.g., this page:
    https://www.developer.nokia.com/Devices/Device_specifications/E7-00/
    Hit "Expand all" and scroll down to "Video Playback Formats".

  • HT3775 how to play movie with mp4

    how to play movie with mp4

    Sorry, but I for one do not understand what it is you're trying to accomplish. Can you please explain in more detail?

  • Lock screen freezes after ios 7 update

    lock screen freezes after ios 7 update

    exactly what happened, the screen is locked on the plug sign, what can you do to unfreeze

  • 4.2 - No longer able to play TV Shows and Movies with the screen locked

    I know this sounds like a weird thing to want, but some Movies and TV Shows are perfectly suitable for listening to without the picture (e.g. musicals, comedies, chat shows).
    Prior to 4.2, even though locking the screen stops a Movie or TV Show from playing, you could resume it by double-clicking the home button and then pressing play. This would leave the screen locked, but play just the soundtrack of the Movie or TV Show you had been watching.
    Now, with the 4.2 update, this is broken - and not just in a "feature removed" kind of way. If I try and resume a Move or TV Show as I did before, I get the play button, and clicking on it appears to start for a fraction of a second, before the screen abruptly switches back to the locked screen background.
    This is extremely disappointing, but I just wanted to check here first to see if it's just my phone doing this, or whether it really is a bug.

    Answered in http://discussions.apple.com/thread.jspa?messageID=12732692

  • IMoviemobile export to Camera Roll will not play with quicktime on PC (video plays but with black screen, audio ok)

    Videos created in iMovie on the new ipad will not play on PC with Quicktime after being exported to the Camera Roll and copied to the PC. Movie will play but with a black screen only. Audio ok. Was able to do before ios 6 but not now.

    I'm having the same problem. All of the movies I export out of iMovie since upgrading to the latest version show up with no video, only audio, in Quicktime. Ironically the video place just fine in Windows Media Player and also in iTunes.

  • My music wont play in the lock screen

    My Music will not play when I double click the lock screen, and I dont know what to do.

    I just upgraded my Black 16 GB GSM iPhone 4 to the first official release of iOS 5 last night (about 12 hours after release) and am unable to play *MOST* of my music with Apple's built-in "Music" app. My main music collection is at home (while I'm currently at work) and my best guess, currently, without my collection to compare it to, is that I might be unable to play MP3s while AACs may be the ones that are playing fine. I will have to ammend this with better details when I get home, but I'm rather disappointed, as the majority of my music is MP3.
    Anyone have any suggestions?
    Thanks,
    -Loren

  • Can developers create apps with lock screen buttons?

    Title pretty much says it all.  Is it possible for developers to create apps that have lock screen buttons that appear with a home button double tap similar to the itunes control buttons?  I've seen other apps tap into itunes media controls but can you create a custom version of that while leaving itunes controls enabled as well?

    Based on your brief description of what you intend to do, yes --- can't.
    I'm not sure how I could be any more specific without actually telling you what the app does.  Basically can you make custom buttons in the lock screen appear in a similar fashion to the way the previous (<<), play (>), and next (>>) buttons appear when the home button is double tapped.
    Also, not being in a paid program is going to significantly limit asking questions like this and understanding responses here, so...
    Why is that?  Its my understanding that paying the $99 means the app can actually go on the store and you can test it on a real device vs the emulator.  The whole reason I was asking this question was to determine if an idea me and a buddy had was capable of being done before investing money in it.

  • Help with Lock Screen Code

    My little brother was playing around with my Video Ipod 30 Gig just now and set a code for the Lock Screen and now I can't figure out the code he set. I connected the ipod to itunes and it unlocked, but is there anyway to find out what code he put incase I dont have a computer nearby in the future if it locks again?

    Hi iClamm,
    Welcome to Apple Discussions
    Unless you can pick combination locks, you will have to hook it back up to your computer. If there was a way around it so you would know right away, it would defeat the purpose of having the lock.
    Jon
    PS You could just set the lock, then he couldn't change it unless you left it on.

  • My lock screen keeps freezing ios 7.1

    Hi guys,
    I want to know if I am alone in this issue or if it is widespread?
    Since updating my iphone 5 to ios 7.1 my lock screen freezes. Not all the time, mainly if there is a notification of a text etc. I have to turn the phone off and on and it sorts it but it shouldn't be happening surely?
    Am I alone in this? My touchscreen was fine until after the update.

    Have you tried restarting the phone or reset all settings?

  • Don't Send Error when playing movies with CL Entertaiment Cen

    When I try to watch movies with the Creative Entertaiment Center (via remote) but I get the don't send error bellow. Music and photos have no issues, only movies give me errors. Any ideas?
    http://img399.imageshack.us/my.php?image=eroareey5.jpg?
    Message Edited by Theraphosa on 06-04-2008 08:6 AM

    Write this piece of code in a Module inside the Screen 1000.
    IF remarks IS INITIAL.
    * Create obejct for custom container
    CREATE OBJECT remarks_con
    EXPORTING
    container_name = 'REMARKS'.
    * Create obejct for the TextEditor control
    CREATE OBJECT remarks
    EXPORTING
    wordwrap_mode = cl_gui_textedit=>wordwrap_at_fixed_position
    wordwrap_position = line_length2
    wordwrap_to_linebreak_mode = cl_gui_textedit=>true
    parent = remarks_con.
    CALL METHOD remarks->set_toolbar_mode
    EXPORTING
    toolbar_mode = '0'.
    CALL METHOD remarks->set_statusbar_mode
    EXPORTING
    statusbar_mode = '0'.
    * call method mremarks->set_font_fixed
    * exporting
    * font_fixed = '0'.
    ENDIF.
    IF addnotes IS INITIAL.
    * Create obejct for custom container
    CREATE OBJECT addnotes_con
    EXPORTING
    container_name = 'ADDNOTES'.
    * Create obejct for the TextEditor control
    CREATE OBJECT addnotes
    EXPORTING
    wordwrap_mode = cl_gui_textedit=>wordwrap_at_fixed_position
    wordwrap_position = line_length2
    wordwrap_to_linebreak_mode = cl_gui_textedit=>true
    parent = addnotes_con.
    CALL METHOD addnotes->set_toolbar_mode
    EXPORTING
    toolbar_mode = '0'.
    CALL METHOD addnotes->set_statusbar_mode
    EXPORTING
    statusbar_mode = '0'.
    * call method mremarks->set_font_fixed
    * exporting
    * font_fixed = '0'.
    ENDIF.
    In the PBO module of the Screen 1000.
    Hope That Helps
    Anirban M.

  • Error Playing Movie with htaccess

    If I use .htaccess file to authenticate connections to my stock apache/10.4.11 web server, the iPhone will error out with "Error Playing Movie" when it tries to access the file. It does authenticate and show the contents of the directory. It will also view other document types, such as html files, without error. If I remove the .htaccess, it will play the movie.
    I dont recall my previous iPod Touch exhibiting this behavior, however I no longer have it available for testing.
    Packet capture on the shows:
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <HTML><HEAD>
    <TITLE>401 Authorization Required</TITLE>
    </HEAD><BODY>
    Authorization Required
    This server could not verify that you
    are authorized to access the document
    requested. Either you supplied the wrong
    credentials (e.g., bad password), or your
    browser doesn't understand how to supply
    the credentials required.
    <HR>
    <ADDRESS>Apache/1.3.33 Server at lemonhead.local Port 80</ADDRESS>
    </BODY></HTML>
    Is this an iPhone/Safari problem, or apache problem? The site works fine using the Camino browser within OS X. Any ideas?
    Message was edited by: Bain
    Message was edited by: Bain

    I can play that movie when I am connected via wi-fi -- it does not play for me via Edge (at least right where I am sitting :>).
    This does happen a lot -- often a movie needs the bandwidth of wi-fi to play properly and if you are in a sketchy Edge territory you may have problems. Are you connected via wi-fi? Make sure it says that on your iPhone (you can see the wi-fi symbol right next to the AT&T on the top left of the iPhone display -- looks like little waves). If the video still doesn't play when you are connected via wi-fi let me know and we'll see what else we can try.

  • Panorama picture dose not move on lock screen. HELP

    Why dose my panorama pictures don't move. You no when u take panorama pic and then put it on your lock screen and it's like live when u move the phone the picture moves as well. Mine dose not move. Please help what I'm I doing wrong is there a setting or something. I've looked on you-tube still dint work. PLEASE HELP.

    apparently it was removed in the final version. what you see in the videos is the beta version.

  • Play movie with JMF

    Hey,
    I just started out with JMF (I wanted to play a movie with java).
    I got this code:
    import java.applet.*;
    import java.awt.*;
    import javax.swing.*;
    import java.net.*;
    import java.io.*;
    import java.util.*;
    import javax.media.*;
    * Demonstrate simple code to play a movie with Java Media Framework.
    * @author Ian F. Darwin, http://www.darwinsys.com/
    * @version $Id: JMFPlayer.java,v 1.9 2004/02/09 03:21:20 ian Exp $
    public class NewJApplet extends JPanel implements ControllerListener {
        /** The player object */
        Player thePlayer = null;
        /** The parent Frame we are in. */
        JFrame parentFrame = null;
        /** Our contentpane */
        Container cp;
        /** The visual component (if any) */
        Component visualComponent = null;
        /** The default control component (if any) */
        Component controlComponent = null;
        /** The name of this instance's media file. */
        String mediaName;
        /** The URL representing this media file. */
        URL theURL;
        /** Construct the player object and the GUI. */
        public NewJApplet(JFrame pf, String media) {
            parentFrame = pf;
            mediaName = media;
            // cp = getContentPane();
            cp = this;
            cp.setLayout(new BorderLayout());
            try {
                theURL = new URL(getClass().getResource("."), mediaName);
                thePlayer = Manager.createPlayer(theURL);
                thePlayer.addControllerListener(this);
            } catch (MalformedURLException e) {
                System.err.println("JMF URL creation error: " + e);
            } catch (Exception e) {
                System.err.println("JMF Player creation error: " + e);
                return;
            System.out.println("theURL = " + theURL);
            // Start the player: this will notify our ControllerListener.
            thePlayer.start(); // start playing
        /** Called to stop the audio, as from a Stop button or menuitem */
        public void stop() {
            if (thePlayer == null) {
                return;
            thePlayer.stop(); // stop playing!
            thePlayer.deallocate(); // free system resources
        /** Called when we are really finished (as from an Exit button). */
        public void destroy() {
            if (thePlayer == null) {
                return;
            thePlayer.close();
        /** Called by JMF when the Player has something to tell us about. */
        public synchronized void controllerUpdate(ControllerEvent event) {
            // System.out.println("controllerUpdate(" + event + ")");
            if (event instanceof RealizeCompleteEvent) {
                if ((visualComponent = thePlayer.getVisualComponent()) != null) {
                    cp.add(BorderLayout.CENTER, visualComponent);
                if ((controlComponent = thePlayer.getControlPanelComponent()) != null) {
                    cp.add(BorderLayout.SOUTH, controlComponent);
                // re-size the main window
                if (parentFrame != null) {
                    parentFrame.pack();
                    parentFrame.setTitle(mediaName);
        public static void main(String[] argv) {
            JFrame f = new JFrame("JMF Player Demo");
            Container frameCP = f.getContentPane();
            NewJApplet p = new NewJApplet(f,
                    argv.length == 0 ? "file:/C:/Users/Patrick Kos/Pictures/BAA.avi"
                    : argv[0]);
            frameCP.add(BorderLayout.CENTER, p);
            f.setSize(200, 200);
            f.setVisible(true);
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    }but I always get a unable to handle format exception, expect with mp3 files.
    But i"ve looked up the supported formats and its says its supported so??

    i get this error
    Unable to handle format: XVID, 320x240, FrameRate=29.9, Length=230400 0 extra bytes
      Unable to handle format: unknown, 22050.0 Hz, 0-bit, Stereo, Unsigned, 8000.0 frame rate, FrameSize=9216 bits
    Failed to realize: com.sun.media.PlaybackEngine@7259da
    Error: Unable to realize com.sun.media.PlaybackEngine@7259da
    Exception in thread "main" javax.media.CannotRealizeException
            at javax.media.Manager.blockingCall(Manager.java:2005)
            at javax.media.Manager.createRealizedPlayer(Manager.java:580)
            at projectnemo.NewJApplet.main(NewJApplet.java:102)

Maybe you are looking for

  • How to create a custom panel in the right way (without having an empty panel in the file info) ?

    Hi Everyone My name is Daté. I'm working in the fashion industry as a designer and Design consultant to help fashion brands improving the design workflow by using Adobe softwares and especially Illustrator. I'm not a developper, but i'm very interest

  • Function module to convert character value of month into numeric value?

    Hi Experts,                  I need to convert a character value of a month in three alphabets to its numeric value. e.g. 'jun' should be converted into '06' and 'jan' into '01' using a function module.Can anybody please provide me a similar function

  • Finder window goes into background unexpectedly...any ideas?

    When I have an application, such as chrome or MS Word open as well as finder, the finder window will vanish behind the secondary application.  This will happen whether I leave the mouse idle or if I am hovering the mouse over other files.  This compu

  • Sql Developer 2.1 editing views

    One user reported that she has two separate schemas, each with their own connection. In one connection, user can open the "View" tree, right click on a view and select 'Edit' and things happen as you'd expect. In the other connection, however, right

  • Scdpm 2012 r2 port requirement

      Dear all, We have some servers in DMZ need to backup those servers , can i know what are ports need to open for dpm agent install , backing up , restore ..etc I got to know from some forum , below ports need to open. Am I missing anything? 135/TCP