"RokuJoel" wrote:
if you have an HLS stream url, go into the simplevideoplayer example, uncomment the big buck bunny HLS example in appMain.brs
' Big Buck Bunny test stream from Wowza
urls = ["http://..."]
qualities = ["HD"]
streamformat = "hls"
'title = "Big Buck Bunny"
srt=""
replace the url between the brackets and quotes with your url, add a line: srt="" save the file, zip, side load to your Roku and see if that works.
Joel
Thanks for your reply. This is what I did, changed as you mentioned:
' Big Buck Bunny test stream from Wowza
urls = ["http://www.nasa.gov/multimedia/nasatv/NTV-Public-IPS.m3u8 "]
qualities = [“HD"]
streamformat = "hls"
'title = "Big Buck Bunny"
srt=""
Now the error is "Install Failure: No manifest. Invalid package." where did I do wrong :?: