No audio with chrome

i try to watch a video, and the actual video is fine, its the audio that doesnt work. I have tried many different things, i have done 3 system restores, i have researched all day, nothing has worked. (and yes the audio is not turned all the way down in audio mixer)

I suspect this is this bug: https://code.google.com/p/chromium/issues/detail?id=139953
Adobe and Google are aware of it and working to get it fixed.

Similar Messages

  • No audio with video, website navigation impaired, I can no longer recommend Firefox

    I maintain the video site shaleshockmedia.org. I can no longer recommend Firefox to viewers because of the severe problem I have been experiencing: No audio with video; navigation often does not work. Maybe this is purely a local problem. Please let me know if the site is fully functional or not when you go there. There is no problem with Chrome or Safari. My computer is a Macbook Pro 3,1 Intel Core 2 Duo. MacOs 10.6.8

    Note that there are a lot of popular extensions that can cause issues with videos not working apart from issues with the Flash plugin.
    In what way is the navigation not working properly?
    Can you give some examples?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Check for problems with current Flash plugin versions 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
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting

  • HTML5 audio with Shoutcast - invalid source

    I have been trying to make the <audio> tags work with Shoutcast broadcasts in IE11 and have been unsuccessful after trying numerous things I have found on the web. It works fine with Chrome, FireFox, and in various Android browsers, but consistently
    gives "Invalid Source" errors on IE. The server is telling that the MIME type is audio/mpeg and all seems to be fine on their end - although I don't control the server so can't look at their config ... I have no reason to doubt it though as this
    has been working for other browsers find as I mentioned.
    I have tried several variations of coding, of which I am putting up three (out of many) all of these work everywhere except IE.
    <audio src="http://s6.voscast.com:8166/;"; type="audio/mp3"; controls="" />Your browser does not support HTML5. Please try another player.</audio>
    <audio controls><source src="http://s6.voscast.com:8166/;"; type="audio/mpeg">Your browser does not support HTML5. Please try another player.</audio>
    <audio controls=controls><source src="http://s6.voscast.com:8166/;"; type="audio/mp3" />Your browser does not support HTML5. Please try another player.</audio>
    What am I missing? I really would like this to work, I've been working on it for a couple of days now, and it's driving me nuts. Thanks!!
    Bob Zorich

    ref:http://voscast.com/about/
    Flash Player & Scripts We know what we're doing! We've made our own custom flash player, with advanced anti memory-leak technology. Unlike other SHOUTcast flash players, with the VosCast flash player, you can continue listening for hours
    on end, and the stream won't cut out. Additionally, we offer free scripts, enabling you to fully integrate your station with your site, with information such as the current listener count, the current song, or past songs.
    http://voscast.com/support/
    Regards. 
    Rob^_^

  • Final Cut Express won't capture audio with the video anymore, why?

    I have used Final Cut Express 4 for over a year now with no problems, but recently I am unable to capture any audio with the video from my camera. I can do it through iMovie no problem. I can't figure out if I changed a setting by accident because everything looks normal to me. Could another program be interfering with this? Quicktime Pro? I have no idea how to fix this.

    First of all, we need a bunch of information in order to help. Please provide the specs of the footage and the sequence you are using. Also, are you using DV, HDV, or AVCHD? Do you hear audio when the clip is played in the viewer, or is there no audio at all once the clip is captured/ingested?

  • Unable to record internal audio with RecordMyDesktop

    In order to record sound and video from my desktop, I installed RecordMyDesktop (https://wiki.archlinux.org/index.php/RecordMyDesktop) and followed the instructions from post #4 and #6 on a thread about "Recording internal audio with alsa and recordmydesktop" (https://bbs.archlinux.org/viewtopic.php … 3#p1359593). When I try to record with "recordmydesktop --device looprec", it will not start recording and closes with the following error:
    Initial recording window is set to:
    X:0 Y:0 Width:1920 Height:1080
    Adjusted recording window is set to:
    X:0 Y:4 Width:1920 Height:1072
    Your window manager appears to be i3
    Initializing...
    Buffer size adjusted to 4096 from 4096 frames.
    Opened PCM device looprec
    Couldn't set format.
    Error while opening/configuring soundcard looprec
    Try running with the --no-sound or specify a correct device.
    If this information would be helpful, I use alsamixer and "aplay -l" gives the following:
    **** List of PLAYBACK Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: ALC663 Analog [ALC663 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 1: ALC663 Digital [ALC663 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Loopback [Loopback], device 0: Loopback PCM [Loopback PCM]
    Subdevices: 7/8
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    Subdevice #4: subdevice #4
    Subdevice #5: subdevice #5
    Subdevice #6: subdevice #6
    Subdevice #7: subdevice #7
    card 1: Loopback [Loopback], device 1: Loopback PCM [Loopback PCM]
    Subdevices: 8/8
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    Subdevice #4: subdevice #4
    Subdevice #5: subdevice #5
    Subdevice #6: subdevice #6
    Subdevice #7: subdevice #7
    I can record from the microphone with with the command "recordmydesktop". I succeeded in recording the internal audio with audacity by choosing the device "looprec" for recordings. I'm not sure why RecordMyDesktop gives an error while Audacity does not. Below is my ~/.asoundrc, which I copied from the aforementioned thread. I am not knowledgeable, but I guess there is a mistake in it? Would you please assist me solving this error? Thank you for your time.
    pcm.!default {
    type asym
    playback.pcm "LoopAndReal"
    #capture.pcm "looprec"
    capture.pcm "hw:0,0"
    pcm.looprec {
    type hw
    card "Loopback"
    device 1
    subdevice 0
    pcm.LoopAndReal {
    type plug
    slave.pcm mdev
    route_policy "duplicate"
    pcm.mdev {
    type multi
    slaves.a.pcm pcm.MixReale
    slaves.a.channels 2
    slaves.b.pcm pcm.MixLoopback
    slaves.b.channels 2
    bindings.0.slave a
    bindings.0.channel 0
    bindings.1.slave a
    bindings.1.channel 1
    bindings.2.slave b
    bindings.2.channel 0
    bindings.3.slave b
    bindings.3.channel 1
    pcm.MixReale {
    type dmix
    ipc_key 1024
    slave {
    pcm "hw:0,0"
    rate 48000
    #rate 44100
    periods 128
    period_time 0
    period_size 1024 # must be power of 2
    buffer_size 8192
    pcm.MixLoopback {
    type dmix
    ipc_key 1025
    slave {
    pcm "hw:Loopback,0,0"
    rate 48000
    #rate 44100
    periods 128
    period_time 0
    period_size 1024 # must be power of 2
    buffer_size 8192
    Last edited by rayanamukami (2014-07-05 14:05:20)

    You might want to take a look here and here.

  • PDF document inline view  Issue with Chrome

    I am facing an issue with the below procedure which should fetch and display PDF document in the browser.
    It displays properly on IE 9. But no luck in Chrome. Shows junk.
    What am I missing? Meanwhile report BLOB column link inline download is working fine with Chrome. I use this proc to popup a new window and display PDF in it.
    Any help is appreciated.
    declare
    v_mime VARCHAR2 (48);
    v_length NUMBER;
    v_file_name VARCHAR2 (2000);
    lob_loc BLOB;
    BEGIN
    SELECT mime_type, content, file_name, DBMS_LOB.getlength (content)
    INTO v_mime, lob_loc, v_file_name, v_length
    FROM lease_deeds
    WHERE lease_ID = :P56_LEASE_ID;
    OWA_UTIL.mime_header ('application/pdf', FALSE);
    HTP.p ('Content-length: ' || v_length);
    OWA_UTIL.http_header_close;
    WPG_DOCLOAD.download_file (lob_loc);
    END;
    -------------

    Has anybody experienced this issue and found a solution yet?

  • Apex 5 not working with Chrome, works perfectly with firefox.

    Hi All,
    So after a few days of trying to upgrade my 4.2 PDB to 5.0. Finally, Success.
    I have encountered a new issue.
    Apex works fine under Firefox, but the same cannotbe said for google chrome.  Even though I can log in via chrome, certain things do not work.
    For example.
    When I click on my username for the account menu in the top right corner, nothing happens with chrome (see image1).
    When I do the same exact thing under Firefox, I get the drop down account menu as intended. (see image2)
    I am a linux user, so at first I thought maybe it was something related to chrome with Linux.
    Then I thought maybe it was some sort of caching issue, so i cleared my cache and all temp files.
    Finally, I checked the chrome vs firefox comparison on 3 different PC's. 1 linux, 1 Windows 8.
    When I use Apex via Firefox, I have not bumped into a single bug, I was able to test it thoroughly to make sure desiger and all features worked without an issue.
    Under chrome, some things work, others do not.
    Another example of something that doesnt work under chrome. When I get an authentication error, the countdown timer (please wait 5 seconds) does not count down nor disappear after 5 seconds. Under firefox, works. This can be said for an assortment of buttons, links, drop down menus.
    Has anyone bumped into this? Anyone successfully using apex5 via chrome?
    Thanks in advance,
    John T.
    image1
    image2

    Hi John,
    based on the error message that almost looks like that our desktop.min.js library didn't load. Can you please try the following.
    1) On the page where you see that error, click the Hamburger icon in the top right corner and select 'More tools' -> View Source.
    2) In the HTML source displayed, search for desktop.min.js (use Ctrl+F) and click on that link of the file. desktop.min.js should be right before wwv_flow.js_messages.
    Does it show the source of the file?
    If that works, can you do the same for jquery-2.1.3.min.js right before desktop.min.js.
    Regards
    Patrick
    Member of the APEX development team
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Link to an Excel file not working with chrome but working with IE

    Hi,
    I have used following code to create a link to an excel file so that my users can access it... it's working fine with firefox and IE, but not with chrome browser
    Report link
    please advice

    Hi,
    I did look your sample.
    Did you read link I did post?
    >
    Links to local files on pages that were retrieved via HTTP(S) are deliberately disabled in Mozilla/Firefox, because they can be a security risk, and have been used in attacks in the past.
    >
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • TS1362 my iTunes wont play music or videos when i open it it comes up with "iTunes has detected a problem with your audio with your configuration AudioVideo playback may not operate properly"

    my iTunes wont play music or videos when i open it it comes up with "iTunes has detected a problem with your audio with your configuration AudioVideo playback may not operate properly" i have uninstalled it and reinstalled it twice and it stil lcomes up with that message every time I opentheiTunes icon I dont knowwhat to do

    Hello Wade,
    This is typically indicative of an issue with the installation of QuickTime on your computer. The following article provides steps for reinstalling QuickTime to resolve the issue.
    "iTunes cannot run because it has detected a problem with your audio configuration"
    Resolution
    QuickTime may need to be reinstalled. Follow the steps below to uninstall QuickTime and then download and install QuickTime using the QuickTime standalone Installer.
    On the Start menu, click Control Panel.
    Follow the steps appropriate for your Windows operating system below.
    Windows XP and Windows 2000: Open the Add or Remove Programs control panel and selectQuickTime in the list of currently installed programs.
    Windows Vista and Windows 7: Click Uninstall a program (or if using Windows Vista's Classic View of the Control Panel, click Programs and Features) and select QuickTime in the list of currently installed programs.
    Click the Remove button (or Uninstall for Windows Vista and Windows 7) and follow the prompts to remove QuickTime from your computer.
    Download QuickTime. Note: There are two options for downloading QuickTime, be sure to select the option that does not include iTunes.
    During the download:
    If you choose to run the installer, proceed to the next step.
    If you choose to save the download, double click the QuickTimeInstaller file, then proceed to next step.
    Follow the on-screen instructions to install QuickTime.
    Reopen iTunes.
    iTunes for Windows: iTunes cannot run because it detects an issue with QuickTime
    http://support.apple.com/kb/TS1371
    Cheers,
    Allen

  • SSL certificate not valid in Safari, but webservice  works with Chrome and Firefox

    As a MD, I'm used to check blood results online on the service
    https://inet.zentral-labor.ch/c16/kunweb.dll - this is the online-portal of my laboratory medica in Zurich. http://www.medica.ch
    Access to the loginscreen is public ;-) and should look like this (Screenshot from Firefox)
    I've setup a new workstation 3 weeks ago (iMac with OS Lion 10.7.4), and this webservice service works fine till yesterday. Now, Safari is every time we try to reach the service telling us, that this service needs a certificate, we can choose only a default apple certificate
    and then, the error is:
    This Site needs a valid SSL-Client-Certificate... (Screenshot below)
    What's wrong with Safari? With Chrome and Firefox, the webservice works fie without any problems.
    Thanks for an advice
    MD Patric Eberle

    As a MD, I'm used to check blood results online on the service
    https://inet.zentral-labor.ch/c16/kunweb.dll - this is the online-portal of my laboratory medica in Zurich. http://www.medica.ch
    Access to the loginscreen is public ;-) and should look like this (Screenshot from Firefox)
    I've setup a new workstation 3 weeks ago (iMac with OS Lion 10.7.4), and this webservice service works fine till yesterday. Now, Safari is every time we try to reach the service telling us, that this service needs a certificate, we can choose only a default apple certificate
    and then, the error is:
    This Site needs a valid SSL-Client-Certificate... (Screenshot below)
    What's wrong with Safari? With Chrome and Firefox, the webservice works fie without any problems.
    Thanks for an advice
    MD Patric Eberle

  • WebHelp Search Doesn't Display Search Box on Chrome or IE With Chrome Frame

    I have RH10 (recently upgraded from RH9) and WebHelp projects are having issues displaying the Search box within the Search tab on Chrome as well as IE with Chrome Frame installed. Instead of getting a search box, I get what almost looks like an index of numbers with associated hyperlinks. The search box appears and behaves fine on other browsers such as Firefox, Safari and IE without Chrome Frame. I assume this is JavaScript related since all of my tests point in this direction, but no idea how to get it to behave. Attached is a screen shot of how it appears...Any suggestions?!?

    Any other suggestions? Not really but Item 10 in http://www.grainge.org/pages/authoring/rh10/using_rh10.htm covered how to fix another IE Frame issue. Maybe that would help put your developers on the track for a fix.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • I have troubles viewing videos. With Chrome i can see them well.

    With Firefox 7.0 the videos freeze, and take too long to replay. That does not happen with Chrome, for example. I use a notebook Acer Aspire 4315 with 1.5 Gb RAM, Windows XP updated. I use also Speedbit Video Accelerator, the program is good.
    (Con Firefox 7.0 los videos se congelan, y tardan mucho en volver a reproducir. Eso no me sucede con Chrome, por ejemplo. Uso una notebook Acer Aspire 4315 con 1.5 Gb RAM, Windows XP actualizado. Uso también Speedbit Video Accelerator, el programa es bueno).

    Connect the iPhone to your Mac with its USB cable and launch iPhoto.  In iPhoto you can select which files to upload into the library.  Once in the library export them out of iPhoto to a folder on the Desktop via File ➙ Export ➙ File Export  with Kind=Original. That will give you copies of the videos in the folder for use outside of iPhoto.
    If you want to bypass importing into iPhoto try launching Image Capture and manually upload the selected video files to the folder of your choice.
    OT

  • Dubbing Audio with ASUS P6T WS Pro motherboard ADI AD2000B Audio CODEC

    I am trying to dub audio commentary into my clips using the SoundMAX program settings provided with the ASUS ADI AD2000B Audio Codec.  I have confirmed a microphone signal appears in SoundMAX and that PPro Audio Hardware Settings/Enable Devices has a check mark against 'Microphone(SoundMAX Integrated'.  The other unchecked device shown is 'Line In (SoundMAX Intergrated Di'.  When I set up the Audio Mixer with a mono Audio 4 channel, click the Audio 4 microphone icon to turn it on, turn off all other audio channels, click the record button, then speak into the microphone, no signal appears.  Unfortunately, I have not been able to confirm that I am providing ASIO audio to PPro.  I need to know if I am wasting my time trying to dub audio with the present setup or I am missing something.  If no ASIO is possible using the present setup, what audio card do you recommend?

    When you have your Mic input enabled in ASIO hardware setup, then in the audio mixer ou need to arm tracks with mic inputs then, then press the record button the input should be seen at this point. But to record you voice over onto time line you need to play the timeline. So that the targeted Audio Track will be recorded onto timeline. And after you stop playback you will se recorded audio.
    Good luck.
    reed some info here http://forums.adobe.com/message/2945122
    and here http://help.adobe.com/en_US/PremierePro/4.0/WSE6275E94-29A7-4fa0-A52B-300A6EB2FB06a.html

  • QTVR problem with Chrome

    Hello,
    I have noticed a problem with QTVR files (interactive panoramas):
    - the navigation with mouse doesn't work
    - the navigation with arrows keys works
    - the navigation with 2 fingers gestures on trackpad works
    Curiously, no problem with Chrome for Windows (so far...)
    I have also noticed:
    - on Windows the QT extension version is 7.7.2
    - on OSX QT extension version is 7.7.1 (and it seems that I can't upgrade)
    So, is it possible to fix the problem of the mouse?
    Thanks.

    Hi b noir,
    Thanks a lot for your response, but unfortunately your suggestion doesn't solve the issue.
    First, it seems that it's not possible to switch Chrome in 32 bits mode.
    I tried with Firefox, which presented the same problem, but nothing changed...
    Just to sum up things:
    MacOSX
    - Safari and Opera : no problem
    - Chrome and Firefox : mouse problem
    Windows
    - Safari, Chrome, Firefox, Opera and... IE : no problem!
    And just to let you know (nothing to do with the problem): I have a HTML5/CSS3/WebGL versions of the panoramas which work great on any browser on MacOSX/IOS and which don't work on Windows except for Safari...

  • No audio with video in itunes

    Hi, no matter what I do, the audio won't play with the video when in itunes, regardless if it's a file I converted to m4v or if it's a video file I purchased and downloaded from the itunes music store like "alias" episodes OR if I'm just previewing streaming music videos from the itunes music store...no audio period. The purchased downloads that are synched to my ipod will play the audio with the video on the ipod and the mp3 songs play fine within itunes and the ipod, just the audio for the video doesn't seem to work at all. Any help here?
    PC   Windows XP  

    had the same problem...recently upgraded itunes, now video did not play audio.
    Found this info on the web, and it solved my problem:
    http://www.smartcomputing.com/editorial/article.asp?article=articles/archive/r10 04/44r04/44r04.asp&guid=
    "Problem: You have the latest version of iTunes and QuickTime and you still don’t get audio from iTunes.
    Solution: Open the QuickTime Player and go to the Edit menu to choose Preferences, then QuickTime Preferences. Click the resulting dialog box’s Audio tab, then select the Safe Mode (waveOut Only) checkbox. Click Apply, reboot your system and try playing media in iTunes again."

Maybe you are looking for