I’ve been working on a plugin implementation of the JW HTML5 Media Player, and it’s at the point where I’m ready to move it from alpha to beta, and have the community tear it apart. :p It’s basically a port of this page into an EE plugin, so you don’t have to worry about javascript syntax and can easily construct the player with weblog/channel tag outputs. :p
Download MC Player 0.1 0.2.1 0.2.2 0.2.3 0.2.4 0.2.5
Once it’s been approved on Devot:ee, I’ll link to the page there for the support forums. EDIT: Here we go: http://devot-ee.com/add-ons/mc-player., but for now, just email me with any questions/comments/bugs/etc ([REDACTED]).
The usual beta product disclaimers apply - essentially, don’t use it in a production environment.
I’ve tested the basic functionality of the plugin quite a bit, but the more advanced JSON/XML/mRSS playlists, levels, plugins, modes, and that sort of stuff could use some more pounding on. Specifically, if anyone has the ability to test with an RTMP provider, I’d be much obliged.
Depending on demand, I might end up making this a commercial add-on. If that happens, I’d definitely figure out fair compensation to anyone who contributed meaningful feedback during the beta phase, probably in the form of a free license. 😊
The readme has code examples for most scenarios; again, they basically are the “EE Code” equivalent to the Javascript examples here. The simplest example looks like this:
{exp:mc_player:play file="video.mp4" width="480" height="270" playerpath="/path/to/player.swf"}Enjoy!