* Use a starting `bandwidth` value of `0.0625 MB/s` on Android devices
* Do not allow an up-switch in quality until a certain amount of forward buffer has been filled, `BUFFER_LOW_WATER_LINE`
* Dynamically increase the `BUFFER_LOW_WATER_LINE` and `GOAL_BUFFER_LENGTH` from `0 - > 30` and `30 -> 60` respectively during the first 30 seconds of playback
* Abort segment requests before completion if bandwidth reported by the XHR `progress` event shows that network conditions are not fast enough to complete the request without causing rebuffering
* first draft at fixing bandwidth tester and playing around with abr/bandwidth calculations
* More fixes and better per-millisecond resolution for simulation
* More fixes to allow reverting of non-network-simulation files back to their original content
* Added the ability to change bitrates and minor ABR settings
* Added a server that can simulate network conditions based on a network trace file
Added the ability to specify segment sizes for the simulator to simulate a specific video
Changed the simulator to use average bitrates for segment sizes if they are provided