mirror of
https://github.com/mpv-player/mpv
synced 2025-03-04 21:27:58 +00:00
Document -ipv4-only-proxy and -prefer-ip4/6.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10328 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
354a8559ad
commit
256799bb43
@ -753,6 +753,10 @@ Useful with broken/\:incomplete downloads, or badly created AVIs.
|
||||
You can only use this option if the underlying media supports seeking
|
||||
(i.e. not with stdin, pipe, etc).
|
||||
.TP
|
||||
.B \-ipv4-only-proxy
|
||||
Skip the proxy for IPv6 addresses.
|
||||
It will still be used for IPv4 connections.
|
||||
.TP
|
||||
.B \-mc <seconds/frame>
|
||||
Maximum A-V sync correction per frame (in seconds).
|
||||
.TP
|
||||
@ -793,6 +797,14 @@ demuxer selection.
|
||||
.B \-passwd <password> (see \-user option too)
|
||||
Specify password for http authentication.
|
||||
.TP
|
||||
.B \-prefer-ipv4
|
||||
Use IPv4 on network connections.
|
||||
Falls back to IPv6 automatically.
|
||||
.TP
|
||||
.B \-prefer-ipv6
|
||||
Use IPv6 on network connections.
|
||||
Falls back to IPv4 automatically.
|
||||
.TP
|
||||
.B \-rawaudio <option1:option2:...>
|
||||
This option lets you play raw audio files.
|
||||
It may also be used to play audio CDs which are not 44KHz 16Bit stereo.
|
||||
|
Loading…
Reference in New Issue
Block a user