Hello, is there some additional code I can add to help the Roku stop going to the "Loading..." message a few times an hour watching HLS content?
Here is the code in the XML file;
<streamFormat>hls</streamFormat>
<media>
<streamQuality>HD</streamQuality>
<streamBitrate>0</streamBitrate>
<streamUrl>http://myserver.com/video.m3u8</streamUrl>
</media>
Would this help at all? :
<switchingStrategy>full-adaptation</switchingStrategy>if not in the XML, how about in the Roku channel code? Thank you