From 57efe9089cf51587d24686b98b319812e4c9ce23 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 13 Jul 2015 13:34:58 +0200 Subject: player: extend --hls-bitrate option Fixes #2116. --- DOCS/man/options.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'DOCS') 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=`` +``--hls-bitrate=>`` 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. -- cgit v1.2.3