I need a full featured open-source HTML5 media player that runs on JavaScript. I will be serving the content from a Node.js server.
Ask HN: I need a full featured open-source HTML5 media player that runs on JS.
1–7 of 7 posts
Re: Ask HN: I need a full featured open-source HTML5 media player that runs on JS.
#2do you mean something like http://flowplayer.org/ ?
Re: Ask HN: I need a full featured open-source HTML5 media player that runs on JS.
#3do you mean something like http://flowplayer.org/ ?
Exactly like that, but it cannot be used on commercial products. At least for free. Any other suggestions?
Re: Ask HN: I need a full featured open-source HTML5 media player that runs on JS.
#4mediaelement: (http://mediaelementjs.com/) works well for audio - haven't tried it with video but i'm sure it's good.
Re: Ask HN: I need a full featured open-source HTML5 media player that runs on JS.
#5do you mean something like http://flowplayer.org/ ?
Exactly like that, but it cannot be used on commercial products. At least for free. Any other suggestions?
I've only ever used flowplayer, so I can't really speak for how anything else works, but I found http://jplayer.org/ which looks like it might work, and is MIT licensed. Otherwise maybe look through this list: http://blog.insicdesigns.com/2010/06/best-html5-media-player... and there might be something suitable.
Re: Ask HN: I need a full featured open-source HTML5 media player that runs on JS.
#6Why can't you just use the basic video tag?
Re: Ask HN: I need a full featured open-source HTML5 media player that runs on JS.
#7It is not very hard to write you own HTML5 media player. I got this book and found it very useful http://www.amazon.com/Definitive-Guide-HTML5-Experts-Develop...
In addition, MSDN also has a bunch of very informative tutorials on HTMl5 Video player.