Home Forums GeoVids No audio during playback

  • Creator
    Topic
  • #183694

    With the recent updates I lost audio during playback.  I hear a brief flick of it when I switch between video mode and other modes (Analytics, Rankings, ect.)

    I started poking around and found if I change line 102 in video.js:

    101 vlcOnLoad(function() {

    102            vlc.audio.mute = true  <—- change this to false

    If it reads “vlc.audio.mute = false”  the audio keeps playing fine.

    You can edit the source through the Chrome web browser.

     

     

  • Author
    Replies
  • #209762

    I have the same issue but don’t understand enough of the explanation above to effect the solution described.  Can you please be more specific as to how I do this edit for video.js?

    #210013

    In order to do what I did follow these steps:

    1. Ctrl+Shift+I enables developer mode in Chrome

    2.Click on the “Sources” tab.  You should now see a file chooser.

    3. Under raceqs.com-> tv-beta-> scripts-> video.js  Click on that file

    4. Scroll down to line number 102

    5. Replace  “vlc.audio.mute = true” with ” vlc.audio.mute = false”

    6. Ctrl-s to save

    7. F5 to reload.

     

    Then hopefully it works.

     

    I noticed currently the audio seems to be working, but now Google Chrome isn’t supporting NPAPI which is also required.

    https://sites.google.com/a/chromium.org/dev/developers/npapi-deprecation?pli=1

    Note: If you see video this is not required.

    Reenable here:  https://support.google.com/chrome/answer/6213033

     

    I am now on version: <span style=”color: #303942; font-family: ‘Segoe UI’, Tahoma, sans-serif; font-size: 12px; line-height: normal;”> </span><span style=”color: #303942; font-family: ‘Segoe UI’, Tahoma, sans-serif; font-size: 12px; line-height: normal;”>43.0.2357.124 m of Chrome and it seems to be working.</span>

     

    Let me know if you need more help.

    #210079

    Thanks.  I am on a Mac so it’s Cmd + Opt + I.

    I made the edit you suggested but when I try to save the background of the box changes to light orange and a “warning” icon shows.  I don’t know how to correct this?

    #211636

    Also, what is this process in Firefox?  I need to use Firefox as Chrome is not working with my Mac touchpad

    Thanks

You must be logged in to reply to this topic. or