[FFmpeg-devel] [PATCH] avformat/libssh: add AVOptions for authentication

Nicolas Frattaroli ffmpeg at fratti.ch
Tue Jul 14 23:11:07 EEST 2020


Actually, forget this patch. It was modeled after the previous AVOption patch
I sent for the ftp protocol, but a better more generic approach would be to
have some sort of callback for API users so they can just implement .netrc.

Like this, with just AVOption for usernames and passwords, we can't really
implement it for HTTP due to a request leading to redirects which can then
change the domain to something else.


More information about the ffmpeg-devel mailing list