summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-27 18:07:53 +0200
committerwm4 <wm4@nowhere>2013-09-27 18:09:30 +0200
commitb7f01957ec37590a2143e45b377b8e6bb3bc36ed (patch)
treea9db70cd5906992170a4cd5798ec4bdd654518cf /DOCS
parentb8382aabb338db49b1cc0344a7ec386fa7f7f1c2 (diff)
downloadmpv-b7f01957ec37590a2143e45b377b8e6bb3bc36ed.tar.bz2
mpv-b7f01957ec37590a2143e45b377b8e6bb3bc36ed.tar.xz
network: add options to control TLS verification
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 2eac6ddee5..9230529d54 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -2283,6 +2283,14 @@
is often a slow operation, and if the title changes every frame,
playback can be ruined.
+``--tls-ca-file=<filename>``
+ Certificate authority database file for use with TLS. (Silently fails with
+ older ffmpeg or libav versions.)
+
+``--tls-verify``
+ Verify peer certificates when using TLS (e.g. with ``https://...``).
+ (Silently fails with older ffmpeg or libav versions.)
+
``--tv=<option1:option2:...>``
This option tunes various properties of the TV capture module. For
watching TV with mpv, use ``tv://`` or ``tv://<channel_number>`` or