Re: [FFmpeg-devel] [PATCH] lavf/tcp: add resolve_hosts option

2019-09-21 Thread Nicolas George
Rodger Combs (12019-09-21): > This can be used to resolve particular hosts offline without affecting > HTTP headers, TLS SNI, or cross-domain redirects. It works similarly to > curl's --resolve option, but without port-specific handling. > --- > libavformat/tcp.c | 27

[FFmpeg-devel] [PATCH] lavf/tcp: add resolve_hosts option

2019-09-21 Thread Rodger Combs
This can be used to resolve particular hosts offline without affecting HTTP headers, TLS SNI, or cross-domain redirects. It works similarly to curl's --resolve option, but without port-specific handling. --- libavformat/tcp.c | 27 +++ libavformat/version.h | 2 +- 2