Hi guys,
I'm also having issues where Roku is stuck on the first entry of my SMIL file and does not "adapt" to any higher bitrates. Unlike Railfan, I have "hls" in lowercase in my XML file, see below:
<feed>
<resultLength>1></resultLength>
<endIndex>1</endIndex>
<item sdImg="http://xxx.jpg" hdImg="http://xxx.jpg">
<title>My Test Live Broadcast</title>
<contentId/>
<contentQuality>SD</contentQuality>
<streamFormat>hls</streamFormat>
<media>
<streamQuality>SD</streamQuality>
<streamBitrate>0</streamBitrate>
<streamUrl>
http://xxx:1935/xxx/smil:test.smil/playlist.m3u8
</streamUrl>
<SwitchingStrategy>full-adaption</SwitchingStrategy>
</media>
<synopsis>My Test Live Broadcast</synopsis>
<genres>Livestream</genres>
<runtime/>
</item>
</feed>
We are using the "VideoPlayer" sourcecode example from the SDK with no modifications to the showfeed.brs file. Can you kindly advise what you added to the showfeed.brs file that made the switching within your SMIL file work?
Many thanks for any help.