Can someone tell me why the rovideoscreen is not working. I have a manifest, source which has the main.brs file inside it, and images
This is the only thing I have in the source/main.brr file
Sub Main()
screen = CreateObject("roVideoScreen")
screen.SetContent({
Title: "My Video"
StreamFormat: "hls"
Stream: { URL: "http://ec2-184-72-239-149.compute-1.amazonaws.com:1935/demos/smil:bigbuckbunnyiphone.smil/playlist.m3u8"}
})
screen.Show()
End Sub
Can someone tell me what needs to be added "the code needed" to make this play
And if I use the "roVideoPlayer" will the coding be the same or will it change