UNPKG

videojs-contrib-hls

Version:

Play back HLS with video.js, even where it's not natively supported

18 lines (17 loc) 544 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = { GOAL_BUFFER_LENGTH: 30, MAX_GOAL_BUFFER_LENGTH: 60, GOAL_BUFFER_LENGTH_RATE: 1, // A fudge factor to apply to advertised playlist bitrates to account for // temporary flucations in client bandwidth BANDWIDTH_VARIANCE: 1.2, // How much of the buffer must be filled before we consider upswitching BUFFER_LOW_WATER_LINE: 0, MAX_BUFFER_LOW_WATER_LINE: 30, BUFFER_LOW_WATER_LINE_RATE: 1 }; module.exports = exports["default"];