Youtube videos stutter for a second every 30 or so seconds?

I will watch a video on YouTube (any video) and the PICTURE will pause a second while the audio continues uninterrupted (no matter the quality I put it on). It happens every 20-50 seconds (even while not in full screen). I have adobe flash player installed.

You can remove all data stored in Firefox from a specific domain via "Forget About This Site" in the right-click context menu of an history entry ("History > Show All History" or "View > Sidebar > History") or via the about:permissions page.
Using "Forget About This Site" will remove all data stored in Firefox from that domain like bookmarks, cookies, passwords, cache, history, and exceptions, so be cautious and if you have a password or other data from that domain that you do not want to lose then make sure to backup this data or make a note.
You can't recover from this 'forget' unless you have a backup of the involved files.
It doesn't have any lasting effect, so if you revisit such a 'forgotten' website then data from that website will be saved once again.
Do a malware check with several malware scanning programs on the Windows computer.
Please scan with all programs because each program detects different malware.
All these programs have free versions.
Make sure that you update each program to get the latest version of their databases before doing a scan.
*Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
*AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
*SuperAntispyware:<br>http://www.superantispyware.com/
*Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
*Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
*Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
*Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
You can also do a check for a rootkit infection with TDSSKiller.
*Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
See also:
*"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
*https://support.mozilla.org/kb/troubleshoot-firefox-issues-caused-malware

Similar Messages

  • Firefox v15 and up cause my computer (MAC OSX 10.8.2) to freeze for about 30 seconds every 15-30 seconds and forces me to turn it off with the power button

    Firefox v15 and up cause my computer (MAC OSX 10.8.2) to freeze for about 30 seconds every 15-30 seconds and forces me to turn it off with the power button. It only causes this after I have opened Firefox, my computer runs fine before opening Firefox. I have uninstalled Firefox and cleared my personal settings. I have installed future updates (16 and 17) and have run into the same issue. I cannot pull any information on RAM or CPU usage because when it happens it makes my computer unusable. Unfortunately I need to use FF for work and can't. I have tried the different responses on the forums to reduce the amount of RAM and CPU usage with no change in performance.

    Duplicate of https://support.mozilla.org/en-US/questions/944207

  • Why do some youtube videos run for a while and then freeze in firefox

    HI i am having a problem with the lasted firefox browser. You see when I go to this website to watch a video witch is through youtubthe video will play for a little bit and then it will freeze but the audio of the video will keep playing but the video will still be frozen. I have went into firefox and I did go into tools and under privacy where it says clear recent history and I did put a check mark into clear catche, cookies, website preferences and push on the continue button. Then I went back to the website and again I did try and watch the youtube video with the same problem as described above. So then I did uninstall Adobe flash player and shockwave player and re downloaded both flash player and shockwave player and reinstalled them again. This changed nothing the youtube video keeps freezing and the audio keeps plays even when the video is frozen in firefox.
    edit: I was wondering can your antivirus cause videos from youtube to freeze.
    Help would be appreciated please.
    some info that might be helpful
    Firefox 36.0
    Windows 8.1 64 bit operating system
    Avast free 2015.10.0.2208

    Hello,
    Try these tool that may help solve your problem. Sometimes Video loads slowly depending on your network speed subscription from your network provider.
    The Refresh feature (called "Reset" in older Firefox versions) can fix many issues by restoring Firefox to its factory default state while saving your bookmarks, history, passwords, cookies, and other essential information.
    '''''Note:''' When you use this feature, you will lose any extensions, toolbar customizations, and some preferences.'' See the [[Refresh Firefox - reset add-ons and settings]] article for more information.
    To Refresh Firefox:
    # Open the Troubleshooting Information page using one of these methods:
    #*Click the menu button [[Image:New Fx Menu]], click help [[Image:Help-29]] and select ''Troubleshooting Information''. A new tab containing your troubleshooting information should open.
    #*If you're unable to access the Help menu, type '''about:support''' in your address bar to bring up the Troubleshooting Information page.
    #At the top right corner of the page, you should see a button that says "Refresh Firefox" ("Reset Firefox" in older Firefox versions). Click on it.
    #Firefox will close. After the refresh process is completed, Firefox will show a window with the information that is imported.
    #Click Finish and Firefox will reopen.
    Did this fix the problem? Please report back to us!
    Thank you.

  • Youtube video gallery for website

    Dear All,
    I am try to make a some video gallery for my website clients given to a format is given below for your reference
    they want some thing like this. please help me how can do?

    thanks rik
    i get a code that code youtube video link goes some abstract way WEBLINK
    how can do something like this
    <!--Youtube Video Script Start Here-->
    <script>
    $(function() {
    var list_data='';
    var aur='';
    var myurl='';
        $.getJSON('http://gdata.youtube.com/feeds/api/users/xyz/uploads?&alt=json-in-script&callback=?', function(data) {
            $.each(data.feed.entry, function(i, item) {
                            var updated = item.updated;
                var url = item['media$group']['media$content'][0]['url'];
                var thumb = item['media$group']['media$thumbnail'][1]['url'];
               // var numViews = item['yt$statistics']['viewCount'];
                                  var tm = item['media$group']['media$content'][0]['duration'];
                                  var mytm=Math.floor(tm / 60) +':'+Math.floor(tm % 60);
                                  var ttl=item.title.$t;
                                  myurl = myurl+url+'$$';
                                  myurl=myurl.split("$$");
            list_data += '<div><img  id="'+ url+'" src="'+ thumb +'"><p><b>'+ttl+'</a><br> <span>Duration :'+ mytm+'</span></p></div>';
                         $("#youtube_latest").html("<object width=\"410\" height=\"300\"><param name=\"movie\" value=\"" + myurl[0] + "\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"" + myurl[0] + "\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"410\" height=\"300\"></embed></object>");
              $(".cont").html(list_data);
                        //$(list_data).appendTo(".cont");
                        $(".cont img").click(function(){
                        iurl= $(this).attr('id');
                        //alert(iurl);
                        $("#youtube_latest").html("<object width=\"410\" height=\"300\"><param name=\"movie\" value=\"" + iurl + "\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"" + iurl + "\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"410\" height=\"300\"></embed></object>");

  • Is it safe to download a "free" youtube video converter for MAC and if so, which one is recommended?

    Is it safe to download a "free" Youtube video converter (Ex. "freemake.com") for MAC or is there a better program recommended to convert these videos to DVD?  Thanks!

    Youtube's ToU specifically state that downloads of any content is prohibited unless there is a download button available for a particular video.

  • Embedded youtube video code for subtitles on ipad?

    I am trying to code an embedded video so that the viewer has the option to view subtitles (cc) on an ipad or iphone.
    I can't find a solution to make closed captioning work when the youtube video is embedded on a webpage.
    These are some of the things I have tried:
    <iframe width="853" height="480" src="//www.youtube.com/embed/FYjQkx7xCDk" frameborder="0" allowfullscreen></iframe>
    <iframe width="853" height="480" src="http://www.youtube.com/embed/FYjQkx7xCDk&controls=1" frameborder="0" allowfullscreen>iframe>
    <iframe width="853" height="480" src="http://www.youtube.com/embed/FYjQkx7xCDk&cc_load_policy=1" frameborder="0" allowfullscreen>iframe>
    Suggestions?
    Any help would be appreciated.

    <iframe width=”550″ height=”343″ src=”http://www.youtube.com/embed/kTvHIDKLFqc?rel=0&cc_load_policy=1” frameborder=”0″ allowfullscreen></iframe>
    Nancy O.

  • I am trying to add youtube video downloader for firefox having problem doing so

    I had uploaded few videos about my website project www.finditdubai.com which i want to download from youtube as once i uploaded i had deeted the video files from my computer. When i am trying to add your tube downloader from mozilla extentions mozilla page is not displaying any extentions there its just a simple white page with text links is it because of some internet issues or there is some problem with mozilla extantion page??? P;ease check https://addons.mozilla.org/en-US/firefox/addon/youtube-video-and-audio-dow/

    It is possible that there is a problem with the file(s) that store the extensions registry.
    Delete the extensions.* files (e.g. extensions.json, extensions.sqlite, extensions.ini) and compatibility.ini in the Firefox profile folder to reset the extensions registry.
    *https://support.mozilla.org/kb/Profiles
    New files will be created when required.
    See "Corrupt extension files":
    *http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    *https://support.mozilla.org/kb/Unable+to+install+add-ons
    If you see disabled or not compatible extensions in "Firefox/Tools > Add-ons > Extensions" then click the Tools button at the left end of the Search Bar to check if there is a compatibility update available.
    If this hasn't helped then also delete the addons.json and addons.sqlite files.

  • I have just bought my new retina mac book and tried watching youtube videos, but for some reason... i am not able to... why is that?

    i don't understand why i am not able to watch youtube videos? keep in mind this is my very first macbook so i am quite new to all of this... comment kindly!

    You may need to download and install the Adobe Flash player.
    http://get.adobe.com/flashplayer/

  • Audio output on tv stops for 1 sec every 6-12 seconds, how to fix this?

    IMac (end 2010)  is connected to Sony TV via HDMI.   All worked perfect for some time! Now Video is still perfect, but audio operates with a 1 second stop every 6 to 12 seconds. Very irritating.  Called Apple and they told me to install the MacOSXUpdCombo10-1.6.8. It did not improve. Has anybody a solution? Thanks! 

    How does the sqlldr command in script prospect_load.cmd looks like - especially the command line parameters? If a parameter file is instead used, please post its contents.
    Confirm that the error dump is from the sqlldr executable and not from the alert log or trace file for the Oracle session that serviced that sqlldr session.
    The KGHALO2 error means that a memory allocation was done and there was a size issue failure (size request could not be satisfied). If this was thrown by sqlldr, then it could mean that insufficient platform memory was available for allocating the buffers required. Also could perhaps mean a bug. But this is all speculation as you'll need to dig deeper with analysing the error.
    PS. Note that your question is not SQL or PL/SQL based, and thus off-topic to this forum. Rather consider a more appropriate forum instead, or using the Database - General forum. Thanks.

  • Best youtube video downloader for win7 64bit

    New to Firefox from Explorer where I used RealPlayer to download videos from Youtube with my Windows 7 64bit system. Realplayer seems flakey on Firefox. What is best Firefox video downloader? Simple use would be nice. I really don't want to use the flakey Explorer 11 anymore.

    Hi,
    you can try the video download helper addon as well. It can also detect medias wich are played on every webpage you visit. I hope this can help you.
    romsdu81

  • What is the best Youtube video converter for Final Cut Pro?

    I want to keep the quality of the video and import into Final Cut Pro to edit. What is the best way to get the video in the correct format?

    I've used FastestTube
    http://fastesttube.kwizzu.com/
    usually this allows you to download the files as MP4 files in either 360p or 720p, or as FLV files
    I would download as 720p MP4 & convert in compressor to prores, etc for FCP.

  • My YouTube videos stutter while playing.

    Same with everything in general. Even when i type, the browser freezes for a few seconds. Is there an add-on which is slowing me down? Thx in advance.

    You have an impressive amount of extensions installed that might be contributing to this slowness.
    I won't be easy to track down which extension(s) are causing this.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *If you have many extensions then first enable half of the extensions to test which half has the problem.
    *Continue to divide the bad half that still has the issue until you find which one is causing it.
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over the problem.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Audio cuts out and video "freezes" every 10-15 seconds

    So I recently switched to Verizon (about 2 weeks ago) for internet and tv.  After about a week (with no video or audio issues), I decided that I wanted to get a DVR.  So they shipped me a DVR Set Top Box - model is CHS 435HDC.
    When watching live TV the problem isnt THAT bad...every 1-2 minutes the audio will cut out and the video will pixelate for about 1 second, and then it continues right along.
    When watching a TV show that I recorded on the DVR it is REALLY bad...basically unwatchable.  The audio and video will cut out briefly every 10-15 seconds, then it continues along normally for another 10 seconds or so then it cuts out for a second and continues again.
    Obviously I'm going to ask for a different DVR to be sent to me but if it happens again with the next box I may just cancel and switch back to the "other guy".  This is a pretty bad start to what I thought would be a new and better experience.  (Im not even going to go into the horrible on-demand menu system.)
    Wondering if anyone else has experienced this problem before with their DVR?
    Thanks!
    (Dont know if it matters but I am in Maryland)
    Solved!
    Go to Solution.

    Generally but not always pixelation and picture break up is an issue with the signal to the set top box. Sometimes it's as simple as a loose coax cable, or the connector has come loose from the cable itself. There are other causes, but those are the easiest to start checking. I have sent you a private message to your forums inbox.
    Lee_vz
    Verizon Support
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or Plan.

  • How do i prevent youtube videos from stoppping every few seconds

    whenever i try to watch a youtube video it stops every few seconds loads and plays and stops again. how do i fix it

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    This can also be a problem with session restore.<br />
    Firefox stores session data every 10 seconds to make it possible to restore a crashed session.<br />
    If you have (security) software that interferes with that or have many tabs open then that cause cause a delay.<br />
    Some have reported that increasing the session store saving interval worked for them.<br />
    See http://kb.mozillazine.org/browser.sessionstore.interval
    Your above posted system details show outdated plugin(s) with known security and stability risks.
    *Next Generation Java Plug-in 1.6.0_14 for Mozilla browsers
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)

  • When I try to add a comment under a YouTube video I'm not able to ... I get a redirected to another page that "flashes" open for a second then closes?

    This problem just started about three days ago. Before that I was able to click in the comment box under a YouTube video and leave my comment.
    The page that opens for a second shows the following when I look at my History in Firefox:
    Google plus: real life sharing, rethought for the web
    https://plus.google.com/u/0/wm/4/up/?type=st&client=7&gpsrc=gpfw0&parent=https%3A%2F%2Fapis.google.com&proxy=I0_1396713849602&rsz=1&hl=en_US
    What is this and how do I fix this problem? (BTW: This doesn't happen when I use another browser ... but I use Firefox exclusively and would like to continue.)

    Hi GrizzlyJoe,
    This happened a few weeks ago to me. I had to clear the cache and log out then back in. Have you tried this already? [[Remove recent browsing, search and download history]]
    Also are you commenting from a session in youtube or one from an embedded video?

Maybe you are looking for

  • Is possible to install Application server 7 on SuSE linux 9.0

    is possible to install Application server 7 on SuSE linux 9.0

  • How to get "ringtones" tab under Library in itunes?

    I thought there was a "ringtones" tab under the library section when you open up itunes. I do not have one. Do you have to get it from the itunes store? I looked through the itunes store and haven't seen anything to do with "ringtones" at all. Any he

  • Combobox in Datagrid

    How do I get the combobox that is a renderer in a datagrid's column to show the value that correlates to the datagrid's dataprovider data? Here is the XML for the dataProvider of the datagrid: <items> <item> <productnumber>1</productnumber> <color>re

  • Need some serious help...

    Last month, the processor in my PC crashed. As fate would have it, it crashed right as I was updating the software for my iPod Touch (I did manage to back up the iTouch before the crash). So now, my iPod Touch is stuck in "recovery mode." I have sinc

  • Need to recover OS but don't wont to lose data on HDD

    Dear All! For the long time now, I was trying to disable a trojan or a worm, on my WXP (Home!) i.e. get rid of the cftmon_.exe, when I decided to follow the instructions from Symantec and manually deleted parts of the register, I guess that it was US