1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
FFmpeg/libavformat
Florian Jacob c5c4ca6bc8 lavf/libssh: support reading config from ~/.ssh/config
libssh provides a function for parsing ~/.ssh/config for ssh connection parameters like user, hostname, identity file
and port. This patch makes ffmpeg use this function to take parameters from the config file for everything that's not
explicitely set in the url. It also supports host aliases, i.e. using a shorthand in the url and replacing it with the
hostname / IP address specified for the shorthand in the config file.

Signed-off-by: Florian Jacob <projects+ffmpeg@florianjacob.de>
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
2015-03-11 01:34:37 +01:00
..
2015-03-06 21:35:00 +01:00
2015-02-26 02:06:10 +01:00
2015-03-05 23:08:38 +01:00
2015-03-04 23:48:41 +01:00
2015-02-17 12:16:43 -05:00
2015-03-08 02:35:04 +00:00
2015-02-21 23:37:24 +02:00
2015-03-05 00:09:26 +01:00