Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

video support

  • 3 antwoorden
  • 1 heeft dit probleem
  • 20 weergaven
  • Laatste antwoord van 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?

Gekozen oplossing

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

Dit antwoord in context lezen 👍 0

Alle antwoorden (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.

Bewerkt door James op

more options

Gekozen oplossing

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