The JW Player for Drupal Module enables you to deliver video content through your Drupal website. This module has been developed by LongTail Video, the creator of the JW Player, and allows for easy customization and embedding of the Player in the body of your Drupal nodes.

It provides support for all of the player’s configuration options, including skins, plugins and the LongTail Video AdSolution.

Installation

See http://www.longtailvideo.com/support/addons/jw-player-module-for-drupal/...

Closed captioning

Close captioning is allowed in JWPlayer. You can go to /admin/settings/jwplayermodule @ your drupal installation . click "Plugins tab" check the checkbox next "Enable Captions" checked true .

Then create a content type or extend existing content type. Add 3 file fields: one to upload flv or mp4 file, one for default image and the last one for the SRT fie . The caption would be displayed in video by reading srt file. It must have extension .srt .

Then create a page and put

[jwplayer
|config=sample
|file=http://localhost/transcript1/sites/default/files/New_Pixar_Short_0.flv
|image=http://localhost/transcript1/sites/default/files/Penguins_0.jpg
|backcolor=000066
|frontcolor=3333FF
|lightcolor=FFCC00
|captions.file=http://localhost/transcript1/sites/default/files/first_0.srt]

and it will read captions.