glenskie16
glenskie16

Reputation: 51

hls.js prevent rewind and keeping segments

HLS.js is keeping about 5 or so mins of video in the player to be able to rewind. This is causing an issue with memory on my app. Is there an option or a way to just play live and not have any ability or keeping of segments so that the memory isn't rising?

Upvotes: 2

Views: 1996

Answers (1)

glenskie16
glenskie16

Reputation: 51

Issue is being fixed. https://github.com/video-dev/hls.js/pull/1845

Next release should have it. 0.11.1

Upvotes: 2

Related Questions