79091755

Date: 2024-10-15 21:11:50
Score: 1
Natty:
Report link

just in case you haven’t figured this out yet, I managed to get videojs to keep filling the buffer while pause by doing this:

player.on("loadedmetadata", function () {
    videojs.Vhs.GOAL_BUFFER_LENGTH = player.duration();
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: lmarzetti