Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which HTML5 Media JS Framework is Best? [closed]

I want to customize a video player to have additional buttons and controls using jquery. I've found two that seem like viable candidates, and I'm interested in hearing which is better (or if there's yet another one that's best). Please keep in mind that my goal is to modify it (not just drop and play).

Here are the two candidates I've found so far:

  1. http://videojs.com/
  2. http://mediaelementjs.com/
like image 678
Matrym Avatar asked Oct 13 '22 18:10

Matrym


2 Answers

After reading details about both the Framework, I vote for http://mediaelementjs.com/. It is has more configuration option than VideoJS.

like image 118
Sharique Avatar answered Oct 17 '22 01:10

Sharique


Take a look at Popcorn.js. It has quite a few features and is open-source.

http://popcornjs.org/

like image 21
SeanK Avatar answered Oct 17 '22 01:10

SeanK