UNPKG

544 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports["default"] = {
7 GOAL_BUFFER_LENGTH: 30,
8 MAX_GOAL_BUFFER_LENGTH: 60,
9 GOAL_BUFFER_LENGTH_RATE: 1,
10 // A fudge factor to apply to advertised playlist bitrates to account for
11 // temporary flucations in client bandwidth
12 BANDWIDTH_VARIANCE: 1.2,
13 // How much of the buffer must be filled before we consider upswitching
14 BUFFER_LOW_WATER_LINE: 0,
15 MAX_BUFFER_LOW_WATER_LINE: 30,
16 BUFFER_LOW_WATER_LINE_RATE: 1
17};
18module.exports = exports["default"];
\No newline at end of file