youtube videos say: "This video is currently unavailable." when using Chrome

10,275

Solution 1

One thing that worked for me was disabling the "VLC Multimedia Plugin" in chrome://plugins. Then I discovered this question, which suggested replacing the chromium-codecs-ffmpeg package with chromium-codecs-ffmpeg-extra. One

sudo apt-get install chromium-codecs-ffmpeg-extra

(which automatically removed the non--extra version) later and everything was working perfectly.

Solution 2

1) have two setups which work differently - same Ubuntu 12.04.03, different arch same Chromium Version 30.0.1599.114 Ubuntu 12.04 (30.0.1599.114-0ubuntu0.12.04.3)

Laptop @ 32bit works Desktop @ 64bit does not work - shows same result as described in this question

2) If I see a problematic video (showing "This video is currently unavailable), I can use the following trick. Click on a working video, than use the "back" button to go back to the not working => voila, it plays. This is very annoying, however.

Hope somebody has some insights, I will try to debug this more systematically when I have time the next days.

Share:
10,275

Related videos on Youtube

Mike
Author by

Mike

Updated on September 18, 2022

Comments

  • Mike
    Mike almost 2 years

    I've seen a few similar questions on the web, but none of them solve the problem for me. Essentially random youtube videos won't play in the chrome browser, but work in firefox just fine. Sometimes they even work in chrome on a website that displays the video still hosted at youtube, but won't work if I visit the actual youtube page!

    • Ubuntu 12.04.3 LTS
    • Chromium: Version 30.0.1599.114 Ubuntu 12.04 (30.0.1599.114-0ubuntu0.12.04.3)
    • Chromium plugin: Shockwave Flash 11.2 r202

    Here's a few things I've already tried:

    • uninstall and reinstall all flash packages
    • disable all other chromium plugins (vlc, divx, etc.)
    • youtube html5 trial (in/out)
    • using an extension to change my user agent to not chrome on ubuntu

    Any help would be greatly appreciated, as I haven't found anyone else with such a persistent problem!

    • Mike
      Mike over 10 years
      1 2 3 4 5
    • K7AAY
      K7AAY over 10 years
      How about providing some URLs containing the YouTube videos you can't play?
    • Mike
      Mike over 10 years
      Note my above comment is 5 links to prior related questions that you asked for. See the answer below that has a couple links posted. I really doubt it's something to do WITH the actual problematic videos, but who knows.
    • K7AAY
      K7AAY over 10 years
      Uhh... I didn't ask for the info, someone else did. I wont to check to see if an unusual codec is needed for those videos, and to do that, I need the URLs of the problem videos.
    • Braiam
      Braiam over 10 years
      What version of Chromium are you using?
    • 32bitfloat
      32bitfloat over 10 years
      I faced the same problem for about one and a half week, until now. An hour ago I could not watch the videos, now it works. I cannot say I did anything interesting. Maybe Youtube did. Do you still see the error messages?
  • here
    here over 10 years
    Confirmed, installing the chromium-codecs-ffmpeg-extra package fixes this for me as well.
  • svz
    svz over 10 years
    Also solved it by installing chromium-codecs-ffmpeg-extra and restarting chromium.
  • user941105
    user941105 over 10 years
    I had to restart ubuntu for this to work. (I didn't change chrome://plugins)