moay / afterglow

HTML5 video player made easy.
http://afterglowplayer.com
MIT License
234 stars 47 forks source link

Why use mediaelement? #82

Closed tomByrer closed 5 years ago

tomByrer commented 5 years ago

I see in v2 you switched to mediaelement.js. I'm curious why, since that project hasn't accepted a new PR in 10 months, unless you are maintaining your own fork?

moay commented 5 years ago

We switched to medialement for several reasons:

During development, it turned out that medialement allows some new stuff and had me investigate in some issues a bit deeper than I wanted to. Currently, there are some issues with cross browser testing. As I am waiting for baby nr. 2 to be delivered and recover from sickness, development is currently stalling. PRs welcome.

tomByrer commented 5 years ago

Thanks for the feedback. Yes, I'm a bit overwhelmed by VideoJS setup also.... cheers

tomByrer commented 5 years ago

I found this lib which has Facebook, DailyMotion, SoundCloud + more playback, clear docs, updated frequently: CookPete's React-Player. Though made with React, he does have a standalone build. I found it easy to configure.

Plyr seems interesting also.