supernginx / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
0 stars 0 forks source link

Add support for Timed Text 1.0 Specification to the captions plug in #578

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a closed caption file that validates against the XML schema of the 
official Timed text 1.0 specification 
http://www.w3.org/TR/2010/REC-ttaf1-dfxp-20101118/ 
2. Try to use the file with the Flowplayer captions plug-in

What is the expected output? What do you see instead?
Expect subtitles to appear.  In fact no subtitles appear

What version of the product are you using? On what operating system?
Flowplayer 3.2.11, Captions 3.2.8

Please provide any additional information below.

The captions plug-in does not support this specification. In particular it only 
works if you use the namespace,http://www.w3.org/2006/10/ttaf1, from an older 
"candidate recommendation"

http://www.w3.org/TR/2006/CR-ttaf1-dfxp-20061116/

If you use the correct namespace,http://www.w3.org/ns/ttml, then no captions 
appear. Obviously if you add support for the official specification then you 
need to maintain support for the previous version as well.

Original issue reported on code.google.com by anthonyg...@gmail.com on 29 May 2012 at 7:48

GoogleCodeExporter commented 8 years ago

Original comment by electrot...@gmail.com on 29 May 2012 at 10:37