-
Notifications
You must be signed in to change notification settings - Fork 6
/
example_video.xml
20 lines (18 loc) · 964 Bytes
/
example_video.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:media="http://search.yahoo.com/mrss/"
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
<title>Sample RSS Video</title>
<link>http://rssvideoplayer.com/sample.xml</link>
<language>en-us</language>
<item>
<title>MP4 Video</title>
<link>http://www.bigbuckbunny.org</link>
<pubDate>Sun, 01 Jun 2014 00:00:00 GMT</pubDate>
<description><![CDATA[<img src='http://peach.blender.org/wp-content/uploads/title_anouncement.jpg' /> Big Buck Bunny Animation - Mp4 video]]></description>
<enclosure url="https://github.com/benhosmer/HTML5-Test-Videos/blob/master/big_buck_bunny.mp4?raw=true" type="video/mp4" length="8748136" />
<media:thumbnail url="http://peach.blender.org/wp-content/uploads/title_anouncement.jpg"/>
</item>
</channel>
</rss>