source: testing/files/streamers.xml @ 169

Revision 169, 2.4 KB checked in by jeroen, 4 years ago (diff)

checked in testing and cleaned up feed parsing

Line 
1<playlist version="1" xmlns="http://xspf.org/ns/0/" xmlns:jwplayer="http://developer.longtailvideo.com/ns/1">
2        <title>XSPF playlist with different streamers for the JW Player</title>
3        <info>http://developer.longtailvideo.com/trac</info>
4        <tracklist>
5
6                <track>
7                        <title>Big Buck Bunny - FLV Video</title>
8                        <creator>the Peach Open Movie Project</creator>
9                        <info>http://www.bigbuckbunny.org/</info>
10                        <annotation>Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation. Like the foundation's previous film Elephants Dream, the film is made using free and open source software.</annotation>
11                        <jwplayer:file>http://www.jeroenwijering.com/upload/bunny.flv</jwplayer:file>
12                </track>
13
14                <track>
15                        <title>Big Buck Bunny - HTTP stream</title>
16                        <creator>the Peach Open Movie Project</creator>
17                        <info>http://www.bigbuckbunny.org/</info>
18                        <annotation>Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation. Like the foundation's previous film Elephants Dream, the film is made using free and open source software.</annotation>
19                        <jwplayer:file>bunny.flv</jwplayer:file>
20                        <jwplayer:streamer>http://www.jeroenwijering.com/embed/xmoov.php</jwplayer:streamer>
21                        <jwplayer:captions.file>http://www.jeroenwijering.com/embed/captions.xml</jwplayer:captions.file>
22                </track>
23
24                <track>
25                        <title>Big Buck Bunny - RTMP stream</title>
26                        <creator>the Peach Open Movie Project</creator>
27                        <info>http://www.bigbuckbunny.org/</info>
28                        <annotation>Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation. Like the foundation's previous film Elephants Dream, the film is made using free and open source software.</annotation>
29                        <jwplayer:file>bunny.flv</jwplayer:file>
30                        <jwplayer:streamer>rtmp://edge01.fms.dutchview.nl/botr</jwplayer:streamer>
31                </track>
32
33                <track>
34                        <title>Big Buck Bunny - Lighttpd stream</title>
35                        <creator>the Peach Open Movie Project</creator>
36                        <info>http://www.bigbuckbunny.org/</info>
37                        <annotation>Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation. Like the foundation's previous film Elephants Dream, the film is made using free and open source software.</annotation>
38                        <jwplayer:file>http://content.bitsontherun.com/videos/wBbA9gZ8.m4v</jwplayer:file>
39                        <jwplayer:streamer>lighttpd</jwplayer:streamer>
40                </track>
41
42        </tracklist>
43</playlist>
Note: See TracBrowser for help on using the repository browser.