Ubuntu – HTML5 as default for video in Firefox (and banishing flash!)

firefoxflashgoogle-chromevideoyoutube

New install of Ubuntu 15.04 (on an otherwise fully functioning dell XPS 13 9343). I've been having difficulty getting HTML5 video to play on Firefox.

My test case is Plex and Youtube, both of which seem to default to using flash player (urgh, I would very much like to banish it!).

If I use Chrome (not so great as I have a high DPI screen) on Ubuntu the html5 player works fine for youtube and plex. Similarly if I boot into windows plex and youtube use the html5 player on both chrome and Firefox.

I therefore assume I’m missing a video codec or Firefox setting. Ubuntu restricted extras are installed.

Can anyone recommend a place to start looking

Best Answer

you could try this which worked for me:

in firefox enter the about:config page.

find the entries specified below and set them as I've set them below whichs did the trick for me:

media.mediasource.whitelist = false and media.mediasource.webm.enabled = true

Regards, Troels


Related Question