Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Firefox on Ubuntu won't play some sites' video - DRM-related?

  • 2 件の返信
  • 1 人がこの問題に困っています
  • 3 回表示
  • 最後の返信者: tom.k.cook

more options

A few weeks back, videos on some sites stopped working. Facebook and Netflix are notable examples, though YouTube doesn't seem to be affected. I've tried netflix in private mode (ie with extensions disabled) and have the same problem.

I'm running:

  • Firefox 79.0
  • Ubuntu 20.04 LTS
  • OpenH264 Video Codec add-on version 1.8.1.1
  • Widevine CDM add-on version 4.10.1582.2
  • libavcodec-extra and libavcodec-extra58 Ubuntu packages version 7:4.2.4-1ubuntu0.1

All the plugins have automatic updates enabled and I've checked that the "Play DRM-controlled content" option in firefox preferences is enabled.

Have I missed something I should check? Are others having this problem?

A few weeks back, videos on some sites stopped working. Facebook and Netflix are notable examples, though YouTube doesn't seem to be affected. I've tried netflix in private mode (ie with extensions disabled) and have the same problem. I'm running: * Firefox 79.0 * Ubuntu 20.04 LTS * OpenH264 Video Codec add-on version 1.8.1.1 * Widevine CDM add-on version 4.10.1582.2 * libavcodec-extra and libavcodec-extra58 Ubuntu packages version 7:4.2.4-1ubuntu0.1 All the plugins have automatic updates enabled and I've checked that the "Play DRM-controlled content" option in firefox preferences is enabled. Have I missed something I should check? Are others having this problem?

すべての返信 (2)

more options

Do you also have the latest FFmpeg packages ?

Did you check the Web Console for possible messages related to this issue ?

more options

I've installed the latest ffmpeg. The developer console doesn't show up anything very obvious, though on netflix it does show up several dozen messages of the form:

"unreachable code after return statement cadmium-playercore-6.0025.202.011.js:1:554690"

They are all on different column numbers. Chrome does not show the same messages. The errors are on code such as:

         for (; h00 !== 1; ) {
           switch (h00) {
             case 2:
               return [p,
               c.Ta][b];
               break;
             case 4:
               return [p,
               c.Ta][b];
               break;
               h00 = 1;
               break;
           }
         }

To my jaundiced eye, that looks pretty broken, but without understanding more of this 130,000-odd line file, it's hard to say.