I am using the following XML as a playlist for Bandwidth Switching via RMTP.
I have the 4 videos with different bitrate but the SAME resolutions.
The problem is the player is correctly identifying the 1 level to play (highest bitrate), but it's playing the last video defined in the XML (lowest bitrate).
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" >
<channel>
<item>
<title>Progressive download</title>
<link>http://www.bigbuckbunny.org/</link>
<description>Big Buck Bunny is a short animated film by the Blender Institute.</description>
<media:group>
<media:content bitrate="1500" url="vault/PVSR-01-000-Preview.mp4" width="640" />
<media:content bitrate="750" url="vault/edu-750.mp4" width="640" />
<media:content bitrate="500" url="vault/edu-500.mp4" width="640" />
<media:content bitrate="250" url="vault/edu-250.mp4" width="640" />
</media:group>
</item>
</channel>
</rss>
Which RTMP server and version are you using?
What version of the JW FLV Player are you using?