Scald Video is a scald provider to host your videos in your drupal site.
Accepts video files .mp4, .webm and .ogv.

INSTALL
- Enable module (https://drupal.org/documentation/install/modules-themes/modules-7)

Can use videojs (http://www.videojs.com/) as default player: html5, flash fallback. If you want so, download videojs library: http://www.videojs.com/ and copy it in /sites/all/libraries

To be tested: webm or ogv file in browser that don't support it (IE, Opera, Safari). Maybe we have to choose to upload only mp4 files, as it is supported in all browsers (html5 or flash fallback).

TODO
- tests/debug
- code clean
- add admin page with options (preload, autoplay, controls...etc.)
- videos transcoding: mp4, webm (see https://drupal.org/project/ffmpeg_wrapper & https://drupal.org/project/video)
- responsive
