No audio while streaming videos when using Firefox

Sometimes when I try to stream a video from sites like putlocker, sockshare, youtube etc. the video plays fine but there's no audio. Sometimes the audio will play if I reload the page. Also, if the video is playing and I pause it and then play it after some time, the audio may go off again. This is happening a little more often now and its annoying. If I play the same in another browser, the audio plays just fine.

Did you check the volume setting in the Flash player?
You can check for problems caused by recent Flash updates and try these:
*disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
*disable protected mode in Flash 11.3 and later
*http://kb.mozillazine.org/Flash#Troubleshooting
Try to clear the Flash local storage and settings.
*Windows Control Panel > Flash Player > Storage: Local Storage Settings
**Remove a specific domain: Local Storage Settings by site
**Remove all domains: Delete All and Delete Data
Flash Website Storage Settings panel:
*http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html
Global Storage Settings Panel:
*http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html

Similar Messages

  • My macbook has problems streaming video when using an external monitor

    I have a MacBook from 2007.  I have a converter so that the MacBook can be connected to an external monitor, and have connected it to my TV.  This works fine, but if I am streaming videos and trying to watch on the TV, the streaming becomes very choppy, almost like the wireless connection is too slow.  If I unplug the computer from the TV, however, the streaming returns to normal.  I previously connected to a TV with an S-video connection and the problem did not seem as prominent.  Now I am connecting to a HD tv using an HDMI connection.
    Any suggestions for how to alleviate this?  I haven't updated or upgraded the memory or RAM, possibly that would help?  Would the amount of files I am storing be causing the problem?  I currently have 50 GB available.
    Thanks for any help!
    Conor

    Make sure your Mac is set to a resolution and frequency that your monitor supports.
    The other possibility is that your graphics card is fried, but that seems unlikely since your computer is new. Before too long, you should make sure your graphics card is OK using the Apple Hardware Test, but I'm not sure how reliable that is because it claims that my partially broken graphics card is OK.

  • When using a youtube playlist I made it won't automatically go to the next video when using firefox but does with chrome,so what's wrong?

    When I play my youtube video playlist it won't automatically go to the next video as youtube is set to do.I have to manually start the nexrt video.What is wrong?If I use the chrome browser it works just fine,so it must be a problem with firefox.Anyone have any ideas?

    I suggest you to upgrade Firefox to version 7 and post back to us
    * getfirefox.com

  • Audio but no Video when using MediaPlayer object

    I'm attempting to get a simple OSMF Player to play an FLV using the MediaPlayer object. Audio is played, but no video is shown.
    I've adapted the example code from the AS3 Reference docs for MediaPlayer. http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/org/osmf/media/MediaPla yer.html (MediaPlayerExample.as) I've altered the code slightly to play an FLV in accordance with the Plugin developer documentation (OSMF_plugin_dev_guide.pdf - p.3 provides example player code where URLResource & MediaFactory are used together to load MediaPlayer with an FLV)
    package
        import flash.display.Sprite;
         import org.osmf.media.DefaultMediaFactory;
         import org.osmf.media.MediaFactory;
        import org.osmf.containers.MediaContainer;
        import org.osmf.elements.AudioElement;
        import org.osmf.events.TimeEvent;
        import org.osmf.media.MediaPlayer;
        import org.osmf.media.URLResource;
        public class MediaPlayerExample extends Sprite
            private var mediaPlayer:MediaPlayer;
            public function MediaPlayerExample()
                super();
                mediaPlayer = new MediaPlayer();
                var factory:MediaFactory = new DefaultMediaFactory;
                var resource:URLResource = new URLResource("http://mediapm.edgesuite.net/strobe/content/test/AFaerysTale_sylviaApostol_640_500_short.flv");
                mediaPlayer.volume = .5;
                mediaPlayer.loop = true;
                mediaPlayer.addEventListener(TimeEvent.CURRENT_TIME_CHANGE, onTimeUpdated);       
                mediaPlayer.addEventListener(TimeEvent.DURATION_CHANGE, onTimeUpdated);
                mediaPlayer.autoPlay = true;
                mediaPlayer.media = factory.createMediaElement(resource);   
            private function onTimeUpdated(event:TimeEvent):void
                trace('time: ' + mediaPlayer.currentTime + ' duration: ' + mediaPlayer.duration);
    This code compiles and runs, but no video is shown - only audio. Why won't this play video?
    Any thoughts are greatly appreciated.

    For legacy reasons, we need to support MediaPlayer, so MediaPlayerSprite isn't an option. (even though simple replacement of MediaPlayer w/ MediaPlayerSprite does play the video in this example)
    Hmm. Passing a VideoElement doesn't seem to play audio or video:
    package
        import flash.display.Sprite;
         import org.osmf.elements.VideoElement;
         import org.osmf.media.DefaultMediaFactory;
         import org.osmf.media.MediaFactory;
        import org.osmf.containers.MediaContainer;
        import org.osmf.elements.AudioElement;
        import org.osmf.events.TimeEvent;
        import org.osmf.media.MediaPlayer;
        import org.osmf.media.URLResource;
        public class MediaPlayerExample extends Sprite
            private var mediaPlayer:MediaPlayer;
            public function MediaPlayerExample()
                super();
                mediaPlayer = new MediaPlayer();
                var factory:MediaFactory = new DefaultMediaFactory;
                var resource:URLResource = new URLResource("http://mediapm.edgesuite.net/strobe/content/test/AFaerysTale_sylviaApostol_640_500_short.f lv");
                   var vid:VideoElement = new VideoElement();
                   vid.resource = new URLResource("http://mediapm.edgesuite.net/strobe/content/test/AFaerysTale_sylviaApostol_640_500_short.f lv");
                mediaPlayer.volume = .5;
                mediaPlayer.loop = true;
                mediaPlayer.addEventListener(TimeEvent.CURRENT_TIME_CHANGE, onTimeUpdated);       
                mediaPlayer.addEventListener(TimeEvent.DURATION_CHANGE, onTimeUpdated);
                mediaPlayer.autoPlay = true;
                //mediaPlayer.media = factory.createMediaElement(resource);   
                   mediaPlayer.media = vid;   
            private function onTimeUpdated(event:TimeEvent):void
                trace('time: ' + mediaPlayer.currentTime + ' duration: ' + mediaPlayer.duration);

  • When using Firefox certain videos play but the image is green and distorted.. help?

    Firefox 3.6.8 and 3.5 (I downgraded to see if that would solve the issue)
    Windows 7
    Intel Core i5
    Flash Player: WIN 10,1,53,64
    When using Firefox certain videos play but the image is green and distorted. The image turns into lines and sometimes it half of the screen of the video. Examples are streaming MLB.tv video and some vimeo videos. The odd thing is that it isn’t all Vimeo videos. Is this a flash issue?
    The issue does not happen with Internet Explorer which leads me to believe this is an issue with Firefox. I downgraded to 3.5 and the issue still persists.
    Screen Caps: http://yfrog.com/1x46496103j and http://yfrog.com/n112309689j
    Any help?
    == URL of affected sites ==
    http://

    Try disabling hardware acceleration in your [http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html Flash settings] (using Firefox, right-click on any Flash object on a webpage, select Settings, uncheck "Enable hardware acceleration on the Display tab).
    Ref:
    http://kb.mozillazine.org/Flash#Performance_or_display_issues_with_certain_Flash_videos

  • Logic audio engine crashes while streaming video and recording 4 channels simultaneous audio

    logic audio engine crashes while streaming video and recording 4 channels simultaneous audio

    Hi there,
    I also wanted to thank you for your response and let you know that I have tried all those trouble shooting things you suggest to no avail.
    it seems to me that the first explanations are most likely to be the case.
    namely that the program can multithread while the plugs only use one processor (particularly EXS24) which is bloody useless.
    also increasing the buffer to 1024 is not an option cause you gotta bloody lay tracks, which means you gotta hear the BG tracks and play yours on top in time otherwise, you record your new tracks and they are so out of time that it sounds like a little kid wanking on a guitar or whatever...
    and of course for composition with midi intruments it doesn't work at all cause your latency becomes so huge that you would need a miracle to quantize your off time notes back to normal so that you can arrange, print score, etc.
    either way, I hope that my tone is not disrespectful, it is aimed at apple in frustration, I'm grateful for your help.
    thank you
    David

  • U/tube videos open when using Safari but will not open when using Firefox.

    u/tube videos open fine when using Safari but will not open when using Firefox. With Firefox I get the unhighlighted Quicktime symbol with a question mark in the center. WHY?? Any help appreciated --- Toroya

    Hmmmm, strange you view YouTube in Safari & not FF. Which version of FF are you using?
    Try the following:
    Repair permissions & restart.
    Make sure you have the latest versions of Adobe Flash Player Software
    QuickTime Preferences > Advanced > MIME Stettings > Miscellaneous.
    Deactivate the "Flash Media" option.

  • Why wont Youtube videos load when using Firefox 3.6.3?

    I've been having issues with youtube when using firefox, the video doesnt load or show up for that matter its just a black screen where the video should be and on the bottom left hand corner of Mozzilla it says "done" I've tried everything, I updated java and flash but nothing seems to work. What can I do? I know I can use other web browsers but I really want to fix this
    == URL of affected sites ==
    www.youtube.com

    There are a few reasons why youtube might be broken:
    * An extension may be causing the problem: try the steps at [[Troubleshooting extensions and themes]]
    * ''Bad item stored in the Browser Cache'': Follow the steps at [[How to clear the cache]].
    * Firewall software is blocking some resources on the page: see [[Firewalls]]
    If none of this works, let me know if Flash video from other sites work. Here are a few you can try:
    *[http://www.dailymotion.com/video/x9hvlb_3d-toy-story-3-2010-teaser-trailer_shortfilms]
    *[http://www.hulu.com]
    *[http://www.cuatro.com/el-hormiguero/videos]

  • To create images continuously using a byte array  while streaming video

    Can someone please help me in creating images from a byte array continuously which is required while streaming video on implementation of RTP?

    seems like this could be the class you want to look at
    Package javax.imageio

  • Just Installed Firefox 6.0.2 And I'm Having Many Problems On Some Web Sites When Using Firefox:

    -When I click on a picture on some sites it will go to the next page with a large view of the picture and then when I go back one page to do the same with another picture (or even the same picture) nothing happens.
    -Videos don't show up or on some sites the videos do show up and work but you can't make them full screen. (YouTube works fine).
    -Sometimes I have to click "Reload" to get my saved codes to show up.
    -It won't let me log onto some sites unless I right click where it says "sign in" and click "open link in new tab".
    -In some Forums the tool bars, smileys, etc. don't work when using Firefox or IE9 and they worked before with IE9.
    -Some of my letters when viewed with IE9 are now in some kind of code (maybe html?).
    I never had these problems before when using IE9 alone!
    Java was updated before I installed Firefox and I installed the Adobe Flash Player 10 plugin right after installing Firefox. My OS is Windows 7 64-bit.
    Please Help. Thank You

    Clear Cookies & Cache
    * https://support.mozilla.com/en-US/kb/Template:clearCookiesCache
    Clear the Network Cache
    * https://support.mozilla.com/en-US/kb/How%20to%20clear%20the%20cache#w_clear-the-cache
    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Troubleshooting extensions and themes
    * https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes
    Check and tell if its working.

  • HT202157 New apple is not asking for the WIFI password.Home sharing is not working,i am getting Error while streaming videos from Youtube.

    I got new Apple TV 10 days back,its not asking for the WIFI password.Home sharing is not working,i am getting Error while streaming videos from Youtube.
    I can only see pics and video saved in my iphone. No other options are working.The worst part is that its not asking wifi passoword.
    Not able to connect istores and itunes.
    I cannot do software update. Can anyone help in this content?

    Thanks Brian- I am not connecting it with iphone teethering. I am using it with my DSL wifi.
    I am using it with ethernet cable then its working fine.If i am trying to use it with WIFI then its giving error.
    I tried using Netwrok testing but its giving same error.

  • I can't see the body of emails in hotmail when using firefox 37.0.1 I can see them in IE and firefox mobile. Help please

    I resend some emails regularly with only slight changes to the email so I usually do a "reply all" or "forward" . Recently I cannot see the text in the body of the emails using FireFox, however I can see the complete email when using FireFox mobile or Internet Explorer. Any ideas what is causing the problem and how to fix it? I have tried to copy and paste the text into a new email but that didn't work.
    I am using Windows 7 SP1 Home Premium and FireFox 37.0.1
    Any help would be appreciated.

    ''FredMcD [[#answer-718738|said]]''
    <blockquote>
    ''ajfollack [[#answer-718681|said]]''
    <blockquote>
    Disabling the adobe plugin . . . . did not resolve issue
    </blockquote>
    DO NOT disable old program. REMOVE them.
    Many site issues can be caused by corrupt cookies or cache.
    * Clear the Cache and
    * Remove Cookies<br> '''''Warning ! ! '' This will log you out of sites you're logged in to.'''
    Type '''about:preferences'''<Enter> in the address bar.
    * '''Cookies;''' Select '''Privacy.''' Under '''History,''' select Firefox will '''Use Custom Settings.''' Press the button on the right side called '''Show Cookies.''' Use the search bar to look for the site. Note; There may be more than one entry. Remove '''All''' of them.
    * '''Cache;''' Select '''Advanced > Network.''' Across from '''Cached Web Content,''' Press '''Clear Now.'''
    If there is still a problem,
    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Type '''about:preferences#advanced'''<Enter> in the address bar.
    Under '''Advanced,''' Select '''General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?
    Then restart.
    </blockquote>
    I uninstalled Adobe reader, then did the rest of your suggestions but the problem remains. It is only with 3 emails that get resent daily with slight changes to the text. It is like most of the text has been removed from the email.
    Thanks for the suggestions and advice

  • Why is Windows 7 freezing when using Firefox?

    -Has been happening for months now with many attempts to pinpoint cause. Have come to the conclusion that it is Firefox but don't understand why.
    -When using Firefox, my entire PC, not just Firefox, will freeze. Sometimes it happens within the first 5min of using Firefox, other times it could happen an hour into a session. A hard restart is the only way to get back to my desktop as I have waited an hour before after a freeze and nothing happens. Mouse pointer won't move, nothing.
    -Initially thought it was a hardware issue or an anti-virus issue.
    -Reinstalled windows on three different hard drives that all pass the disk check. Still happens
    -Installed windows 8 to see if that would fix the problem. Nope, does the same thing on Windows 8.
    -Ran Memtest 86+ for 14 hours one night to see if it was my memory. Nope, zero memory errors found
    -To be sure I even tried only using one stick of ram in my PC at a time to see if any of the sticks were bad. Nope, it froze with every stick
    -Tried changing my anti-virus. It froze with every single one, AVG Free, Avast Free, Microsoft Security Essentials.
    -I figured out that my PC only freezes when I am browsing the web in firefox. If I use chrome or Internet explorer, it doesn't happen. These total PC freezes only happen when I am using firefox.
    -My only add on/plug in that I am using is Adblock plus besides the default ones that come with Firefox.
    -My firefox is up to date, I have reset it and reinstalled it [while only adding Ad Block +] and this still does not fix the problem
    -In the windows event log the only thing that happens every time my PC freezes is the Error "Session "Microsoft Security Client OOBE" stopped due to the following error: 0xC000000D", why this would only affect Firefox, I don't know.
    -I would like to figure out the cause of this because I would really like to use Firefox again.

    Hello,
    Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    *Click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    *In the Firefox options window click the ''Advanced'' tab, then select "General".
    *In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    *Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • The temp of my Nvidia g105m when using firefox too high

    i have a seriusly problem with firefox. The temp of my grafic card (nvidia geforce g105m), it very high (about 95C) event when firefox load new website, i only see this problem when using firefox, i not coming when i use anyother brower! i think i discover newproblem firefox and i must tell you to fix this problem!

    Check for updated Nvidia drivers for that video card.

  • Computer shuts off when using Firefox.

    When using Firefox on my XP machine, the computer shuts down while on the Internet at random. I removed FF and reinstalled it, and it still shuts my computer down while on the net. I swap over to IE and there is no problems so it's in the Firefox program. Did not do this until a few weeks ago. HELP

    I had this same problem, searched the net, got frustrated, but finally worked it out. If I used Mozilla my computer running Xp would shut off, if I used IE I could surf the web. However flash was not working on Youtube. In the end the problem was simply that my version of Adobe Flash was not the current one, this was causing a software conflict, which in turn was shutting down my computer while running firefox. I simply went to the Adobe site, and updated to the latest Flash, and also downloaded a debugger program for IE. Since then everything is ok, Mozilla no longer turns off my computer, and IE8 works fine with Youtube.
    Hope this helps, as it sure frustrated me at the time.

Maybe you are looking for