搜尋 Mozilla 技術支援網站

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

Learn More

video support

  • 3 回覆
  • 1 有這個問題
  • 19 次檢視
  • 最近回覆由 clint

more options

I'm using Firefox 76 packaged with fedora 30 but it wont display a video (weirdly youtube does work). I'm getting the message: "this content requires adobe flash or HTML5 video support..." I don't want to install flash because I've seen some content somewhere about security concerns. I looked for an extension or add-on but none of them seem to be Mozilla approved and most of them don't seem to address this issue anyway. I can't find a setting to fix this in Firefox. I've seen an archived thread about this problem suggesting maybe some linux library issue, but it contained no solution. Maybe I'm missing something fundamental but it's 2021 now and I'd like my Firefox to support a bit of video here and there other than youtube. Has anyone got a solution?

I'm using Firefox 76 packaged with fedora 30 but it wont display a video (weirdly youtube does work). I'm getting the message: "this content requires adobe flash or HTML5 video support..." I don't want to install flash because I've seen some content somewhere about security concerns. I looked for an extension or add-on but none of them seem to be Mozilla approved and most of them don't seem to address this issue anyway. I can't find a setting to fix this in Firefox. I've seen an archived thread about this problem suggesting maybe some linux library issue, but it contained no solution. Maybe I'm missing something fundamental but it's 2021 now and I'd like my Firefox to support a bit of video here and there other than youtube. Has anyone got a solution?

被選擇的解決方法

Thanks for the advice guys I found this: https://computingforgeeks.com/how-to-install-ffmpeg-on-fedora/ Following those instructions solved my problem on Fedora 30

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

所有回覆 (3)

more options

Flash has been dead in the browser for many years now. MPEG is not going to work out of the box on Linux. On Ubuntu, you need the package called ubuntu-restricted-extras which enables the browser plugin. For Fedora, you could try to [use dnf] instead of apt-get.

more options

clint said

I'm using Firefox 76 packaged with fedora 30 but it wont display a video (weirdly youtube does work). I'm getting the message: "this content requires adobe flash or HTML5 video support..." I don't want to install flash because I've seen some content somewhere about security concerns.

It depends on how the video on Youtube was encoded and how new it was uploaded and such and you will likely not be able to play live streams on YT.

In order to fully support HTML5 players by pretty everywhere now (like Youtube, Twitch, news sites etc) for video, audio and also even games now you need to make sure you have at least FFmpeg installed as It provides codecs needed to fully support HTML5 players.

Patent and copyright restrictions are among reasons why many Linux distros do not come with packages such as FFmpeg in a new install without doing any updates after that includes packages like FFmpeg.

Adobe has made the Flash Player EOL at end of December 2020 so it is done for.

由 James 於 修改

more options

選擇的解決方法

Thanks for the advice guys I found this: https://computingforgeeks.com/how-to-install-ffmpeg-on-fedora/ Following those instructions solved my problem on Fedora 30