OvenPlayer icon indicating copy to clipboard operation
OvenPlayer copied to clipboard

Auto-refresh seems to generate a memory leak

Open ArturLinnik opened this issue 2 years ago • 1 comments

Hi,

I have set OvenPlayer to auto-refresh until it finds a stream like in this example #132 but it looks like the remove() method does not work properly because the memory that the Chrome tab is consuming is constantly increasing until the webpage crashes.

image

I'm using OvenPlayer downloading it from a CDN in Vue.js.

(OvenPlayer's version I'm using is v0.10.24, maybe this has been fixed in a new version but I didn't find it in the releases' information).

Thank you!

ArturLinnik avatar Dec 05 '23 08:12 ArturLinnik

@ArturLinnik Hi. Memory lick was fixed since https://github.com/AirenSoft/OvenPlayer/releases/tag/v0.10.31. Thanks!

SangwonOh avatar Jan 12 '24 10:01 SangwonOh