danalex97 / abrcc

Cross-layer adaptive bitrate streaming algorithms implemented on top of QUIC and DASH.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Minerva

danalex97 opened this issue · comments

  1. Understand Beta @ Cubic
  2. Implement Minerva
    a) Computation of r_i w/ EWMA
    b) w_i update rule
    c) Utility computation (using MPC)
    d) Adjust Beta to Beta' @ Cubic

Basic version is done. We need to:

  • solve issue #33
  • add RMPC to backend

Done.