Scald: Video

Component ID

2133755

Component name

Scald: Video

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

6260

Component created

Component changed

Component body

2015-05-18: the base module has been moved to scald core, so it is not compatible with last version of scald core: 1.4.

The 2 extra players have been moved to 2 new project:

See these links for more informations and upgrade path:

The development status has been changed in consequence to.

Scald: Video is a Scald provider to host your videos in your drupal site.

Install

Configure

  • Configure a context to use the new video player provides, on /admin/structure/scald/video/contexts
  • Version 1.x
    • Configure the player parameters choosing the JWPlayer preset to use

How to use:

  • Create a new video atom
  • Choose in the source list:
    • Version 1.x: "Video hosted on Drupal"
    • Version 2.x: "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

Versions

Version 2 is the privileged version: it adds the possibility to have different players for your videos. Two are packaged and you can add new ones by creating a module.

Version 1

This is the JW Player that is used to play the video. This module is not defined as dependency because it will be possible later to use another video player.

Version 2

Features