You are here

README.txt in Scald: Media Management made easy 7

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

The following modules provide additional players:
  - VideoJS (http://www.videojs.com/): html5, flash fallback
  https://www.drupal.org/project/scald_video_videojs
  - JWPlayer: uses https://www.drupal.org/project/jw_player
  https://www.drupal.org/project/scald_video_jw_player

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

Configure:
  - Configure a context to use the new video player providers, on admin/structure/scald/video/contexts

How to use:
  - Create a new video atom
  - Choose in the source list "Upload a video"
  - Upload a video file

Known issues:
  - For the moment, the module is not able to get a thumbnail automatically from the video file. So don't forget to
    define a thubmnail when creating the atom.

Extend it
You can provide different player by creating scald players module. You can take example on subdirectory players.
Name players by following this logic: scald_video_player_[library_name]

TODO
  - videos transcoding: mp4, webm (see https://drupal.org/project/ffmpeg_wrapper & https://drupal.org/project/video)
  - responsive

File

modules/providers/scald_video/README.txt
View source
  1. Scald Video is a scald provider to host your videos in your drupal site.
  2. Accepts video files .mp4, .webm and .ogv.
  3. The following modules provide additional players:
  4. - VideoJS (http://www.videojs.com/): html5, flash fallback
  5. https://www.drupal.org/project/scald_video_videojs
  6. - JWPlayer: uses https://www.drupal.org/project/jw_player
  7. https://www.drupal.org/project/scald_video_jw_player
  8. Install:
  9. - Enable module (https://drupal.org/documentation/install/modules-themes/modules-7)
  10. Configure:
  11. - Configure a context to use the new video player providers, on admin/structure/scald/video/contexts
  12. How to use:
  13. - Create a new video atom
  14. - Choose in the source list "Upload a video"
  15. - Upload a video file
  16. Known issues:
  17. - For the moment, the module is not able to get a thumbnail automatically from the video file. So don't forget to
  18. define a thubmnail when creating the atom.
  19. Extend it
  20. You can provide different player by creating scald players module. You can take example on subdirectory players.
  21. Name players by following this logic: scald_video_player_[library_name]
  22. TODO
  23. - videos transcoding: mp4, webm (see https://drupal.org/project/ffmpeg_wrapper & https://drupal.org/project/video)
  24. - responsive