Hi thanks for info.
I have been messing around with the examples - what I am trying to do is make a plugin that reads an M3U8 playlist that contains several different feeds from my server.
for example:
#EXTINF:1,Channel One
http://123.0.0.1/playlist.m3u8#EXTINF:2,Channel Two
http://123.0.0.2/playlist.m3u8#EXTINF:3,Channel Three
http://123.0.0.3/playlist.m3u8#EXTINF:4,Channel Four
http://123.0.0.1/playlist.m3u8The plugin would then present these as a clickable? list - and whatever one you selected would then play a live stream.
In Plex Media Server there is a channel called IPTV that does exactly what I would like my Roku plugin to do.
I managed to throw together an JSON playlist but its not ideal - any advice would be greatly appreciated.