I am trying to load a live streaming file from Livestream, with the api feed they gave me. I can load the feed in Safari and it works fine, and it also works in an iOS app that was built for my company. I cannot get it to work on my Roku app. My event is also streaming fine on the Livestream channel on Roku, but I can't figure out how they are making it work.
Here is the feed:
http://api.new.livestream.com/accounts/6957/events/1000825/live.m3u8I get this error when trying to load it in my Roku app:
Unspecified or invalid track path/urlI am loading the file on my Roku 2500x running software 5.5, and I'm not sure if this HLS file is not supported in this older Roku. I haven't tested on a newer Roku yet.
I did notice that when I load the file in Safari, a different stream from akamaihd.net appears in the browser bar. Also, if I try to load the stream in Chrome, it downloads a file called "master.m3u".
Here it what master.m3u outputs:
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=678000,RESOLUTION=768x432,CODECS="avc1.77.30, mp4a.40.2"
http://livestream-f.akamaihd.net/i/6957_1000825_08d4cce1_1@73194/index_678_av-p.m3u8?sd=10&dw=100&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=198000,RESOLUTION=480x270,CODECS="avc1.66.30, mp4a.40.2"
http://livestream-f.akamaihd.net/i/6957_1000825_08d4cce1_1@73194/index_198_av-p.m3u8?sd=10&dw=100&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2320000,RESOLUTION=1280x720,CODECS="avc1.77.30, mp4a.40.2"
http://livestream-f.akamaihd.net/i/6957_1000825_08d4cce1_1@73194/index_2320_av-p.m3u8?sd=10&dw=100&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=48000,CODECS="mp4a.40.2"
http://livestream-f.akamaihd.net/i/6957_1000825_08d4cce1_1@73194/index_198_a-p.m3u8?sd=10&dw=100&rebase=on
Any help would be appreciated.