1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-01 04:31:39 +00:00
mpv/player/lua
Ricardo Constantino eaa97daf65
ytdl_hook: pass http proxy to ffmpeg
FFmpeg only suppports http proxies and ignores it if
the resulting url is https. Also, no SOCKS.
Use it like `--ytdl-raw-options=proxy=[http://127.0.0.1:3128]` so
it doesn't confuse mpv because of the colons.

You need to pass it as an option because youtube-dl doesn't give
us the proxy.

Or just set `http_proxy` environment variable as recommended before.

Added example using -append, which doesn't need escaping.
2018-01-30 12:19:34 +00:00
..
assdraw.lua
defaults.lua lua: implement mp_utils.format_bytes_humanized 2017-12-26 18:40:43 +01:00
options.lua
osc.lua osc: leave only demuxer cache duration and limit its refresh rate 2018-01-14 12:57:37 +00:00
stats.lua stats: enhance cache stats 2017-12-26 18:40:43 +01:00
ytdl_hook.lua ytdl_hook: pass http proxy to ffmpeg 2018-01-30 12:19:34 +00:00