summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-07-13 13:34:58 +0200
committerwm4 <wm4@nowhere>2015-07-13 13:34:58 +0200
commit57efe9089cf51587d24686b98b319812e4c9ce23 (patch)
tree8c79a8aa60f67f7112506c096a313c024fcf1ce4 /DOCS
parent0d35c78a6cf4a155ec32ccc07ce7ec80bf1e4318 (diff)
downloadmpv-57efe9089cf51587d24686b98b319812e4c9ce23.tar.bz2
mpv-57efe9089cf51587d24686b98b319812e4c9ce23.tar.xz
player: extend --hls-bitrate option
Fixes #2116.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 0b344b5b9e..494bf4b3ea 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3192,7 +3192,7 @@ Network
network transport when playing ``rtsp://...`` URLs. The value ``lavf``
leaves the decision to libavformat.
-``--hls-bitrate=<no|min|max>``
+``--hls-bitrate=<no|min|max|<rate>>``
If HLS streams are played, this option controls what streams are selected
by default. The option allows the following parameters:
@@ -3201,6 +3201,9 @@ Network
:min: Pick the streams with the lowest bitrate.
:max: Same, but highest bitrate. (Default.)
+ Additionally, if the option is a number, the stream with the highest rate
+ equal or below the option value is selected.
+
The bitrate as used is sent by the server, and there's no guarantee it's
actually meaningful.