Video load problem on android 2.2

Hi, I'm trying to load a video file into a display object. The code I'm using works well both at windows and ipad, and the video starts streaming from file right after the load command. However on android devices it seems that the video fiule must be completely loaded before it starts playing. Is this true? Is this time gap between load and playback start expected?
I testes with several video formas/encoding but always with the same result. As I said before, if using flv video (on vp codec), both in windows and ipad the result is as expected. Using h.264 video also works perfectly on windows...

Some carriers don't allow youtube streaming video.  Is you carrier one of them?  I don't know. 
Are you using the youtube app included with your phone or are you streaming from your browser?  If you're using the app, try going to your phone's browser and typing m.youtube.com .
Let us know if that helps you. 
- If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

Similar Messages

  • Video loading problem

    Hi there,
    Im new in the flash/as3 field and im trying to use a video in my website...
    i've read lots of tut and i've tried many techniques...
    On my computer everything seems to work fine but everytime im loading the files to the server, i can see the video ..
    Basiclly what i am trying to do is load a very simple video with the video component - nothing fancy, just not embaded ..
    can any1 please help me and tell me how to do it ??
    thanks .

    Woww ... 10x ... you were right .
    its was that fu$#ing MIME thingy ...
    thanks alot

  • Problem with Android 4 StageWebView cutting off/covering up buttons on same View

    So I'm trying to pull off something similar to the example here: http://cookbooks.adobe.com/post_Create_a_basic_web_browser_with_StageWebView-18850.html. Basically, a native browser view with a few Flex controls over top. Problem is, I've been running into a lot of display problems on Android 4 devices specifically. As far as I can tell, the StageWebView seems to be preventing the button overhead from being rendered in part or *at all* - as in, the button doesn't show up at all. It's just black.
    See for yourselves. Here's a screenshot (the test page has a yellow background):
    If I touch the screen or the web view, the button will (usually) abruptly show up above the page, where it's supposed to be:
    Anyone else seen anything like this before? Any ideas what it could be?
    Additional information for those who might want it:
    - Project is being developed in Flash Builder 4.6 with the 4.6 SDK. Screenshots are from a Google Nexus 7 tablet (Android version 4.1.2, Adobe AIR version 3.4.0.254).
    - the view in this case is an ActionScript class extending View with a skin. Here's the relevant code:
    [SkinState("ready")]
    [SkinState("loading")]
    public class LogInWebView extends View
              [SkinPart(required="false")]
              public var previousButton:Button;
              private var browser:StageWebView;
              private var url:String;
              private var isFirstPageLoaded:Boolean;
              public function LogInWebView()
                        super();
                        isFirstPageLoaded = false;
              override public function set data(value:Object):void {
                        url = value.url;
                        invalidateProperties();
              // protected functions
              override protected function createChildren():void {
                        super.createChildren();
                        if (url) {
                                  browser = new StageWebView();
                                  browser.viewPort = new Rectangle(0, 0, stage.stageWidth, stage.stageHeight);
                                  browser.addEventListener(Event.COMPLETE, onFirstPageLoaded, false, 0, true);
                                  browser.loadURL(url);
              override protected function partAdded(partName:String, instance:Object):void {
                        super.partAdded(partName, instance);
                        if (instance === previousButton) {
                                  previousButton.addEventListener(MouseEvent.CLICK, onPreviousButtonClick, false, 0, true);
                                  if (browser) {
                                            browser.viewPort = new Rectangle(0, previousButton.height, stage.stageWidth, stage.stageHeight-previousButton.height);
              override protected function commitProperties():void {
                        if (isFirstPageLoaded && currentState != "ready" && browser) {
                                  // display StageWebView now that it's loaded
                                  skin.currentState = "ready";
                                  browser.stage = this.stage;
                        } else if (currentState != "loading") {
                                  skin.currentState = "loading";
                        super.commitProperties();
              // event listeners
              private function onFirstPageLoaded(event:Event):void
                        browser.removeEventListener(Event.COMPLETE, onFirstPageLoaded);
                        isFirstPageLoaded = true;
                        invalidateProperties();
    - note: the button ONLY appears in state "ready" - it's not in state "loading."
    Your thoughts?

    Hi,
    Not sure what your specific problem is, but I have encountered no problems at all by going a stage further with my implementation - it is based on http://soenkerohde.com/?s=stagewebview but I extended it to update on dimension changes of the container.
    EG:
    [code]
    override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void {
    super.updateDisplayList(unscaledWidth,unscaledHeight);
    updateBrowser();
    protected function updateBrowser(event:ResizeEvent=null):void {
    if(myStage && stageWebView) {
      var offsets:Point = new Point();
      offsets = this.localToGlobal(offsets);
      stageWebView.viewPort = new Rectangle(offsets.x, offsets.y, unscaledWidth, unscaledHeight);
    [/code]
    Seems to work for me, anyway. Hope it does for you too.
    G

  • HT4864 Is there any way to get my photos and videos from my old android phone to my iCloud? I'm going to but an iPhone in two weeks and desperately need to download all the info I already have... Please help!!

    Is there any way that I would be able to download my pictures and videos from my old android to my iCloud?? I'm desperate to make this happen. It is the pics of my baby girl. I have just received the iPhone so I hope to never have this problem again but I need a solution currently.... Thanks!!

    sure pretty simple.  make a backup of your current settings
    http://support.apple.com/kb/HT1766?viewlocale=en_US
    then restore device from old backup you need pics off of
    then import pics to computer
    http://support.apple.com/kb/HT4083
    you may need to save pics to camera roll first
    then restore the new backup and sync pics back to phone via itunes
    Peace, Clyde

  • Desktop RTMP video works fine - but Android gives me NetStream.Seek.Failed

    I have an app built using Adobe AIR. The app uses StageVideo and plays a live RTMP H264 encoded stream using NetStream.play. The app works as expected in ADL, and when installed as an app on the desktop.
    But if use the exact same code and install the app on the Android, I get the NetStatusEvent "NetStream.Seek.Failed". So because of this event the I am unable to play the video stream on the Android.
    So my question: If you are building an app for the Android, can you not resuse the exact same NetStream code that you used on the desktop? Is there a bug on the Android runtime that is preventing RTMP from seeking correctly?
    FYI: The netstream.play startvalue is -2 (so it will look for recorded stream first, then a live stream. In my case it is a live stream)
    I am using Adobe AIR 3.7.0.2090, and Samsung Galaxy Tab 3, Android 4.2.2
    The same problem or error occurs when using the AIR 3.8.0.930 SDK

    This is longer an issue. I am now using Adobe AIR SDK 3.8.0.1040, and have made some recent updates to the code. I am not sure what fixed the issue, but I can say that yes, the Android is working as expected and I am reusing the exact same code from the desktop app for the Android.

  • Videos load slower than in the past

    Since upgrading to Firefox/3.6.13, videos load much slower. I have run speed test on system and that is not the problem. I have DSL. The later in the day, the slower the down load.

    Hello Paul,
    Least likely is Malware.
    Check the S.M.A.R.T. status of the drive in Disk Utilty by highlighting the Drive & looking at the bottom of the window.
    Open Activity Monitor in Applications>Utilities, select All Processes & sort on CPU%, any indications there?
    How much RAM & free space do you have also, click on the Memory & Disk Usage Tabs.
    In the Memory tab, are there a lot of Pageouts?

  • Streaming problems on Android?

    I really have no idea where to post this, so here goes.
    Starting a "webcasting-station" using Shoutcast as the stream provider and a HTML5/Flash fallback player on the site.  Things seem to be cool with BB and iOS devices, Android is a little finicky.  Sometimes it's there, sometimes not.  So...where's the problem - Flash, Android, Shoutcast, the player???  BB and iOS going HTML5 while Android Flash?  Perhaps Icecast works better with Flash or whatever the problem happens to be?  Things're fine on PCs and everywhere else accept Android.  Help!

    I am currently watching Episode 1001 on my Dell laptop running Windows XP and IE. I am watching the stream as intended with the QT movie embedded in your page. So far (about a third of the way through).... No problems.... No drop-outs, glitches or anything. Nothing but crystal clear video and audio.
    At this time, I would recommend making sure that the client Windows machines download the latest version of QT from Apple's website.
    Adam

  • Youtube videos load slow in FF & Chrome, but fine in IE.

    So my problem is that Youtube videos load in a very choppy way in Firefox and Chrome, first 15 seconds load, then there's a long pause, before next 15 or so seconds are loaded. However, they load smoothly on Internet Explorer. I've reinstalled browsers and Flash, tried disabling HW acceleration, all to no avail.

    It seems to me that you should not need padding if the bottom image is 'pasted' to the bottom of the menu. If the bottom div is the same size as the image, you also don't need to say "background-position: bottom;" You know that it is the 'bottom' of the menu visually. The div doesn't care where it is...it's probable that the padding is pushing the image right out of the picture (so to speak).
    I don't see the bottom padding on the markup, anyway. Are the image you are presenting corresponding to the code you pasted in? By the way, seeing code pasted in is not as good as seeing the page and code in situ...by getting a link for it.
    Beth

  • Youtube videos loads but after 2-4 sec the player area gets blank with ivory white colour... Help

    Youtube videos loads but after 2-4 sec the player area gets blank with ivory white colour..
    == This happened ==
    Every time Firefox opened

    Why are you using such an old version of Firefox. The older versions have known security issues. Consider upgrading to the current version. (Help > Check for Updates)
    <u>'''''Adobe Flash'''''</u>
    You are using a <u>'''very old'''</u> version of Flash Player. Updating Flash Player may solve your problem
    <u>'''Install/Update Adobe Flash Player for Firefox'''</u>: your ver. 10.0 r10; current ver. 10.1 r53 ('''important security update 2010-06-10''')
    See: '''[http://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash Updating Flash]'''
    <u>'''''Other Issues'''''</u>: ~~red:You have installed plug-ins with known security issues. You should update them immediately.~~
    <u>'''Update Java'''</u>: your ver. 1.6.0.13; current ver. 1.6.0.20 (<u>important security update 04-15-2010</u>)
    (Firefox 3.6 and above requires Java 1.6.0.10 and above; see: http://support.mozilla.com/en-US/kb/Java-related+issues#Java_does_not_work_in_Firefox_3_6 )
    ''(Windows users: Do the manual update; very easy.)''
    See: '''[http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates Updating Java]'''
    Do the update with Firefox closed.

  • Re: Slow Video Loading

    I have expirienced the same problem with my laptop and would like further help with steps i could take to fix the problem. The model number for my notebook is E1X69UA. The operating system is Microsoft Windows 8.1 though i am unaware if it is 32 or 64 bit.

    Hi @DJ44369 ,
    Thank you for visiting the HP Support Forums and Welcome. It is a great site for information and questions. I have looked into your issue about your HP Pavilion 15-e049ca Notebook and issues with slow video loading. Here is a document on improving your system. 
    Have you tried to disable your virus protection to see if this helps?
    Make sure all of your updates have been completed for Windows 8.1.
    You could also try resetting your router to see if this helps.
    FYI your system is 64 bit.
    Please let me know how this  goes.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Youtybe and other browser videos load super slow on my iphone

    Have anyone come across the problem when your youtube and other browser videos loads super slow. It is really frustrating and even the samsung galaxy s 2 loads faster than my iphone 5  
    I don't if this is only on iphone 5 or other apple products so if you have a solution for please tell me      
    and iphone 5-ios6 seems to have so many problems such as battery degeneration, purple flare and pixelated camera, maps , alarm clock and many other more
    Thankyou for you solutions...

    I am experiencing this issue also, and it seems to be specific to wifi only.  Both the app and website produce the same slow loading video.  Also, oddly enough, cellular will load faster despite it's slower speed.  It was rumored that Safari's cache had something to do with it (being that wifi causes the videos to load in high definition/high quality).  If you clear your cache (settings, safari, and clear history and clear cookies and data), it temporarily fixes the issue.  However, this will only get you through 1 or 2 videos before it returns.  Others have tried using different DNS settings (the DNS of your ISP or opendns), but it never seemed to work for me.  Still, many others have suggested running your router in WEP mode, which may have had some affect.
    Try all the suggestions and see if it improves.
    I also forgot to mention that wifi speed on every other use outside youtube is fine.

  • Slow internet video loading

    Hi everyone,
    Ever since I purchased my Macbook Pro over 3 months ago, watching videos has been very slow. It doesn't freeze, it just takes a really long time to load any video from youtube or any other website.
    My internet speed is fine as I have another laptop (Toshiba running on windows vista) and video loading is really quick and don't have to wait for a video to completely load as it is already fast.
    So is the problem the Macbook or internet connection?
    My Toshiba laptop is wirelessly connected to the internet though (Connected using ethernet cable).
    However, the macbook is wirelessly connected.
    Any suggestions? It could be that the wireless isn't really good but that doesn't explain why it is fast and smooth on my Toshiba.
    Thanks!

    Hi ..
    just takes a really long time to load any video from youtube or any other website.
    YouTube requires the Flash plugin so try troubleshooting ...
    Quit Safari.
    Open System Preferences > Flash Player then select the Storage tab. Click: Delete All
    Now uninstall the Flash plugin then reinstall new >  Troubleshoot Flash Player | Mac OS
    Very important to uninstall the currently installed plugin first.
    Relaunch Safari.  From your Safari menu bar click Safari > Empty Cache
    Now try a video.
    BTW... if you have the ClickToFlash extension installed, that can prevent Flash based video from streaming. It can also be installed as a plugin in /Library/Internet-Plug-Ins.
    And check to see if Safari is running in 32 bit mode. Right or control click the Safari icon in your Applications folder then click Get Info. If the box next to:  Open in 32 bit mode  is selected, deselect, quit then relaunch Safari.
    edited by:  cs

  • Wifi / Video chat problems that are driving me crazy

    Hello all!
    So here's the story. I bought a Macbook Pro about 4 weeks ago, and from the first day i've turned it on, I've been experiencing a few problems regarding my Macbook's wifi and ability to video chat. Ill address each problem separately
    Wifi:
    So starting from the first boot up, it seems as if my Macbook Pro doesn't always play well with my network over wifi. After establishing a good connection for at least an hour, web pages will refuse to load, even though airport says I'm connected to the internet and to my network. When i turn airport off and back on, I'm prompted for my network password. When I enter it, it attempts to connect, and i get the message "network timeout". I keep getting this no matter how many times i attempt to reconnect, or restart. I have 2 windows computers (vista and xp) and 2 xboxes that are connected via LAN, and 2 ipod touches, an ipad, an old dell laptop (ubuntu), and a Macbook (snow leopard) that are connected at various times wirelessly. The problem persists no matter what time it is, what day it is, where i am in the house, or what is connected to the network. Some days it will happen 5 times, some days (like today), it has yet to happen, so it's very unpredictable. No other computers, including the Macbook, have this problem. I have yet to test this Macbook Pro on another network. I have searched various forums and tried multiple "network timeout" fixes, only to find myself being disconnected again. The problem does not happen when connected via LAN
    Video Chat:
    This problem has also happened previously when i attempted to video chat on the previously mentioned Macbook. No matter what client i use to video chat (Ichat, oovoo, etc.), and no matter how I'm connected (WiFi, LAN), the video quality is very bad, and after a few minutes i lose connection (however, i retain a good internet connection). At best it is choppy, and i can barely understand the other person before i get disconnected. I've tried talking to people of various distances, from people in the same city, to my friend in florida, and i keep getting the same problem. My friends say that they're fine when they talk to other people and the quality is very good in comparison to mine, so I'm lost here. The video chat tests, appleu3test01 and 02 are crystal clear for me, while i don't get a response from 03. I figured it was because i was on wifi, since i have problems over wifi (above), but the problem persists even when connected via LAN. My internet sharing is OFF, as well as any other sharing option. I've gotten mediocre results at best doing VoIP tests, however i get stellar results from speed tests. Wired i get 20mb/s down, 5mb/s up, while wireless i get 5mb/s down, 2.5mb/s up, with a ping of 17ms.
    Im curious to know if these two problems are related! My blame right now falls on the router or it's settings, but as of right now i really don't know how to go about fixing this.
    My ISP is Verizon FiOS, and i must say I've seen a great improvement from when i switched from my local ISP (Time Warner Cable), however through my searching i have seen people run into problems with the macbook pro and Verizon FiOS and their routers. The problem is, I can't simply replace the router, It's used for the TV and DVR streaming and stuff, it had a COAX cable in it.
    If it makes a difference, i needed LAN ports in my room, so i took my old Linksys WRT54G router with DD-WRT Firmware, and connected that to the wire that runs from the Actiontec M1424WR into my room, so i can connect my Xbox and my computer via LAN... that could be a possible interference.
    I am a college bound 18 year old living with my parents at the moment, so extreme fixes (like switching ISP's) are out of the question for me, but i do have free reign over the router settings and such, so i can try most reasonable things. I LOVE my macbook pro, and don't see myself going back to windows anytime soon, so i want to fix these problems ASAP. I consider myself to have a good knowledge of computers, so lay every possible solution on me!
    Thanks in advance!

    ok so all day yesterday i didn't have the wi-fi problem, but today I'm struggling to keep a connection. The status bar reads "Contacting website.com", and stays that way until i stop it, or it gets reconnected. I changed the settings mentioned above, but no dice. My router is up to date and everything too.
    As for the Video Chatting problem, i didn't know that there was a connection doctor, so i tried that, and i get an amber light for "router type", and it says "port restricted". I searched around for a bit, and found somebody who said disabling the firewall on the router helps. I did that, and while i DID notice a significant improvement in video quality and connection quality, i still get an amber light with the message "router type: port restricted. This computers network setup includes one or more devices that are not fully compatible with audio and video chatting.". I still would like to get a green light here, as well as keep my firewall... any suggestions?

  • MSI K7N2 Delta-ILSR, Mouse problem & Video off problem solved!!!

    I find the following information that I collected very interesting at the very least...
    Here goes...
    The video off problem that I was having was directly linked to the mouse. Here, let me explain the video off problem. In the BIOS Have the Standby mode set to S3. The problem occurred when I started windows, then went into standby, then started back up, then restarted the computer, the monitor would act as if it were in sleep mode, or rather there was no signal being sent to the monitor. Well the odd way I fixed that is by plugging in a standard 2 button PS/2 mouse. Also this fixed the issue with the mouse sometimes not working in windows.
    Here is how I tested.
    Logitech MX700 Cordless Optical Mouse, PS/2 & USB= failed.
    Logitech iFeel Optical Mouse, USB= failed.
    Microsoft Cordless Ball Mouse, PS/2= failed.
    Standard Artec (Cheapy brand) Ball Mouse (With no wheel), PS/2= All issues fixed, and passed.
    When I said failed I do not mean they didn't work, I mean they sometimes didn't work and also caused the Video off problem after restarting the computer.
    Obviously it isn't the ports (PS/2 or USB) that are the problem, it is more like the mouse itself, and the amount of buttons in particular. As you can see above the only mouse that works correctly is the one that only has 2 buttons, the rest has 3 or more buttons along with a Wheel. The MX700 has 8 buttons + wheel, WOW!
    Anyways I figure out it was the mouse, and not the memory.
    Obviously MSI needs to make a patch for this mouse problem.
    I'm still having a hard time believing that the mouse caused the video not to work, but it is true! I spend well over 5 hours testing this crap. Every time with the mice with more then 3 buttons it messed up, and every time with the 2 button old fashion mouse it worked flawlessly!
    MSI, get to work on a new BIOS to fix this mess!!!  :]
    BioHaz

    Quote
    Originally posted by Raven_
    hi
    its possible to use an ps/2 mouse AND a usb mouse at the same time.
    i used the ps/2 mouse in windows and the usb mouse when playing games.
    you can get some trouble if you do it the way i did it.
    i was in windows surfing and the pointer just jumped all over the screen.
    when i looked on the other side under a table a friends little kid played with the usn mouse.  )
    bye
    LOL, that isn't what I'm talking about.
    There seems to be a problem with my motherboard accepting mice with more then 2 buttons. It works the first time, but if you restart the computer, the video goes off. If you have both installed, it still messed up.
    BioHaz

  • 'Source play' and 'audio-video sync' problems with PE8 on fast WIN7 64 bit computer

    I am transferring Hi8 videos, about 2 hours long, to my WIN7 64 bit computer with PE8.  [Dell Mobile Precision M4400 Computer Workstation (Intel Core 2 Duo T9900 500GB/4GB); NVIDIA Quadro FX 770M, 512MB] I seem to have several problems: 
    First, after importing the file (.avi), I get a message about ‘dropped frames.’ 
    Secondly, when I try to play the video in the source monitor, the audio plays but the video doesn’t; it only shows the first frame [this is after waiting until the video is ?recognized? ]   I can use the shift-arrow key and see that the video is there.
    Thirdly, I can play the .avi file in other players, e.g., avidemux or PE pro CS5 on another computer.  There, I see that the audio and video are not in sync; the audio can be up to 300 ms ahead of the video (as determined using avidemux). 
    Questions:
    1.  Why doesn’t the source monitor play the video? Is this a problem with PE8 (latest update as of 3 March 2011) on aWIN7 64 bit computer (intel duo core. 3 GHz).
    2. Is the audio-video sync problem the result of the ‘dropped frames?’ How can PE8 correct this? Avoid this? Or, is it coincidence?

    "I think you're telling me you're using a backwards compatible Digital8  camcorder to capture your video as DV-AVIs. Is that right?" YES
    "Are you using  Premiere Elements to do this capturing?" YES, AS ABOVE PE8
    "Go to the File menu and select Properties. It should show a standard DV codec being used for your video and audio."
    WMP v12 is dumb. Under properties, media, it says 'video.'  However, avidemux gave me the information state above: video -- Codec 4CC: dvsd, frame rate: 29.971 fps; audio -- codec: PCM, channels: Stereo, frequency: 48 kHz.
    So, back to the Questions:
    1.  Why doesn’t the source  monitor play the video? Is this a problem with PE8 (latest update as of 3  March 2011) on aWIN7 64 bit computer (intel duo core. 3 GHz).
    2. Is the audio-video sync problem the result of the ‘dropped frames?’ How can PE8 correct this? Avoid this? Or, is it coincidence?

Maybe you are looking for

  • IPod Touch 4g stuck in recovery mode after iso 5.0 upgrade attempt

    Sorry that I'm late to the party and too stupid not to know better when updating my ipod touch just days after the update was released, when will I learn. I have tried nearly everything I've seen posted in this community and others ... unpluging all

  • Java.lang.NullPointerException when connect to the J2EE engine

    I want to connect to the J2EE engine ,but the error message "java.lang.NullPointerException" is displayed in the console.  Please help me ! Thank you !!  The full error exception like this: java.lang.NullPointerException         at com.sap.engine.ser

  • Can report print clob and interpret the content

    Hi, we use reports and forms 9i on Linux. During the development of our application we faced one problem: users were using MS Word prior to our solutions, so they are used to manipulate with text( bold, underline, font....). We tried to enable them t

  • Imac screen flickering

    So everyone now and then my iMac screen begins flickering at the bottom in and around the dock. It is noticeable enough to be annoying. Also with the new neon colors on the Apple site it goes crazy showing a bunch noise in the colors of the page. Is

  • Register an already registered server pool

    Hi, I reinstalled the OracleVM manager (v. 2.1.1) and i lost all data about old registered servers and vm's. The OracleVM Server is running ok, and also the vm on it. But I can't manage them because when i try to add the server pool it through an err