From 839d759e1f5b18f6bdf951a09689f1fe8b5e4232 Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Thu, 13 Dec 2018 09:48:28 -0800 Subject: [PATCH] Add note about 0 being the default maxBitRate --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 24d8d1c7..07fbfd88 100644 --- a/README.md +++ b/README.md @@ -448,6 +448,8 @@ Platforms: iOS #### maxBitRate Sets the desired limit, in bits per second, of network bandwidth consumption when multiple video streams are available for a playlist. +Default: 0. Don't limit the maxBitRate. + Example: ``` maxBitRate={2000000} // 2 megabits