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
We have a live event next week, almost everything is ready but we face a very serious issue with our live player.
Could you please point me in the right direction how to clean these from the memory?
Description
We experience very high memory usage while watching live HLS streams from Mux with DVR.
After 30-40 minutes of watch time it reaches 2GB and Chrome crashes.
What I see from memory snapshots, that there are lot of RAW m3u8 strings kept in the heap:
Sources
Mux.io live stream, 5 quality playlists
Steps to reproduce
Use any Video.js version (tried with from 7.0.0)
Watch a live stream from Mux.io long enough.
Wait for the crash.
Results
Expected
I expect to happen that the older files are being deleted from memory.
Error output
If there are any errors in the console, from the player, or anywhere else please include them here:
Additional Information
Please include any additional information necessary here. Including the following:
videojs-http-streaming version / videojs version
Every version of Video.js I tried has the same exact issue.
Browsers
Chrome (haven't tried any other)
Platforms
Windows (haven't tried any other)
Other Plugins
Bare Video.js from CDN, tried non-vtt as well.
Other JavaScript
Nothing, just a <video> element in the body.
Thank you!
The text was updated successfully, but these errors were encountered:
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
Hello!
We have a live event next week, almost everything is ready but we face a very serious issue with our live player.
Could you please point me in the right direction how to clean these from the memory?
Description
We experience very high memory usage while watching live HLS streams from Mux with DVR.
Related: videojs/video.js#5973
Same old issue: #687
After 30-40 minutes of watch time it reaches 2GB and Chrome crashes.
What I see from memory snapshots, that there are lot of RAW m3u8 strings kept in the heap:
Sources
Mux.io live stream, 5 quality playlists
Steps to reproduce
Results
Expected
I expect to happen that the older files are being deleted from memory.
Error output
If there are any errors in the console, from the player, or anywhere else please include them here:
Additional Information
Please include any additional information necessary here. Including the following:
videojs-http-streaming version / videojs version
Every version of Video.js I tried has the same exact issue.
Browsers
Chrome (haven't tried any other)
Platforms
Windows (haven't tried any other)
Other Plugins
Bare Video.js from CDN, tried non-vtt as well.
Other JavaScript
Nothing, just a
<video>
element in the body.Thank you!
The text was updated successfully, but these errors were encountered: