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

Similar Messages

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

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

  • HT3775 Error playing .mov file ?

    Hello,
    I am getting the following message when trying to play a .mov file with QuickTime Player.
    "QuickTime Player can't open "FG demo by Roy.MOV" because the movie's file format isn't recognized."
    Is there a reason why this is happening? I thought QTP supported such files. How can I fix this problem, I need to open this .mov file it's important.
    Thanks
    Edwin

    Try VLC http://www.videolan.org/vlc/download-macosx.html
    the file might be encoded in a diffrent way or can be corrupted thats why it wont open on quicktime

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

  • Unable to play some movie from Netflix on my iPad. When I click on a movie an error message comes up which says "cannot play movie. Please try again". Can anyone assist me? I just upgraded to iOS 7.1. Netflix not able to find problem.

    Unable to play some movies from Netflix on my iPad. When I click on a movie an error message comes up "Cannot play movie. Please try again later." I contacted Netflix but have not been able the help so I am wondering if it's my iPad. I didn't have a problem before but I have recently upgraded to iOS 7.1. Also is a certain amount of storage needed to play a movie? About how much is that?

    Hello all,
    I have an iPad 2 16GB with iOS 7.0.3 and Netflix version 5.0.2. I cannot watch netflix on an External LCD monitor that I have through VGA out. I use bluetooth speakers, so the AirPlay is going to that for Audio. Before this update, this combo worked without an issue.
    So as of Friday Nov. 8/2013, I contacted Netflix support, and they said they fixed the problem on their end, and the fix is on the Apple side of things, and to contact Apple support.
    So, I contacted Apple support, and the first person I spoke to said I would have to agree to pay a $35 fee for 30 days of support to this problem since my unit is out of warranty. I said this isn't a hardware issue, it's a software issue, and I'm not willing to pay to fix a problem you created. So I got a Senior Level advisor on the line, and she was helpful, and she's looking into the issue for me and said she'll contact me sometime on Tuesday or Wednesday (Nov. 12 or 13) to let me know of the issue.
    Here's the thing: this is a combination of Netflix and iOS not working correctly with any of the Apple Authorized Dongles. This is truly a code error that some hot shot programmer had major oversight on, and their management didn't catch it either. There was no reason for Netflix to rush to get this Netflix update going until Apple sorted out the bugs in iOS 7.
    Anyway, if I hear anything from Donna (the advisor), I'll post it and let you guys know. In the mean time, good luck!

  • I am now getting a error message of -9808. I have to sign in to iTunes constantly and now my disc drive will no longer play movies or anything. I have Windows XP Tablet Professional Version. Both companies are pointing the finger at each other.

    I am losing my ability to play and listen to the music I paid for on iTunes. I have to constantly sign in, I am now getting an error message of -9808. I can not even play movies any more.  I am terrified to add iTunes to another computer. HELLLLLPPPPP!!!!!!

    Netflix adapts to the connection. iTunes content is fixed, and will need to load a portion before playback begins.
    It is best to troubleshoot the network to truly rule things out.
    What is your current connection, via speedtest.net
    Make sure DNS is set to automatic (settings - general - network)
    If on wifi try Ethernet
    Make sure router is up to date, reboot along with ATV
    There may also be ISP throttling

  • I can download ok but when I try to Play movie I get error -42110

    I can download ok but when I try to Play movie I get error -42110, can anyone explain why and how to resolve? I have restarted my machine and all installations are up to date

    From iTunes: Advanced iTunes Store troubleshooting - Apple Support :
    "Error 3001,"  "-42110," or "5103"
    This alert is related to iTunes Store movie rentals and authorization issues.
    Make sure you are using the most recent version of iTunes and QuickTime. They both can be downloaded free of charge.
    If your iTunes is up to date, remove the SC Info folder.

  • Cannot play movie error message

    I am trying to stream off the bbc iplayer via wi-fi onto my ipod touch.
    It keeps coming up with the error message 'Cannot Play Movie'.
    Any ideas please??

    That means that the dock is not HDCP complient..
    HDCP stands for High-Bandwidth Digital Content Protection and was developed by Intel Corporation. It's nothing more than a security feature requiring compatibility between the sender and receiver, like HD cable set-top box and the TV. By compatibility, I mean HDCP technology built into both devices.
    Think of HDCP as a security license key like you would input when installing a computer program. Only this security key is invisible to you and me but not your TV.
    http://tv.about.com/od/hdtv/a/hdmidvihdcp.htm

  • Was just watching an HD movie and tried to resize the window midway through. Now I get the error "This movie cannot be played in HD on this display" Yes it can I just was. How do I fix this?

    Was just watching an HD movie and tried to resize the window midway through. Now I get the error "This movie cannot be played in HD on this display" Yes it can I just was. How do I fix this?

    I have the same problem on an original iPad.

  • Error - "Cannot play movie: Movie could not be played"

    Hi all,
    I'm trying to stream an MP4 video on my iPhone 4 (OS 4.2.1), which I could do with no problems before. For some reason I am now getting the error "Cannot play movie: Movie could not be played". I have tested this URL on a PC web browser and it streams fine. I have tried over the 3G network and wiki... same result.
    Has anyone experienced this and / or has a resolution?
    Thanks,
    Dave

    take a look at this thread and see if it helps:
    http://discussions.apple.com/thread.jspa?threadID=2691633&tstart=25

  • HDCP Error play SD movie on apple TV

    I have just rented a movie off iTunes and have my settings on my ATV to download and play movies in SD as I do not have a HD TV. When I have tried to play it I get a HDCP error? When I rented the movie on the ATV the price said it was £3.49 which is the UK iTunes price for SD movie rentals. Anyone know why it won't play?

    I play it via a VGA cable from the TV to a Kanex adaptor (http://store.apple.com/uk/product/H9139VC/A/kanex-atv-pro-airplay-mirroring-for- vga-projector-cable?afid=p228%7CGBUK&cid=AOS-UK-CSE-GoogleBase)
    This adaptor has a HDMI converter on the end making it play on my non HDMI ready TV. I am just confused as to why when I had the SD resolution price on screen it didn't download the SD version. It plays other non HD video fine but I have not rented from iTunes before. Thanks

  • Error message when trying to play movies and music videos

    I am getting the below message on my TV screen when i try to play movies via my iPad device through airplay. The irony of it is that I watched a whole movie before this problem developed.
    "This content requires HDCP for playback. HDCP  is not supported by your HDMI connection. This content required HDCP for playback"

    Make sure your HDMI connection is secure, try a reboot

  • Error message cannot play movie on attached display

    I have my iPod Touch (4th Generation) hooked up to a HDMI AV dock and my Samsung HD LED TV. I keep getting a message that says Cannot Play Movie. Selected display cannot play protected movies.

    That means that the dock is not HDCP complient..
    HDCP stands for High-Bandwidth Digital Content Protection and was developed by Intel Corporation. It's nothing more than a security feature requiring compatibility between the sender and receiver, like HD cable set-top box and the TV. By compatibility, I mean HDCP technology built into both devices.
    Think of HDCP as a security license key like you would input when installing a computer program. Only this security key is invisible to you and me but not your TV.
    http://tv.about.com/od/hdtv/a/hdmidvihdcp.htm

Maybe you are looking for

  • Print to PDF- Improve Quality

    Is there a way to improve the quality of the standard print to PDF function? I wanted to save a web page as a PDF, and noticed that with a certain website when I print to PDF there is some streaking in the font. The file size is also very small, only

  • How to stop infinite loop?

    I am testing with loop logic in a BPM and currently have a looping RFC call into R3 that will not stop.  Can someone tell me the best way to kill this process (which is running successfully, but won't stop). I am hoping there is a way other than havi

  • Show the company I work for that we should have one cluster

    The company I work for have several projects where we are going to use RAC. The issue I'm having is they want each database to be in its own cluster hardware. I'm trying to show then that we should cluster all the hardware together and make small RAC

  • Workflow and settings for best quality .png export

    I need to export a vector image to a .png for use on Retina display devices. What is the workflow and settings for exporting that results in the best possible quality .png image?

  • TIME CAPSUEL DOSN'T AUTOMATICALLY SHUT OFF ANYMORE!!  ''HELP PLEASE''

    I noticed this evening when I turned my T.C on it whirred up and I thought.. I must time this to see how long it takes to actually shut down and to my amazement it didn't after one hour I had to manually shut it off at the wall and it was roasting ho