
Auto Bitrate Option Not Showing for RSS Playlist
I am trying to migrate from JWPlayer 5 to 6 and I am having an issue getting ABR to function using my RSS feed. My feed has an m3u8 file and then some mp4 to fallback on. No matter what I do, the "Auto" option doesn't show up. I tried removing the m3u8 file and just have the mp4, but that didn't fix it. I tried removing the mp4 files and just using m3u8 and that didn't work either.
How can I resolve this?
Here is a sample of my RSS feed:
<rss version="2.0" xmlns:jwplayer="http://developer.longtailvideo.com/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>My Platlist</title>
<item>
<title>Video 1</title>
<description><![CDATA[{ Description for Video 1}]]></description>
<jwplayer:mediaid>134545</jwplayer:mediaid>
<jwplayer:duration>108</jwplayer:duration>
<jwplayer:date>Jun 27, 2015</jwplayer:date>
<jwplayer:author>9 Views</jwplayer:author>
<jwplayer:playlist.image>image.jpg</jwplayer:playlist.image>
<jwplayer:image_thumbnail>thumbnail.jpg</jwplayer:image_thumbnail>
<media:thumbnail url="thumbnail.jpg" />
<jwplayer:source file="video1.m3u8" bitrate="" width="" />
<jwplayer:source file="video_96k" bitrate="96000" width="320" />
<jwplayer:source file="video_640k" bitrate="64000" width="640" />
<jwplayer:source file="video_1800k" bitrate="1800000" width="1920" />
</item>
</channel>
</rss>