You are here

README.txt in Kaltura 7.3

Same filename and directory in other branches
  1. 5 README.txt
  2. 6.2 README.txt
  3. 6 README.txt
  4. 7.2 README.txt
INTRODUCTION
------------
Add full video capabilities to your site with the Kaltura Module.

 * For a full description of the module, visit the project page:
   https://www.drupal.org/project/kaltura

 * To submit bug reports and feature suggestions, or to track changes:
   https://www.drupal.org/project/issues/kaltura


REQUIREMENTS
------------
This module requires the following modules:
 * Chaos tools (https://www.drupal.org/project/ctools)
 * Entity API (https://www.drupal.org/project/entity)
 * Libraries (https://www.drupal.org/project/libraries)
 * Views (https://www.drupal.org/project/views)

And a PHP library:
 * Kaltura Client library
   (http://cdnbakmi.kaltura.com/content/clientlibs/php5_16-12-2014.tar.gz),
   which can be downloaded and installed with the Drush command.


INSTALLATION
------------
 1. Install as you would normally install a contributed Drupal module. See:
    https://www.drupal.org/documentation/install/modules-themes/modules-7
    for further information.
 2. Move the crossdomain.xml file (supplied with the module) to the root
    directory of your domain. So if your domain is domain.com, then this file
    should be accessible in http://domain.com/crossdomain.xml .
 3. Place the Kaltura Client PHP library in:
    DRUPAL_ROOT/sites/all/libraries/KalturaClient directory. If you haven't 
    installed the library manually yet use the Drush command:
    drush kaltura-client-install


CONFIGURATION
-------------
 * Go to Administration » Configuration » Media » Kaltura module settings:
   Register to the Kaltura Partner Program using the registration form. Your
   Kaltura partner details will be automatically saved into the module
   configuration, and will be sent to you in an email as well.

 * Configure user permissions in Administration » People » Permissions.

 * It is recommended to configure a cron job for your site, since some
   statistic data about the media in your site is updated by cron. Some of views
   provided with the module rely on those statistics.

According to the modules you enabled, you can now start working with the
Kaltura module to create nodes, and enable your site with full video and rich
media capabilities.

Further documentation about the Kaltura module for Drupal can be found here:
http://corp.kaltura.com/wiki/index.php/Kaltura-drupal-module


MAINTAINERS
-----------
The Kaltura Module is developed by: Kaltura, Inc. www.kaltura.com

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. Add full video capabilities to your site with the Kaltura Module.
  4. * For a full description of the module, visit the project page:
  5. https://www.drupal.org/project/kaltura
  6. * To submit bug reports and feature suggestions, or to track changes:
  7. https://www.drupal.org/project/issues/kaltura
  8. REQUIREMENTS
  9. ------------
  10. This module requires the following modules:
  11. * Chaos tools (https://www.drupal.org/project/ctools)
  12. * Entity API (https://www.drupal.org/project/entity)
  13. * Libraries (https://www.drupal.org/project/libraries)
  14. * Views (https://www.drupal.org/project/views)
  15. And a PHP library:
  16. * Kaltura Client library
  17. (http://cdnbakmi.kaltura.com/content/clientlibs/php5_16-12-2014.tar.gz),
  18. which can be downloaded and installed with the Drush command.
  19. INSTALLATION
  20. ------------
  21. 1. Install as you would normally install a contributed Drupal module. See:
  22. https://www.drupal.org/documentation/install/modules-themes/modules-7
  23. for further information.
  24. 2. Move the crossdomain.xml file (supplied with the module) to the root
  25. directory of your domain. So if your domain is domain.com, then this file
  26. should be accessible in http://domain.com/crossdomain.xml .
  27. 3. Place the Kaltura Client PHP library in:
  28. DRUPAL_ROOT/sites/all/libraries/KalturaClient directory. If you haven't
  29. installed the library manually yet use the Drush command:
  30. drush kaltura-client-install
  31. CONFIGURATION
  32. -------------
  33. * Go to Administration » Configuration » Media » Kaltura module settings:
  34. Register to the Kaltura Partner Program using the registration form. Your
  35. Kaltura partner details will be automatically saved into the module
  36. configuration, and will be sent to you in an email as well.
  37. * Configure user permissions in Administration » People » Permissions.
  38. * It is recommended to configure a cron job for your site, since some
  39. statistic data about the media in your site is updated by cron. Some of views
  40. provided with the module rely on those statistics.
  41. According to the modules you enabled, you can now start working with the
  42. Kaltura module to create nodes, and enable your site with full video and rich
  43. media capabilities.
  44. Further documentation about the Kaltura module for Drupal can be found here:
  45. http://corp.kaltura.com/wiki/index.php/Kaltura-drupal-module
  46. MAINTAINERS
  47. -----------
  48. The Kaltura Module is developed by: Kaltura, Inc. www.kaltura.com