Hi,
I have a very basic question:
How do I setup a livestream with bitrate switching?
Thanks!

Hi,
I have a very basic question:
How do I setup a livestream with bitrate switching?
Thanks!

seems to work from a red5 server using the red5 publisher
second track is the longtail fms test files
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:jwplayer="http://developer.longtailvideo.com/trac/wiki/FlashFormats">
<channel>
<item>
<title>Bitrate Switching - Livestream - RTMP Red5 Publisher</title>
<description>Bitrate Switching using the RTMP protocol from a Red5 RTMP server.</description>
<media:group>
<media:content bitrate="100000" url="stream1258829480875" width="60000" /> <!-- workaround -->
<media:content bitrate="640" url="stream1258829480875" width="640" />
<media:content bitrate="480" url="stream1258829480875" width="480" />
<media:content bitrate="180" url="stream1258829480875" width="320" />
</media:group>
<media:thumbnail url="http://www.domain.com/images/animagefile.jpg" />
<jwplayer:streamer>rtmp://www.domain.com/oflaDemo</jwplayer:streamer>
<jwplayer:type>rtmp</jwplayer:type>
</item>
<item>
<title>Bitrate Switching - RTMP FMS</title>
<description>Bitrate switching for RTMP streaming is done on startup and with every seek and fullscreen switch.</description>
<media:group>
<media:content bitrate="150000" url="videos/8Juv1MVa-67727.mp4" width="108000" /> <!-- workaround -->
<media:content bitrate="1500" url="videos/8Juv1MVa-67727.mp4" width="1080" />
<media:content bitrate="1100" url="videos/8Juv1MVa-485.mp4" width="720" />
<media:content bitrate="700" url="videos/8Juv1MVa-484.mp4" width="480" />
<media:content bitrate="400" url="videos/8Juv1MVa-483.mp4" width="320" />
</media:group>
<media:thumbnail url="http://content.bitsontherun.com/thumbs/8Juv1MVa-480.jpg"/>
<jwplayer:streamer>rtmp://fms.12E5.edgecastcdn.net/0012E5</jwplayer:streamer>
<jwplayer:type>rtmp</jwplayer:type>
</item>
</channel>
</rss>
what's your livestream publisher & server?