source: testing/files/mrss.xml @ 169

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

checked in testing and cleaned up feed parsing

Line 
1<rss version="2.0" 
2        xmlns:media="http://search.yahoo.com/mrss/" 
3        xmlns:jwplayer="http://developer.longtailvideo.com/trac/wiki/FlashFormats">
4        <channel>
5                <title>Example media RSS playlist</title>
6
7                <item>
8                        <title>FLV Video</title>
9                        <link>http://www.bigbuckbunny.org/</link>
10                        <description>Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation.</description>
11                        <media:credit role="author">the Peach Open Movie Project</media:credit>
12                        <media:content url="../../testing/files/bunny.flv" />
13                </item>
14
15                <item>
16                        <title>MP3 Audio with thumb</title>
17                        <link>http://www.bigbuckbunny.org/</link>
18                        <description>Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation.</description>
19                        <media:credit role="author">the Peach Open Movie Project</media:credit>
20                        <media:content url="files/bunny.mp3" />
21                        <media:thumbnail url="files/bunny.jpg" />
22                </item>
23
24                <item>
25                        <title>PNG Image with duration</title>
26                        <link>http://www.bigbuckbunny.org/</link>
27                        <description>Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation.</description>
28                        <media:group>
29                                <media:credit role="author">the Peach Open Movie Project</media:credit>
30                                <media:content url="files/bunny.png" duration="10" />
31                        </media:group>
32                </item>
33
34                <item>
35                        <title>Youtube video with start</title>
36                        <link>http://www.bigbuckbunny.org/</link>
37                        <description>Big Buck Bunny is a short animated film by the Blender Institute, part of the Blender Foundation.</description>
38                        <media:group>
39                                <media:credit role="author">the Peach Open Movie Project</media:credit>
40                                <media:content url="http://youtube.com/watch?v=IBTE-RoMsvw" />
41                        </media:group>
42                        <jwplayer:start>10</jwplayer:start>
43                </item>
44
45
46        </channel>
47</rss>
Note: See TracBrowser for help on using the repository browser.