forked from jchomaz/Vulture
Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
21
VApp/node_modules/@videojs/http-streaming/src/config.js
generated
vendored
Normal file
21
VApp/node_modules/@videojs/http-streaming/src/config.js
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
export default {
|
||||
GOAL_BUFFER_LENGTH: 30,
|
||||
MAX_GOAL_BUFFER_LENGTH: 60,
|
||||
BACK_BUFFER_LENGTH: 30,
|
||||
GOAL_BUFFER_LENGTH_RATE: 1,
|
||||
// 0.5 MB/s
|
||||
INITIAL_BANDWIDTH: 4194304,
|
||||
// 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,
|
||||
|
||||
// TODO: Remove this when experimentalBufferBasedABR is removed
|
||||
EXPERIMENTAL_MAX_BUFFER_LOW_WATER_LINE: 16,
|
||||
|
||||
BUFFER_LOW_WATER_LINE_RATE: 1,
|
||||
// If the buffer is greater than the high water line, we won't switch down
|
||||
BUFFER_HIGH_WATER_LINE: 30
|
||||
};
|
||||
Reference in New Issue
Block a user