HTML5 video, -Mediaelement.js, Video.js, or a solution without javascript?

Confuses all options for implementing the html5 video. What are the arguments for using a javascript based solution like MediaElement or VideoJS

Another way to formulate this question may be, under what conditions is the best solution not javascript html5 video (for example, presented at http://camendesign.com/code/video_for_everybody )?

+3
source share
1 answer

Reasons for using a JS based player:

  • Compatible look in browsers / platforms, including Flash fallback.
  • Ability to work with device / browser errors
  • . , // .
+2

All Articles