I have the following m3u8 file I am trying to play on roku:
http://199.217.118.49:1935/wsnewrelease/playlist.m3u8I have the XML set up as follows:
<media>
<streamFormat>hls</streamFormat>
<streamQuality>SD</streamQuality>
<streamBitrate>1500</streamBitrate>
<streamUrl>http://199.217.118.49:1935/playlist.m3u8</streamUrl>
</media>
However, when I try to play it does not seem to work. Playing in VLC does not work either, but playing in safari (on osx) or ios seems to work fine. Can anyone provide any insight as to why this does not work, perhaps by analyzing the m3u8 file and structure?