source: trunk/js/test/files/highwinds.xml @ 1191

Revision 1191, 1.1 KB checked in by zach, 3 years ago (diff)

Uploading testing tool

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>Playlist with bitrate switches</title>
6
7                <item>
8                        <title>RTMP streaming (loadbalanced)</title>
9                        <description>Bitrate switching for RTMP streaming is done on startup and with every seek and fullscreen switch.</description>
10                        <media:group>
11                                <media:content bitrate="1600" width="1080" url="http://hwcdn.net/i6s8g7u7/fms/dynamic/8Juv1MVa-67727.mp4?dopproto=rtmpte" />
12                                <media:content bitrate="1200" width="720" url="http://hwcdn.net/i6s8g7u7/fms/dynamic/8Juv1MVa-485.mp4?dopproto=rtmpte" />
13                                <media:content bitrate="800" width="480" url="http://hwcdn.net/i6s8g7u7/fms/dynamic/8Juv1MVa-484.mp4?dopproto=rtmpte" />
14                                <media:content bitrate="400" width="320" url="http://hwcdn.net/i6s8g7u7/fms/dynamic/8Juv1MVa-483.mp4?dopproto=rtmpte" />
15                                <media:thumbnail url="http://content.bitsontherun.com/thumbs/8Juv1MVa-480.jpg" />
16                        </media:group>
17                        <jwplayer:type>rtmp</jwplayer:type>
18                        <jwplayer:rtmp.loadbalance>true</jwplayer:rtmp.loadbalance>
19                </item>
20
21        </channel>
22</rss>
Note: See TracBrowser for help on using the repository browser.