source: plugins/captions/test/assets/playlist.xml @ 1973

Revision 1973, 2.0 KB checked in by jeroen, 21 months ago (diff)

added overall logic and srt parsing to html5 captions

RevLine 
[1293]1<rss version="2.0" xmlns:jwplayer="http://developer.longtailvideo.com/trac/wiki/FlashFormats">
2  <channel>
3    <title>Example RSS playlist with captions</title>
4
5    <item>
6      <title>Coronation Street</title>
[1767]7      <description>Single, external XML captions.</description>
[1973]8      <jwplayer:file>http://content.bitsontherun.com/videos/7OCSON1y.mp4</jwplayer:file>
[1767]9      <jwplayer:image>http://content.bitsontherun.com/thumbs/7OCSON1y-320.jpg</jwplayer:image>
10      <jwplayer:captions.file>assets/corrie.xml</jwplayer:captions.file>
[1293]11    </item>
12
13    <item>
14      <title>Big Buck Bunny</title>
[1767]15      <description>Single, embedded MP4 captions.</description>
16      <jwplayer:file>http://content.bitsontherun.com/videos/aytCR4cx-393434.mp4</jwplayer:file>
17      <jwplayer:image>http://content.bitsontherun.com/thumbs/aytCR4cx-320.jpg</jwplayer:image>
[1293]18    </item>
19
20    <item>
[1767]21      <title>Men With Talent</title>
22      <description>No captions at all.</description>
23      <jwplayer:file>http://content.bitsontherun.com/videos/SAs4hE5G-364766.mp4</jwplayer:file>
24      <jwplayer:image>http://content.bitsontherun.com/thumbs/SAs4hE5G-320.jpg</jwplayer:image>
[1293]25    </item>
26
27    <item>
[1767]28      <title>Global Timoto</title>
29      <description>Multiple, embedded MP4 captions.</description>
30      <jwplayer:file>http://content.bitsontherun.com/videos/w5VkaqJ1-393434.mp4</jwplayer:file>
31      <jwplayer:image>http://content.bitsontherun.com/thumbs/w5VkaqJ1-320.jpg</jwplayer:image>
[1293]32    </item>
33
[1767]34    <item>
35      <title>Sintel</title>
36      <description>Multiple, external SRT captions.</description>
37      <jwplayer:file>http://content.bitsontherun.com/videos/q1fx20VZ-364765.mp4</jwplayer:file>
38      <jwplayer:image>http://content.bitsontherun.com/thumbs/q1fx20VZ-320.jpg</jwplayer:image>
[1769]39      <jwplayer:captions.files>assets/sintel-dut.txt,assets/sintel-eng.txt,assets/sintel-fra.txt,assets/sintel-deu.txt,assets/sintel-ita.txt,assets/sintel-pol.txt,assets/sintel-por.txt,assets/sintel-rus.txt,assets/sintel-spa.txt</jwplayer:captions.files>
[1767]40    </item>
41
[1293]42  </channel>
43</rss>
Note: See TracBrowser for help on using the repository browser.