You are here

README.txt in Video.js (HTML5 Video Player) 6

Same filename and directory in other branches
  1. 7 README.txt
Dependencies
------------

* CCK (Content module)
* FileField

Install
-------

1) Copy the videojs folder to the modules folder in your installation. Usually
   this is sites/all/modules.

2) Download videojs from http://videojs.com, and copy to sites/all/libraries

3) In your Drupal site, enable the module under Administer -> Site building ->
   Modules (/admin/build/modules), and go to VideoJS settings

4) Add or configure a FileField under Administer -> Content management ->
   Content types -> [type] -> Manage Fields
   (admin/content/node-type/[type]/fields). Restrict the upload extension to
   only allow the video HTML5 extension. It's also a good idea to enable the Description
   option, as this can be used to label your files when they are displayed.

5) Configure the display of your FileField to use "videojs player".

6) Create a piece of content with the configured field. Give the file a
   description that will be used as the file label in the playlist.

7) Create poster image, install the filefield image and create field named
   videojs_poster (which is, as you know, internally field_videojs_poster)

Support
-------

Heshan <heshan at heidisoft dot com>

File

README.txt
View source
  1. Dependencies
  2. ------------
  3. * CCK (Content module)
  4. * FileField
  5. Install
  6. -------
  7. 1) Copy the videojs folder to the modules folder in your installation. Usually
  8. this is sites/all/modules.
  9. 2) Download videojs from http://videojs.com, and copy to sites/all/libraries
  10. 3) In your Drupal site, enable the module under Administer -> Site building ->
  11. Modules (/admin/build/modules), and go to VideoJS settings
  12. 4) Add or configure a FileField under Administer -> Content management ->
  13. Content types -> [type] -> Manage Fields
  14. (admin/content/node-type/[type]/fields). Restrict the upload extension to
  15. only allow the video HTML5 extension. It's also a good idea to enable the Description
  16. option, as this can be used to label your files when they are displayed.
  17. 5) Configure the display of your FileField to use "videojs player".
  18. 6) Create a piece of content with the configured field. Give the file a
  19. description that will be used as the file label in the playlist.
  20. 7) Create poster image, install the filefield image and create field named
  21. videojs_poster (which is, as you know, internally field_videojs_poster)
  22. Support
  23. -------
  24. Heshan