| 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 with HD</title> |
|---|
| 6 | |
|---|
| 7 | <item> |
|---|
| 8 | <title>No HD file</title> |
|---|
| 9 | <media:content url="http://developer.longtailvideo.com/player/testing/files/bunny.flv" /> |
|---|
| 10 | </item> |
|---|
| 11 | |
|---|
| 12 | <item> |
|---|
| 13 | <title>No HD file, HD Enabled</title> |
|---|
| 14 | <media:content url="http://developer.longtailvideo.com/player/testing/files/bunny.flv" /> |
|---|
| 15 | <jwplayer:hd.state>true</jwplayer:hd.state> |
|---|
| 16 | </item> |
|---|
| 17 | |
|---|
| 18 | <item> |
|---|
| 19 | <title>No HD file, HD Enabled, Autostart enabled</title> |
|---|
| 20 | <media:content url="http://developer.longtailvideo.com/player/testing/files/bunny.flv" /> |
|---|
| 21 | <jwplayer:hd.state>true</jwplayer:hd.state> |
|---|
| 22 | <jwplayer:autostart>true</jwplayer:autostart> |
|---|
| 23 | </item> |
|---|
| 24 | |
|---|
| 25 | <item> |
|---|
| 26 | <title>Progressive download HD File</title> |
|---|
| 27 | <media:content url="http://developer.longtailvideo.com/player/testing/files/bunny.flv" /> |
|---|
| 28 | <jwplayer:hd.file>http://developer.longtailvideo.com/player/testing/files/bunny.mp4</jwplayer:hd.file> |
|---|
| 29 | </item> |
|---|
| 30 | |
|---|
| 31 | <item> |
|---|
| 32 | <title>Progressive download HD File, HD Enabled</title> |
|---|
| 33 | <media:content url="http://developer.longtailvideo.com/player/testing/files/bunny.flv" /> |
|---|
| 34 | <jwplayer:hd.file>http://developer.longtailvideo.com/player/testing/files/bunny.mp4</jwplayer:hd.file> |
|---|
| 35 | <jwplayer:hd.state>true</jwplayer:hd.state> |
|---|
| 36 | </item> |
|---|
| 37 | |
|---|
| 38 | <item> |
|---|
| 39 | <title>Progressive download HD File, HD Enabled, Autostart enabled</title> |
|---|
| 40 | <media:content url="http://developer.longtailvideo.com/player/testing/files/bunny.flv" /> |
|---|
| 41 | <jwplayer:hd.file>http://developer.longtailvideo.com/player/testing/files/bunny.mp4</jwplayer:hd.file> |
|---|
| 42 | <jwplayer:hd.state>true</jwplayer:hd.state> |
|---|
| 43 | <jwplayer:autostart>true</jwplayer:autostart> |
|---|
| 44 | </item> |
|---|
| 45 | |
|---|
| 46 | <item> |
|---|
| 47 | <title>HTTP Streaming HD File</title> |
|---|
| 48 | <jwplayer:http.startparam>starttime</jwplayer:http.startparam> |
|---|
| 49 | <jwplayer:type>http</jwplayer:type> |
|---|
| 50 | <media:content url="http://content.bitsontherun.com/videos/LJSVMnCF-327.mp4" /> |
|---|
| 51 | <jwplayer:hd.file>http://content.bitsontherun.com/videos/LJSVMnCF-67067.mp4</jwplayer:hd.file> |
|---|
| 52 | </item> |
|---|
| 53 | |
|---|
| 54 | <item> |
|---|
| 55 | <title>HTTP Streaming HD File, HD Enabled</title> |
|---|
| 56 | <jwplayer:http.startparam>starttime</jwplayer:http.startparam> |
|---|
| 57 | <jwplayer:type>http</jwplayer:type> |
|---|
| 58 | <media:content url="http://content.bitsontherun.com/videos/LJSVMnCF-327.mp4" /> |
|---|
| 59 | <jwplayer:hd.file>http://content.bitsontherun.com/videos/LJSVMnCF-67067.mp4</jwplayer:hd.file> |
|---|
| 60 | <jwplayer:hd.state>true</jwplayer:hd.state> |
|---|
| 61 | </item> |
|---|
| 62 | |
|---|
| 63 | <item> |
|---|
| 64 | <title>HTTP Streaming HD File, HD Enabled, Autostart enabled</title> |
|---|
| 65 | <jwplayer:http.startparam>starttime</jwplayer:http.startparam> |
|---|
| 66 | <jwplayer:type>http</jwplayer:type> |
|---|
| 67 | <media:content url="http://content.bitsontherun.com/videos/LJSVMnCF-327.mp4" /> |
|---|
| 68 | <jwplayer:hd.file>http://content.bitsontherun.com/videos/LJSVMnCF-67067.mp4</jwplayer:hd.file> |
|---|
| 69 | <jwplayer:hd.state>true</jwplayer:hd.state> |
|---|
| 70 | <jwplayer:autostart>true</jwplayer:autostart> |
|---|
| 71 | </item> |
|---|
| 72 | |
|---|
| 73 | <item> |
|---|
| 74 | <title>RTMP Streaming HD File</title> |
|---|
| 75 | <jwplayer:type>RTMP</jwplayer:type> |
|---|
| 76 | <jwplayer:streamer>rtmp://fms.12E5.edgecastcdn.net/0012E5</jwplayer:streamer> |
|---|
| 77 | <media:content url="videos/8Juv1MVa-483.mp4" /> |
|---|
| 78 | <jwplayer:hd.file>videos/8Juv1MVa-67727.mp4</jwplayer:hd.file> |
|---|
| 79 | </item> |
|---|
| 80 | |
|---|
| 81 | <item> |
|---|
| 82 | <title>RTMP Streaming HD File, HD Enabled</title> |
|---|
| 83 | <jwplayer:type>RTMP</jwplayer:type> |
|---|
| 84 | <jwplayer:streamer>rtmp://fms.12E5.edgecastcdn.net/0012E5</jwplayer:streamer> |
|---|
| 85 | <media:content url="videos/8Juv1MVa-483.mp4" /> |
|---|
| 86 | <jwplayer:hd.file>videos/8Juv1MVa-67727.mp4</jwplayer:hd.file> |
|---|
| 87 | <jwplayer:hd.state>true</jwplayer:hd.state> |
|---|
| 88 | </item> |
|---|
| 89 | |
|---|
| 90 | <item> |
|---|
| 91 | <title>RTMP Streaming HD File, HD Enabled, Autostart enabled</title> |
|---|
| 92 | <jwplayer:type>RTMP</jwplayer:type> |
|---|
| 93 | <jwplayer:streamer>rtmp://fms.12E5.edgecastcdn.net/0012E5</jwplayer:streamer> |
|---|
| 94 | <media:content url="videos/8Juv1MVa-483.mp4" /> |
|---|
| 95 | <jwplayer:hd.file>videos/8Juv1MVa-67727.mp4</jwplayer:hd.file> |
|---|
| 96 | <jwplayer:hd.state>true</jwplayer:hd.state> |
|---|
| 97 | <jwplayer:autostart>true</jwplayer:autostart> |
|---|
| 98 | </item> |
|---|
| 99 | |
|---|
| 100 | <item> |
|---|
| 101 | <title>RTMP Streaming HD File w/ HD.streamer</title> |
|---|
| 102 | <jwplayer:type>RTMP</jwplayer:type> |
|---|
| 103 | <jwplayer:streamer>rtmp://fms.12E5.edgecastcdn.net/0012E5</jwplayer:streamer> |
|---|
| 104 | <media:content url="videos/8Juv1MVa-483.mp4" /> |
|---|
| 105 | <jwplayer:hd.file>videos/8Juv1MVa-67727.mp4</jwplayer:hd.file> |
|---|
| 106 | <jwplayer:hd.streamer>rtmp://fms.12E5.edgecastcdn.net/0012E6</jwplayer:hd.streamer> |
|---|
| 107 | </item> |
|---|
| 108 | |
|---|
| 109 | <item> |
|---|
| 110 | <title>RTMP Streaming HD File, HD Enabled w/ HD.streamer</title> |
|---|
| 111 | <jwplayer:type>RTMP</jwplayer:type> |
|---|
| 112 | <jwplayer:streamer>rtmp://fms.12E5.edgecastcdn.net/0012E5</jwplayer:streamer> |
|---|
| 113 | <media:content url="videos/8Juv1MVa-483.mp4" /> |
|---|
| 114 | <jwplayer:hd.file>videos/8Juv1MVa-67727.mp4</jwplayer:hd.file> |
|---|
| 115 | <jwplayer:hd.state>true</jwplayer:hd.state> |
|---|
| 116 | <jwplayer:hd.streamer>rtmp://fms.12E5.edgecastcdn.net/0012E6</jwplayer:hd.streamer> |
|---|
| 117 | </item> |
|---|
| 118 | |
|---|
| 119 | <item> |
|---|
| 120 | <title>RTMP Streaming HD File, HD Enabled, Autostart enabled w/ HD.streamer</title> |
|---|
| 121 | <jwplayer:type>RTMP</jwplayer:type> |
|---|
| 122 | <jwplayer:streamer>rtmp://fms.12E5.edgecastcdn.net/0012E5</jwplayer:streamer> |
|---|
| 123 | <media:content url="videos/8Juv1MVa-483.mp4" /> |
|---|
| 124 | <jwplayer:hd.file>videos/8Juv1MVa-67727.mp4</jwplayer:hd.file> |
|---|
| 125 | <jwplayer:hd.state>true</jwplayer:hd.state> |
|---|
| 126 | <jwplayer:autostart>true</jwplayer:autostart> |
|---|
| 127 | <jwplayer:hd.streamer>rtmp://fms.12E5.edgecastcdn.net/0012E6</jwplayer:hd.streamer> |
|---|
| 128 | </item> |
|---|
| 129 | </channel> |
|---|
| 130 | </rss> |
|---|