Hello, I read on the forum that the Roku Video Player will adjust the bitrate of the file it is playing depending on network bandwidth conditions but does it do the same if the video is HLS and read from an XML file?
Example;
<streamFormat>hls</streamFormat>
<switchingStrategy>full-adaptation</switchingStrategy>
<media>
<streamQuality>HD</streamQuality>
<streamBitrate>0</streamBitrate>
<streamUrl>http://server.com/video.m3u8</streamUrl>
</media>