Hi all,
I am using roVideoplayer to play HLS videos along with roImageCanvas for displaying progress bar/other info for a video and for the most part, it works fine. However, if the video url is invalid or doesn't point to a video, I catch the error via msg.isRequestFailed() where I exit the event loop for the videoplayer and call videoplayer.Stop(), and also clear the canvas.
This just freezes the entire Roku most of the times and I don't see any logs after the videoplayer.Stop() statement, so it looks like brightscript just never returns from the stop() function. Then the only way to get back up is plug off/plug on the device.
Is this a known issue? This is on a Roku 3 with firmware 6.2, build 3467. Please advise.