I have an application that loads an iframe that contains a player that streams a m3u8
video stream.
<iframe src="https://MY_SITE//IFRAME" width="100%" height="100%" allowFullScreen="" allow="autoplay; encrypted-media; picture-in-picture"/>
It works fine on WebOS 22+, however the same app would randomly crash on WebOS 6. I tried testing with YouTube iframes and they crash as well.
How can I play a video stream on WebOS stably?