Skip to content
Snippets Groups Projects
Commit 5abf0c77 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Disable ABR for now

parent 77fe52c9
No related branches found
No related tags found
1 merge request!98Work towards #123 adaptive bitrate
Pipeline #13017 passed
......@@ -13,7 +13,7 @@ using ftl::rgbd::detail::NetFrame;
ABRController::ABRController() {
bitrate_ = 0;
enabled_ = true;
enabled_ = false;
max_ = kBitrateBest;
min_ = kBitrateWorst;
}
......@@ -33,7 +33,7 @@ void ABRController::setMinimumBitrate(bitrate_t b) {
}
void ABRController::notifyChanged() {
enabled_ = true;
//enabled_ = true;
}
bitrate_t ABRController::selectBitrate(const NetFrame &frame) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment