Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BOLA updates #1538

Merged
merged 1 commit into from
Aug 17, 2016
Merged

Conversation

spiterikevin
Copy link
Contributor

Major changes in the BOLA code, including:
removed some redundant features,
do not artificially limit buffer to a low level,
change startup heuristic,
handle low-latency live streaming better.

// TODO: currently based on 12 second buffer target, tweek to utilize a higher buffer target
// NOTE: in live streaming, the real buffer level can drop below minimumBufferS, but bola should not stick to lowest bitrate by using a virtual buffer level
function calculateParameters(minimumBufferS, bufferTargetS, bitrates, utilities) {
let highest_utility_index = NaN;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor issue but we should use camelCase for var names etc.

@dsparacio dsparacio merged commit e134159 into Dash-Industry-Forum:development Aug 17, 2016
@dsparacio dsparacio added this to the v2.3.0 milestone Aug 23, 2016
@spiterikevin spiterikevin deleted the bolaUpdates branch September 2, 2016 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants