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.

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?

  • Cannot connect to You Tube / Error playing movie

    I am connected to Wi-Fi (verified by checking out Safari) but I keep getting an error message when I try to connect to You Tube.
    It says "Cannot connect to You Tube". When that message goes away and I try playing a clip it says " Error playing movie"
    Anyone experience this? How to fix it? I have already restarted the phone.

    yeah, i had this problem. resetting the phone to factory settings fixed the problem. just restore the phone through itunes (be sure to back up anything that might get lost in the full restore). youtube worked fine for me after this.

  • YouTube - "Error playing movie"

    No problem getting to YouTube and seeing list of all featured and top videos - tapping on video starts download and few seconds into download I'm getting "Error playing movie" message box.
    Any ideas?

    Andrew I've seen this before on other forums. Of course first I'd make sure you have a good connection and that the speed of said connection is adequate to view the videos.
    But I've also seen that just resetting the iPod Touch has made them work again.
    To reset iPod touch, press and hold the Sleep/Wake button and the Home button at the same time until you see the Apple logo.

  • Error Playing Movie

    I have a new iphone that I bought and activated in the States. Im now located in China and will be here for a couple of months. When I go to YouTube on the main screen, the iphone takes me there. When I attempt to play any movie I get an error message of "Error Playing Movie".
    I have a wifi connection where I live and I am able to access and play youtube vids on my laptop without any problems. I am connected to the same wifi on my iphone and it shows the little wave icon next to the China Mobile carrier name and is active...and I can surf the Internet.
    In trying to troubleshoot, I also connected to Itunes and did a iphone restore. It didn't do anything.
    Is there an official fix to this problem? Or is my iphone just broken? Anyone have any ideas....thanks!

    From reading other sites and Googling around, it seems Google or PRC are blocking the videos from playing on iPhone in mainland China via wifi. Crazy, since you can view them on a laptop perfectly fine.
    In Beijing, on my MacBook, I can view any YT video (at least since it was unblocked by the government not so long ago). Now, when I share my ethernet connection via Airport and connect my iPhone via wifi, it can browse YT.app videos, search, see Top Rated, etc. but attempting to play always results in the "Error playing movie" message. Really stupid since the connection is the exact same - my iPhone online via my MacBook.
    People have suggested the videos are incompatible as YT are updating the videos to H.264 but that's definitely not the case, they're simply being blocked - absolutely none work for me. When I was in Hong Kong a few weeks ago, it was not an issue.
    I tried NetShade (a proxy program) which can get around some of China's blocking but not this YT on iPhone.
    By the way, could you point me to the China Mobile EDGE settings?
    Regards,
    spriter

  • 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".

  • 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

  • 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?

  • 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.

  • 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)

  • "Error opening movie" with QT 7 Pro

    I've followed the sets in how to play a DVD, but I get the following error "Error opening movie, The movie could not be opened." Does QT7P not play DVDs? Please help.

    QuickTime Player doesn't (without third party software) play the contents found on DVD's.
    Use DVD Player or VLC (free) to view them.

  • "Error Compiling Movie" with Specific Plug-in

    Hi there,
    I am receiving an "error compiling movie" message when trying to export video and have discovered that this is a result of using Digital Anarchy's Flicker Free Plug-in, which is vital to the footage. When the effect is disabled the clips export without problems. I believe I have tried using all the methods that I have found suggested in the links below but can't seem to find a way around it. Strangely the effect worked fine on my previous PC but there is now this exporting problem on the new one. Any thoughts are hugely appreciated.
    "Error compiling movie" during render or export
    "Error compiling movie" when rendering or exporting with Premiere Pro CS3, CS4, CS5, CS5.5, CS6
    Many thanks...

    I'm having the same project. My .NET 4.0 project targets Newtonsoft.JSON 6.0.2 and has a reference to Microsoft.WindowsAzure.Storage 3.1.0.1. The error I'm getting is
    C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1696,5): warning MSB3275: The primary reference "Microsoft.WindowsAzure.Storage, Version=3.1.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"
    could not be resolved because it has an indirect dependency on the assembly "Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" which was built against the ".NETFramework,Version=v4.5" framework. This is
    a higher version than the currently targeted framework ".NETFramework,Version=v4.0".
    error CS0234: The type or namespace name 'Storage' does not exist in the namespace 'Microsoft.WindowsAzure' (are you missing an assembly reference?)
    I used the reflection tool dotPeek to investigte. Turns out Microsoft.WindowsAzure.Storage.Dll 3.1.0.1 is a .NET 4 project with a .NET 4.5 reference to Newtonsoft.JSON. This is a bug and should be retargeted to the .NET 4 version of JSON.

  • Play movie with subtitle..

    i am using JMF player to play movies
    i have downloaded some codecs (jffmpeg)
    but one thing is missing
    displaying subtitles
    i been searching google but find nothing
    There is something written all ready
    or
    should i start thinking how to do it my self.
    i am thinking about using a glass pane to draw the subtitles
    but i need and a subtitle parser (SRT,SUB files)
    there is something written in java ?
    or i need to do it by my self.
    if all made by me?
    i have question about subtitle timing
    can i use JMF to throw some event when a
    certain time in the movie is arrived
    i don't want to check every second?
    allot of questions
    any help will be appreciated
    thanks allot
    shay

    It's so xxxx complicated to play a movie with subtitels
    since JMF was last updated at 2004.
    i am giving a try to MPlayer.
    may be when there is a new version of JMF
    with no need of hacking things like:
    searching for codecs all over the web
    find one site that hack JMF to display text over JMF Player .(and i searched google)
    find a responsible why to handle player timing (subtitle timing)
    and more simple why to play a movie without catching alot of exceptions
    till you lost your mind.
    sorry .i rely give it a try.
    thanks allot every one.

  • Play movie with java

    Hey,
    Im searching for a way to play a movie with java (without using JMF or javafx, these are media players only?),
    I want to play a movie in my app. how do i do this?

    I don't know, but JMF is not as inflexible as you imagine it to be. Why not ask in the forum dedicated to JMF?
    [http://forums.sun.com/forum.jspa?forumID=28]

  • Error playing movie on slow connection

    I get the following error when I load a movie with slow connection:
    Cannot read property 'symbolData' of undefined
    I've managed to find the cause:
    Movie_edgeActions.js file is invoked with autonomous function as soon as it loads. Unfortunately, the Movie_edge.js file is usually much bigger than the edgeActions file (we're talking about dozens of kbs for the edge file compared to 3, maybe 5 kb for the edgeActions file). So on slow connection, the actions file is executed before the edge file is even loaded into the browser.
    Very easy to simulate:
    Open the movie with fiddler running as a proxy.
    Use fiddler "simulate modem speeds" and "Disable Caching" options (Rules->Performance).
    I think it's a serious bug. It's very likely to happen when surfing on 3G...
    Until it is fixed (I'd love to have a due date estimation), I'm planning on manually changing the autonomous function call, and call it myself when both files are loaded. I'll try to cope with it myself, but if anyone has already done it, or know how I should do it, I'd be happy to get some guidance.
    Addition: I've changed the anonymous function to a named function and I call it on AdobeEdge.bootstrapCallback (I did something similiar to this post).
    It works great with normal connection, but on slow connection the callback is never called. Moreover, I see the edge.js file being transfered on fiddler with http status 200, I also see it in chromes network monitor with status 200, but it doesn't get added to the scripts list on chrome developer tools. So I think the problem is actually in the preloader itself. I'll try working around it somehow...
    Last thing regarding performance - is there a plan to include in the publish an option to create the entire movie (preloader, actions and edge) as a single minified js file?
    We have an implementation that coordinate 5 different movies, which implies loading 15 different js files (or at least 10, because I can integrate the preloaders into my own js file). As you probably understood, on 3G it can mean lot of times until the entire application is loaded.
    Thanks,
    Lior

    EDIT:  I reverted the changes in the actions file (it works also with autonomous function).
    The AdobeEdge.yepnope.errorTimeout is declared inside AdobeEdge.requestResources function in the preloader, so I declared this function in my main html, so it won't be overriden by any of the generated preloaders
    What do you mean "so I declared this function in my main html".
    Can you help me by providing samples of your code? This errorr is pissing me off!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    Cheers.

Maybe you are looking for

  • Must I have a icloud email ?

    I Am not able to sync my notes in icloud, whenever I try it tells me I must have an icloud email but everything else is synced with my existing apple ID .. Basically this has left me with 2 seperate note accounts one on my mac and one on my ipad both

  • No curser in find window (command f)

    Hi, When I use command f, the pop up window has no cursor or blinking type position marker. I can type in a search term but cannot edit or highlight the term I type in the window except with delete key. Ideas?

  • Mouse clicking issues

    For the last 2 weeks or so I all of a sudden have mouse clicking issues on a 2009 iMac. The mouse (I have tried 3 different ones from apple and Logitech) seem to be able to open files etc. on a click. I have to click repeatedly to get it done. When I

  • Moving to SAP HR from SAP ABAP

    Hello Friends, I have around 4 years of experience in ABAP. I now want to move into SAP HR (functional), since I feel that I have now attained a saturation level in ABAP, and need to widen my scope in SAP. Could you please let me know how can I make

  • Cutting and Pasting vs. Placing Images

    Hi there, I'm currently doing some visual research for a class project and I'm collecting some images from the web for my presentation booklet. Normally when I do this, I save each image to my folder and then place the images into either illustrator