DEV Community

Discussion on: videojs

Collapse
 
jamonjamon profile image
Jaimie Carter

Thanks, Phil. I did see the MediaElement one and it did look simpler. So I'll take that as a win if I could glean that! I'll have a more in-depth look.

Collapse
 
philnash profile image
Phil Nash

The HTMLMediaElement is direct API access to what a <video> element can do through JavaScript. Ultimately videojs will be accessing that API too.

Thread Thread
 
jamonjamon profile image
Jaimie Carter

Ah sorry, I was talking about MediaElement.js