Happy Christmas to everyone...
I wanted to get some help with the CC Plugin. It seems not to be working or displaying any of the caption information. We're using version 4.2 along with the embed tags. We did make minor changes to the source code to include a username as token to pass to our media server.
Here's the flashvar "flashvars="captions=35000_1.xml&file=34000.flv&plugins=accessibility-1&streamer=rtmp://localhost/vodstream&username=myusername@someplace.com".
The player is displaying the video and the token is being passed to the media server, but the closed caption information is not displaying.
Below is the closed caption test text we're using.
<tt xmlns="http://www.w3.org/2006/10/ttaf1">
<body>
<div xml:id="captions">
<p begin="00:08" end="00:10">- Nothing is going on.</p>
<p begin="00:10" end="00:12.5">You liar!</p>
<p begin="00:13" end="00:15">Are you?</p>
<p begin="00:17" end="00:20">Violet, please!<br/>- I am not your babe!</p>
<p begin="00:24" end="00:29">You stupid cow,<br/>look what you gone and done now, ay.</p>
<p begin="00:34" end="00:36">Vi, please.<br/>- Leave me alone!</p>
<p begin="00:36" end="00:38.5">- We need to talk.<br/>- Jason, are you deaf?!</p>
<p begin="00:41" end="00:43">What's going on?</p>
<p begin="00:43" end="00:45">Get out there and try to salvage this!</p>
</div>
</body>
</tt>
Any ideas why it's not displaying the text?
Where can we download the CC plugin for the JW Player?
Any assistance would be greatly appreciated.
The flashvars are set OK, your XML file seems to be the issue. Here's an example of a correct TT XML file:
http://developer.longtailvideo.com/files/bunny.xml
The source code of the accessiblity plugin can be downloaded here:
http://developer.longtailvideo.com/trac/browser/plugins/accessibility-1.0