為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

DRM not working in Firefox 50.0.2 for Linux

more options

I am running Firefox 50.0.2 on Lubuntu 16.10 (32bit)

The DRM feature with Widevine does not appear to be working.

What I really want is to watch Amazon Video; however, not even the demo videos found on http://demo.castlabs.com/ work. The one without DRM does play, the others do not. It does appear to recognize widevine [DRM: com.widevine.alpha (via Common Encryption)], but the circle just spins and spins.

On Amazon, the circle spins up, then it goes to a "Video unavailable" window. One time I tried it and it played for a second or two and then went to the error window, but usually, it goes straight there.

This is supposed to be working in Firefox 49 and later, right? What's wrong with mine?

Thanks for your help.

I am running Firefox 50.0.2 on Lubuntu 16.10 (32bit) The DRM feature with Widevine does not appear to be working. What I really want is to watch Amazon Video; however, not even the demo videos found on http://demo.castlabs.com/ work. The one without DRM does play, the others do not. It does appear to recognize widevine [DRM: com.widevine.alpha (via Common Encryption)], but the circle just spins and spins. On Amazon, the circle spins up, then it goes to a "Video unavailable" window. One time I tried it and it played for a second or two and then went to the error window, but usually, it goes straight there. This is supposed to be working in Firefox 49 and later, right? What's wrong with mine? Thanks for your help.

被選擇的解決方法

Figured it out. Needed ffmpeg.

As on this page: http://www.faqforge.com/linux/how-to-install-ffmpeg-on-ubuntu-14-04/

sudo add-apt-repository ppa:mc3man/trusty-media sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install ffmpeg

Thanks!

從原來的回覆中察看解決方案 👍 0

所有回覆 (4)

more options

The Web Console ("3-bar" menu button or Tools -> Web Developer) shows this error message:

  • Cannot play media. No decoders for requested formats: application/x-mpegURL, application/vnd.apple.mpegURL
more options

Yes, that is what it says on the CastLabs Page.

It does not say that on Amazon, there it says: Uncaught Exception: Undefined, then some warnings about depricated functions.

What do I do about it?

由 theredwagoneer 於 修改

more options

Any help here?

Even if you could verify that this is supposed to work it would tell me if I should keep digging.

Thanks

more options

選擇的解決方法

Figured it out. Needed ffmpeg.

As on this page: http://www.faqforge.com/linux/how-to-install-ffmpeg-on-ubuntu-14-04/

sudo add-apt-repository ppa:mc3man/trusty-media sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install ffmpeg

Thanks!