0

I'm building an app that uses videojs for playing videos. What types of files do I need for playing videos. Now I have h264 in a mp4 container.

Do I need also different encodings/containers?

misterben
  • 7,455
  • 2
  • 26
  • 47
catalinux
  • 1,462
  • 14
  • 26

1 Answers1

0

Please see the referenced article here:

VideoJS: Where is current information on supported video formats and their browser and platform compatibility?

You are probably safe with just h.264 and webm. Add ogv if you want to support ancient versions of Firefox (3.5/3.6).

Community
  • 1
  • 1
TimHayes
  • 3,684
  • 21
  • 26