18

This is really annoying. Yesterday everything was working fine, now I wake up only to realize that all the videos on YouTube are using the HTML5 player.

Here is what I see when I try to play a video on YouTube: enter image description here

I tried what was suggested by the accepted answer in this question, but it didn't work, even after restarting Firefox.

Also I would like to note that YouTube works fine in Chrome (HTML5 player) and Internet Explorer (flash player).

jsguy
  • 285
  • 1
  • 3
  • 8

3 Answers3

12

Check if the latest version of Flash is properly installed on your browser. If not, download the latest version and install it.

Then, install the YouTube Flash Player extension:

This add-on forces YouTube to play videos using Flash Player instead of the HTML5 player.

galacticninja
  • 6,188
  • 16
  • 78
  • 120
  • this worked like a charm, thank you. Still kind of makes me wonder what went wrong with this HTML5 player,but I will accept your answer. – jsguy Apr 02 '15 at 15:52
  • @jsguy Was the HTML5 player working in Firefox (for YouTube or other sites) before you encountered this issue? – galacticninja Apr 02 '15 at 16:45
  • I am not sure, I never made a check since I was thinking that I was using flash all the time. The first time I heard the term "HTML5 player" was today. – jsguy Apr 02 '15 at 17:25
  • 1
    This worked for me! When i installed firefox i nearly threw the laptop out of the window when youtube didn't work. So i just reinstalled latest version. WORKING :D –  May 30 '16 at 11:48
5

You can force YouTube to play a video with flash player by adding &nohtml5=1 or &nohtml5=True to the URL.

Found this after I had uploaded a video to YouTube and there was "&nohtml5=False" automatically added by any reason.

MA-Maddin
  • 563
  • 3
  • 7
2

Firefox has release MSE support for HTML5 playback. This uses the system hardware decoders unless the driver is blacklisted. Setting media.windows-media-foundation.use-dxva=false in about:config will use software decoding.

  • Going to about:preferences#advanced on the General tab and unchecking "use hardware acceleration when available" should do the same thing. It may require a restart. If that does not work then try Firefox Nightly from https://nightly.mozilla.org/ to check if it is https://bugzilla.mozilla.org/show_bug.cgi?id=1136484 – Anthony Jones Apr 02 '15 at 23:20