1
+ <rss version =" 2.0" xmlns : media =" http://search.yahoo.com/mrss/"
2
+ xmlns : georss =" http://www.georss.org/georss"
3
+ xmlns : gml =" http://www.opengis.net/gml" >
4
+
5
+ <channel >
6
+ <title >Song Site</title >
7
+ <description >Media RSS example with new fields added in v1.5.0</description >
8
+ <item >
9
+ <link >http://www.foo.com</link >
10
+ <pubDate >Mon, 27 Aug 2001 16:08:56 PST</pubDate >
11
+ <media : content url =" http://www.foo.com/video.mov" fileSize =" 2000" medium =" video" isDefault =" true" expression =" full" bitrate =" 128" framerate =" 25" samplingrate =" 44.1" channels =" 2" type =" video/quicktime" />
12
+ <media : content url =" http://www.foo.com/video2.mov" fileSize =" 2000" bitrate =" 128" type =" video/quicktime" expression =" full" />
13
+ <media : community >
14
+ <media : starRating average =" 3.5" count =" 20" min =" 1" max =" 10" />
15
+ <media : statistics views =" 5" favorites =" 5" />
16
+ <media : tags >news: 5, abc:3</media : tags >
17
+ </media : community >
18
+ <media : comments >
19
+ <media : comment >comment1</media : comment >
20
+ <media : comment >comment2</media : comment >
21
+ </media : comments >
22
+ <media : embed url =" http://www.foo.com/player.swf" width =" 512" height =" 323" >
23
+ <media : param name =" type" >application/x-shockwave-flash</media : param >
24
+ <media : param name =" width" >512</media : param >
25
+ <media : param name =" height" >323</media : param >
26
+ <media : param name =" allowFullScreen" >true</media : param >
27
+ <media : param name =" flashVars" >
28
+ id=12345& vid=678912i& lang=en-us& intl=us& thumbUrl=http://www.foo.com/thumbnail.jpg
29
+ </media : param >
30
+ </media : embed >
31
+ <media : responses >
32
+ <media : response >http://www.response1.com</media : response >
33
+ <media : response >http://www.response2.com</media : response >
34
+ </media : responses >
35
+ <media : backLinks >
36
+ <media : backLink >http://www.backlink1.com</media : backLink >
37
+ <media : backLink >http://www.backlink2.com</media : backLink >
38
+ </media : backLinks >
39
+ <media : status state =" active" />
40
+ <media : price type =" rent" price =" 19.99" currency =" EUR" />
41
+ <media : license type =" text/html" href =" http://www.licensehost.com/license" > Sample license for a video</media : license >
42
+ <media : subTitle type =" application/smil" lang =" en-us" href =" http://www.foo.org/subtitle.smil" />
43
+ <media : peerLink type =" application/x-bittorrent " href =" http://www.foo.org/sampleFile.torrent" />
44
+ <media : location description =" My house" start =" 00:01" end =" 01:00" >
45
+ <georss : where >
46
+ <gml : Point >
47
+ <gml : pos >35.669998 139.770004</gml : pos >
48
+ </gml : Point >
49
+ </georss : where >
50
+ </media : location >
51
+ <media : restriction type =" sharing" relationship =" deny" />
52
+ <media : scenes >
53
+ <media : scene >
54
+ <sceneTitle >sceneTitle1</sceneTitle >
55
+ <sceneDescription >sceneDesc1</sceneDescription >
56
+ <sceneStartTime >00:15</sceneStartTime >
57
+ <sceneEndTime >00:45</sceneEndTime >
58
+ </media : scene >
59
+ </media : scenes >
60
+ </item >
61
+ </channel >
62
+ </rss >
0 commit comments