move from Jaris > MediaElement for <video> fallback + use composer

also made it so the video element is no longer bigger than parent div
This commit is contained in:
Daku
2016-05-14 23:14:29 +01:00
parent dd105e174e
commit b0daab8766
46 changed files with 44 additions and 8633 deletions

View File

@@ -14,7 +14,6 @@
* In the future, it may be necessary to change the user agent checks to reflect the current state of H.264 support.<br><br>
* Made possible by:<br>
* <a href='http://getid3.sourceforge.net/'>getID3()</a> - Gets media information with PHP (no bulky FFMPEG API required).<br>
* <a href='http://jarisflvplayer.org/'>Jaris FLV Player</a> - GPLv3 flash multimedia player.
*/
class VideoFileHandler extends DataHandlerExtension {