Hi!
I'm running webos on raspberry pi. I encountered problem with html video playback, when several videos play one after another system seems to freeze - screen goes black and browser debugger connection is lost, only device restart helps.
I'm loading videos using Media source extensions api, like described here: https://github.com/webosose/build-webos/issues/5
Here's a minimal html example that plays two videos in a loop one after another: https://www.dropbox.com/s/s7e5za1irwzlxhh/media.zip?dl=1.
So on desktop this plays fine for hours. On webos it plays several loops (anywhere between 5 - 30 minutes) and then either device freezes or it restarts, and there's no way to debug because browser inspector connection is lost. What could be the reason for this?