Safari 5.1 HTML5 Video performance issues

Since upgrading to Safari 5.1 i am experiencing performance issues while playing HTML5 videos on Youtube. The video takes ever to load, while loading the whole browser becomes unresponsive, in the end forcing me to close the tab and wait for the broswer to recover on its own.
After upgrading to 5.1 though performance has great improved in general and i am loving it, but this problem with HTML5 Video is quite troubling.
I am using Macbook 5,2 (mid-2009) with NVIDIA 9400M

Go to Safari / Preferences - Extensions. If you have any intstalled, turn that off, quit then relaunch Safari. Try a video.

Similar Messages

  • Recent ML upgrade leads to widespread video performance issues.

    Hello,
    I recently took the leap to Mountain Lion and I'm starting to regret my decision. I have noticed a real drop off in video performance across the entire system.
    Firstly, I came across a well documented issue with Final Cut Pro 7 video playback in the canvas. Playback is almost unusable due to introduced artifacts and tearing. However the video performance issues seem more wide spread than "unsupported software". I notice extremely rough image switching when I switch between workspaces, particularly on the second monitor. Also, when the screen saver kicks in and it swaps images, the same very klunky image swap is noticed on the second monitor. Also when the Reading List display is toggled in Safari, the remaining window slide left or right is not smooth at all, irrespective of what monitor it is on. There are other Safari rendering issues too, involving flickers, and other general video issues.
    My machine is a mid-2010 Mac Pro, 6 core, 3.3GHz with 24GB of RAM and a 5870 graphics card. None of these issues were present in Lion.
    I was wondering whether anyone else had noticed similar issues and if so, what if anything can be done about it.
    Thanks in advance.
    Regards,
    Scott

    This problem is not restricted to Leopard, 10.4.10 with QuickTime 7.3 is affected too. 10.4.11 doesn't show any improvements either. Yes, we need a fix for this... but one that solves this problem on Tiger as well, please.

  • Help with Video Performance Issues using Flash

    Asking on behalf of a customer who has been unable to get any answers so far - are you able to help?
    Background:
    We have a port of our Game Development Kit which allows us to recompile all our games using Crossbridge (http://adobe-flash.github.io/crossbridge/) into SWF without any code modifications.
    Overview:
    Our framework is using OpenGL for rendering and we have successfully ported it along with the audio and video to run in Flash.
    We are experiencing performance issues using Video. We cannot use image sequence as some of the video animations are too long and would increase the download to an unacceptable size.  Assets vary between 256x256 - 1024x1024 videos.

    Here's the rest of the story.  Let me know if you can see any resolution, and I will connect him to the forums.  Thank you.
    Current Video Solution:
    We create an instance of NetConnection, NetStream, and Video according to most samples out there, and invoke draw to rasterize the Video DisplayObject into a BitmapData instance.
    The BitmapData instance has a fixed color component layout which is not compatible with Stage3D texture and is therefore has to be reformatted before uploaded to Stage3D Texture (See Code Listing below).
    Our Problems:
    Performance issues with RGBA conversion (either using copyChannel or manually reformatting is not fast enough) natively in as3; this required for stage3d texture.Copying each channel individual using bitmapdata.Copychannel seems faster, but not significantly faster.
    Cannot detect when video frame has been updated, therefore we may copy pixels that are not needed in enterframe (processpixel).
    Looping video, our current solution uses the NET_STATUS event Buffer empty; Is there a better way to loop videos than checking buffer and seeking to 0.
    Stepping video, loading FLV or MP4 side by side assets from HTTP or embedded does not support stepping? Is there another way?
    ActionScript Code Listing:
    video_nc = new NetConnection();
    video_nc.addEventListener(NetStatusEvent.NET_STATUS , onConnect);
    video_nc.addEventListener(AsyncErrorEvent.ASYNC_ERROR , trace);
    video_nc.connect(null);
    // OnConnect Event:
    this.ns = new NetStream(e.target as NetConnection);
    eventclient = new Object();
    eventclient.onMetaData = onMetaData;
    this.ns.client = eventclient;
    ns.play(flvfile);
    ns.pause();
    //onMetaData event:
    this.width = infoObject.width;
    this.height = infoObject.height;
    this.textureWidth = NextPowerOfTwo(this.width);
    this.textureHeight = NextPowerOfTwo(this.height);
    cliprect = new Rectangle(0, 0, this.width ,this.height);
    cliprect.x = 0;
    cliprect.y = 0;
    cliprect.width = this.textureWidth;
    cliprect.height = this.textureHeight;
    totalFrames = infoObject.duration * infoObject.fps;
    this.hasAlpha = true;
    if(infoObject.videocodecid == 5)
    this.hasAlpha = true;
    this.bitmapData = new BitmapData(this.textureWidth, this.textureHeight, hasAlpha, 0xff000000);
    this.video = new Video(this.width, this.height);
    this.video.attachNetStream(ns);
    this.video.addEventListener(Event.ENTER_FRAME, processPixels);
    // processPixel method:
    BitmapData.draw(video);
    GLAPI.instance.glBindTexture(GLAPI.GL_TEXTURE_2D,this.textureId);
    var fmt:uint = GLAPI.GL_ARGB;
    // converting pixels using copychannel or loop through pixels
    GLAPI.instance.glBindTexture(GLAPI.GL_TEXTURE_2D,this.textureId);
    GLAPI.instance.glTexImage2D(GLAPI.GL_TEXTURE_2D, 0, fmt, this.textureWidth, this.textureHeight, 0,fmt, GLAPI.GL_UNSIGNED_BYTE, 0, convBitmapData.getPixels(cliprect));

  • Flash Player Video Performance issue in IE 9.0.124

    So everything was going fine until we got all users to update
    their player to the new 9.0.124 version. We host HD videos on our
    site and people love the quality we provide. Well at least until
    now. Videos started to stutter while download is still in progress.
    That is once the video is completely downloaded the stuttering
    stops. This is seen only is IE (on Windows). On FireFox and Safari
    (on Windows) this issue is not seen at all.
    Now we have a ExternalInterface call back in the download
    progress event that calls into a javascript method on the page.
    This javascript method simply displays the information it gets as a
    parameter. No complicated or tim consuming work is being done here.
    After doing some tests we find that if we remark out the call
    to ExternalInterface.addCallback the stuttering stops happening. So
    it looks to me like something has changed (in this new version) in
    the way the ExternalInterface stuff works, to the extent that it
    hampers video playback.

    Bentley,
    Don't mean to shoot the messenger...so please take this in
    good faith.
    I'd gladly log a bug if anything was ever done about it. I've
    been logging bugs with Adobe on Flash player and Flex for two years
    but these bugs are still outstanding and deferred to the next
    release :). Releases come and go but the issues are outstanding.
    These issues are show stoppers for a lot of people.
    I see no point in me taking the extra effort if nothing is
    going to be done about it. Other software companies I work with
    respond immediately.
    Others, won't see the issue unless they're doing what we are
    :). Things were working fine until we upgraded to the new player.
    To me that's an issue that needs to be addressed no?
    I'd gladly provide you with two links, one that shows this
    issue and one that does not if it helps verify the problem.

  • Safari wont play html5 videos. It used to play some videos on safari but now it displays black page with a silver play button within a circle with a line over it

    Hey guys please help me out, I use videos on safari for work and at my leisure time.

    I'm pretty sure this is a new feature of their site - videos autoplay on modern browsers now.  Download the Google Chrome app and see if the issue persists. My guess is it will and there's nothing you can do. It's not an issue with your phone.
    ~Lyssa

  • High FPS Video performance issue. Premier Pro CC.

    Hello, I have been working on this project.
    The recording I used are recorded with Nvidia Shadowplay at Max bitrate (50 mbps and H.264) and 60 FPS.
    Now I did record the game Counter Strike: GO. And while recording the time scale was set to 1/4. So in Premier Pro I accelerated the recording by 400% to get back to real time. Which makes the videos effectively 240 fps Full-HD recordings.
    Now I used the short-cut CTRL+SHIFT+F11, to see my CUDA's rendering information.
    At first it plays a smooth target 60 fps, but it doesn't take long for it to go down to 3-6 fps. Which is simply impossible to work with.
    Now my question is, can I tell Premier Pro to only render at say 60 or 50 fps? Basically let it skip frames in order to maintain at least 24 fps for the view port editing purposes?
    Final render of the project is targeted at 60 FPS for YouTube.
    Sincerely, Julian Blau
    My gear:
    Intel i7-920 (OC to 3.9 GHz)
    Nvidia GTX 680 (MSI TwinFrozr)
    Samsung 840 SSD for cache in Premier Pro's Media Settings.
    Media is stored on a Regular HDD (600 GB)

    I am having the same issues.
    Im working on a late 2012 iMac, 3.4 GHz Intel Core i7. 32 Gb ram, NVIDIA GeForce GTX 680MX, OS X 10.9.4.
    I'm editing RED footage, about 3 TB worth for this project from a Promise Pegasus drive.
    The software really slows down when using the TYPE tool and also when scrubbing through footage.
    When I attempt to quite the software and restart, the interface goes away but the app is still running but says "not responding" when I attempt to force quit.
    If you've figured it out since then Id love to know what works.
    Thanks!
    G

  • Safari 5.1.2 Youtube HTML5-Video issues

    Fullscreen-Button on Youtube doesn't work for HTML5 videos on Youtube in Safari. Also there are problems with the video performance. The process QTKitServer Safari Webcontent has 105% CPU, the whole MacBook is very slow in that moment.
    This is only a problem in Safari!
    Since three years i use Safari for all my work on the net. But after the upgrade to Lion, this browser has a lot of bugs and getting slower and slower. I think it is time to change the browser. :S

    Yes. I have the same problem as well. Watching a video on Youtube and the process called QTKitServer goes above 100%. I haven't figured out why (html 5 or fullscreen or whatever) but I didn't noticed it before.
    Macbook, Snow Leopard, Safari 5.1.2 with only the Adblock extension running.

  • Safari 5.1 HTML5 HTTP basic access authentication issue video does not load

    I have a .m4v video referenced in a page with the HTML5 video tag in a folder which is in a password protected folder housed on iPage.
    Safari 5.0.5 plays the video fine.  Safari 5.1 fails to load/play the video in the protected folder.  If I move the video to a not protected folder, Safari 5.1 plays it fine.
    This is on iPage.  Back on MobileMe all is fine with 5.1.
    I think this is a HTTP basic access authentication issue with 5.1.
    Anyone have similar issue? Work around?

    Yes, I can also confirm this behaviour. This is in Safari 5.1.1, but I also see the exact same thing in WebKit nightlies.

  • Safari version 7.0.6 (9537.78.2) won't play html5 videos. (Mavericks on Macbook Pro)

    Since upgrading to Safari version 7.0.6 (9537.78.2), html5 videos will no longer play. (Mavericks on Macbook Pro) I get the error message "Please upgrade your browser to view HTML5 content". The only extension I have is ClickToFlash. When I disable it, I get the error message immediately without having to click on the "Flash" button to give it permission to run.

    same thing for me... yesterday i started noticing flakey graphics on video playing, then went shopping on Amazon which kept telling me to upgrade my browser, and when I check the link to safari update, I am greeted with I have the latest version of safari.  I checked my Last Yosemite update... it is current.   I rebooted my computer went to bed, and today, nothing on Yahoo, Abc News, youtube will play when it comes to video.   A conspiracy in the making to take down or disrupt all apple users I am sure must be going on.    I say this because I checked another iMac which has been working flawlessly.   And update to flash came in, I did not perform that update.   Videos worked fine.   That update was done and bam... no video playing on that computer either.
    I think Apple should release something immediately and stop anymore flash on mac updates to be installed.   Adobe needs to be notified that what ever they have released is killing all apple users who use safari.
    ANYONE READING THIS BE AWARE THAT THE LATEST FLASH UPDATE PROMPT WILL KILL YOUR MAC SAFARI AND VIDEO PLAYING ON SAFARI WILL END.   AMAZON and OTHER SITES WILL TELL YOU YOUR BROWSER IS OUT OF DATE, IGNORE THAT BECAUSE I THINK WHO OR WHAT EVER COMPANY IS BEHIND THIS HAS BEEN WORKING INSIDE WITH THOSE COMPANIES ALTERING CODE SO THAT PEOPLE ARE DRIVEN TO START UPDATING SOFTWARE IN HOPES OF SNAGGING THE UPDATE FROM ADOBE THAT CAUSES THINGS TO CEASE WORKING.
    TODAY Both IMACS Running YoSemite will not play video and are both crashing with Graphic Hardware errors... 2 iMacs that are 2 years apart on Manufacture date, and both were working flawlessly this past weekend.

  • Safari 5.1.2 doesn't play HTML5 video

    I'm developing a website which uses HTML5 video as a fullscreen background.  At home, I'm developing on a MBP running Snow Leopard.  At work, I'm using Lion with Safari 5.1.2.
    Currently, the page displays fine on Safari/Snow Leopard, Chrome/OSX, Firefox/OSX, IE9 (what?!), Chrome/Win and Firefox/Win.
    Safari 5.1.2 on Lion and on Windows will NOT play the video and instead defaults to the poster image I have set.
    The video has .mp4, .webm and .ogv versions for all the supported browsers.
    I have tested this by downgrading my Lion computer to Safari 5.0.5 and the video played perfectly.
    Any ideas?  Seems like people are having issues with 5.1.2 and YouTube HTML5 videos also.

    I believe you..
    At home, I'm developing on a MBP running Snow Leopard.  At work, I'm using Lion with Safari 5.1.2.
    You might try getting help from the dev forums >  The Apple Developer Forums provide iOS, Mac, and Safari Developer Program

  • Safari 5.1.7 Beach Balls when displaying HTML5 video

    Hello all,
    I'm coming to you guys with an extremely annoying bug in Safari 5.1.7 (it's been fixed in 6.0, but Apple won't update Snow Leopard machines to the new version).
    I have an HTML5 video at http://safaba.clients.numonium.com that is supposed to play above the homepage slideshow when you click the play button in the first slide (the slideshow fades out, video player fades in).
    This aforementioned works properly in the following browsers:
    Firefox (current version - 16.0.1)
    Chrome (current version - 22.0.1229.94)
    Microsoft Internet Explorer 9
    Microsoft Internet Exploer 8 (uses SWF fall-back, but properly transitions to the video and plays the SWF)
    Safari (current version - 6.0)
    Safari for iOS, iPhone
    Safari for iOS, iPad (you have to hit the "play" button twice to get it to play... another issue)
    You can use the following credentials to access this site:
    http://safaba.clients.numonium.com
    User: apple
    Pass: FQscoPxhx!
    Safari 5.1.7, however, completely goes unresponsive under some circumstances, inconsistently:
    When you click the "play" button on the first slide to launch the video player
    If the above works, the video might play for two seconds then go unresponsive
    If the above works, the video might play until you seek
    If the above works, the video might play until you send a scroll event
    The browser sometimes (albeit rarely) plays the video flawlessly, but only once completely loaded. If the video does, in fact, play properly, clearing the cache would revive the aforementioned issues. Therefore, I think this bug has to do in how Safari loads the video upon page load.
    I've done just about everything I can think of (if I go to the video directly - http://safaba.clients.numonium.com/images/videos/homepage-slideshow/homepage-sli deshow.mp4), the video will play after a few seconds of loading.
    So I would greatfully appreciate any and all help anyone can offer - thanks!

    I should also mention that when Safari beach-balls, I don't see CPU, bandwidth, or Disk I/O spike (in fact, they're all close to 0), and only about 50% of the computer's RAM is used.
    Thanks again!

  • Safari with 10.7.3 -Still no Screen Sleep Fix on HTML5 Video

    Yesterdday 10.7.3 was released with new Safari and there is still NO fix for the Full Screen Sleep issue with HTML5 Video, whats wrong with you Apple, this bug is since Lion released with Safari,5.1 now 3 Versions later this small bug is still not fixed, but already known, i dont want to use Caffeine or such stuff, while Apple sugggests the Web to use HTML5 why is the support for basic Features so bad?

    Solved!
    A Workaround:
    Get the Webkit Nightly Build , download and add to your App Folder, make it the Default browser, follow the instructions to show your homepage, after this you almost done, than download
    RCDefaultApp, open System Preferences launch RCDefaultApp, go under Apps, search for Webkit and mark all all associations, Safari is no more dfeault for something, after this, go to Extensions Pane and search for the safariextz Extension, now set it to Webkit as well, now you are most up to date and Webkit updates more often than Safari ever did ^^
    Enjoy

  • Safari 6 lost audio in HTML5 videos

    I used to be able to play HTML5 videos in Safari without a problem--but as of the past week or so, I get no audio. I did a couple of courses through Coursera this summer and the HTML5 videos worked fine. But now that I've started new courses, I have to use Chrome (which I don't like) or use the Flash versions of the video which are not as good. Anyone else encountering problems with HTML5 videos audio?
    I've seen older posts about Safari not playing nice with Youtube HTML5s; but that's a long time ago and my Safari was working fine with HTML5 until the last week or so.
    My MacBook Pro is mid-2012 and running : OS X 10.8.4 (12E55)

    I was just searching for a solution to this exact problem before posting it here myself.
    I am also a regulat Coursera student and had managed to watch and hear the HTML5 option videos without problem.
    It must be difficult to visualise for people who aren't signed up to Coursera but not unlike YouTube, there are both Flash and HTML5 versions of lecture videos with inline content often in the form of quizzes (or tests, as we call them in the UK!). However, unlike YouTube, it is possible to change settings on the video page.
    Just recently (probably aroung the same time Dominique noticed problems) the audio ceased functioning using the HTML option and the in video content and quizzes stopped using the Flash option.
    I reported the problem to Coursera but got a pretty unhelpful response.
    From Coursera:
    Sorry to hear about this, and thank you for letting us know.
    We have not had an unusual amount of students reporting issues with the video playback. If its a specific Video, please let us know which one so we can check it. If its the same for all videos on this site, and the problem is slowly getting worse, it sounds like an issue with your browser or cookies and cache.
    First, could you please try clearing your browser’s cookies and cache and then let me know if the problem persists? You can find instructions on how to clear various browsers here.
    (Link to page which lists the following)
    Google Chrome (newest)
    Note: Ubuntu users may have to install the chromium-codecs-ffmpeg-extra package to make the videos work in Chromium.
    Firefox (23)
    Note: The video speed change feature for lecture watching is not yet supported in Firefox.
    Safari (newest)
    Internet Explorer (9 or newer)
    Also, could you kindly tell me what happens if you try this in another browser? You can find a list of Coursera’s supported browsers here.
    If those suggestions don’t work, would you mind sending me a screenshot of the problem that you encountered? This will help us better diagnose the issue.
    I got the feeling from the response that they hadn't read my message properly as it is not really possible to send a screenshot of either missing quiz or audio.
    Anyway, for the record, I had already tried disabling extensions etc. and have cleared cookies and cache as Coursera suggested which has not brought the HTML5 audio back.
    Every now and then, I do get an in video quiz using Flash but it's only about one in ten lectures. But the problem is extremely fustrating because it means that I have to load the video lectures multiple times (depending on how many quizzes etc. there are to watch the video in Flash until it reaches a quiz then reload it in HTML5 then reload it in Flash until the next quiz etc. etc.

  • Safari 6.0.5 update == no variable speed feature on html5 video player.

    Today I installed the Safari 6.0.5 update and now I don't have the html5 video player variable speed feature -- this allows one to play videos at speeds from 0.5x to 2.0x.  My previous Safari was 6.0.4 and the html5 video var speed feature worked well.
    The other things SW Update installed with the Safari 6.0.5 were:
    Security Update 2013-002
    Java for OS C 2013-004
    iTunes 11.0.4
    Any ideas?

    Today I installed the Safari 6.0.5 update and now I don't have the html5 video player variable speed feature -- this allows one to play videos at speeds from 0.5x to 2.0x.  My previous Safari was 6.0.4 and the html5 video var speed feature worked well.
    The other things SW Update installed with the Safari 6.0.5 were:
    Security Update 2013-002
    Java for OS C 2013-004
    iTunes 11.0.4
    Any ideas?

  • How can Safari request HTML5 videos?

    Hi,
    Safari on my iPad plays HTML5 videos.
    When I go to the video with Safari on my Mac, I got the message Flash PlugIn missing.
    How can I configure Safari on my Mac that it requests HTML5 videos?
    Thanks

    There are ways to check & see if you can change the default in browser
    so HTML5 is available, if supported. Safari should support it...
    Here's an example to obtain
    •HTML5 for YouTube video:
    https://www.youtube.com/html5
    HTML5_Test: How well does your browser support HTML5?
    https://html5test.com/
    There may be others, but this one allows certain functions in lieu of Flash.
    Actually, YouTube supposedly now streams HTML5 video -- by default.
    Good luck & happy computing!

Maybe you are looking for

  • Vendor  & GL Account Balance - department wise

    Hi All, We have a requirement from the client to show the Vendor Account Balance department wise. The scenario is like this. A single Vendor is operated by different sections of the Finance department like Raw Materials Bill passing section, Stores B

  • Log Viewer Error In MII 12.1

    Hi All, I am getting an error in log viewer in SAP MII 12.1 version(Netweaver 7.1). When I am tring to open the log viewer ,It is giving the error Connection refuse. Please do let me know if someone know anything about issue. Thanks, Ritim Jain

  • Configuration to allow a LEDES file to be imported directly into AP

    Does anyone know if there is any configuration possible to allow a LEDES (Legal Electronic Data Exchange Standard)  file to be imported directly into SAP Accounts Payable? Thanks a lot for your help. Regards Pravin

  • Default transaction isolation level in CR

    i am a newbie to CR.what is default transaction isolation for Crystal Reports XI. Where can i see it?

  • Comcast mail not turning up in apple mail?

    I can get email by going into comcast.net but my email is not turning up in my apple mail. This just started I had been receiving my mail in apple mail