Update AbrController
Created by: nicosang
Hi,
this PR has to update AbrController class by set bitrate datas differently as described in comment :
//TODO change bitrateDict structure to hold one object for video and audio with initial and max values internal.
// This means you need to update all the logic around initial bitrate DOMStorage, RebController etc...
bitrateStore is defined in order to store datas like this :
bitrateStore [mediaType] :
- autoSwitch
- init
- min
- max
- streamId : -- currentQualityIndex -- topQualityIndex
Nico