dtan / videojs_player

Package for Concrete5; HTML5 video block with Flash fallback

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

videojs_player package for Concrete5.org CMS

Add-on Package for Concrete5 CMS; HTML5 video block with Flash fallback.

Open source software included

VideoJS

JavaScript for HTML5 video player - http://videojs.com/

Flowplayer free

Flash fallback for playing videos for browsers that do not support <video> element - http://flowplayer.org/index.html

Notes:

For info on HTML5 video see : http://diveintohtml5.org/video.html which has a tutorial for video conversion for web using the (free) Miro Video Converter. As HTML5 video implementations vary per web browser, to use this block you will need to prepare (4) files: .mp4, .ogv, .webm and have a preview or "poster" image. Also, if needed, Flowplayer (free) plays your .mp4 as flash media content.

Block supports videos playback using the following

  1. Preview Image: Choose a 'Poster' image, file with a .png or .jpg extension; e.g. still frame from video.
  2. MPEG 4 (.mp4): Choose a file with a .mp4 extension as common HTML5 video format; also used for flash fallback
  3. Ogg video (.ogv): Choose a file with a .ogv extension; "Theora" file, HTML5 video format e.g. for FireFox
  4. WebM video (.webm): Choose a file with a .webm extension; HTML5 video format e.g. for MSIE 9+
  5. Maximum Dimensions: Input the maximum width and height in pixels

Requirements:

  • Set your 'Allowed File Types' under 'File Manager > Access' tab to include file types: mp4, ogv, webm
    e.g. yourdomain.com/index.php/dashboard/files/access/
  • Format and upload files in the above mentioned formats, see references below for instructions.

References:

About

Package for Concrete5; HTML5 video block with Flash fallback

License:Other


Languages

Language:JavaScript 86.2%Language:PHP 13.8%