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 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

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.