You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered an unexpected behavior with the hls-video element where it continues to load the HLS stream in the background even after the element has been removed from the DOM.
This behavior is causing unnecessary network usage and resource consumption.
I can see that the hls-video element has a #destroy method, but as the syntax indicates, it's private, so we can't call it from the outside.
Versions:
media-chrome: 4.3.1
hls-video-element: 1.4.1
hls-js: 1.5.20
Thanks.
The text was updated successfully, but these errors were encountered:
Hello.
I have encountered an unexpected behavior with the
hls-video
element where it continues to load the HLS stream in the background even after the element has been removed from the DOM.This behavior is causing unnecessary network usage and resource consumption.
I can see that the
hls-video
element has a#destroy
method, but as the syntax indicates, it's private, so we can't call it from the outside.Versions:
Thanks.
The text was updated successfully, but these errors were encountered: