[FFmpeg-devel] how to use http proxy in ffmpeg-devel

Moritz Barsnick barsnick at gmx.net
Fri Aug 7 12:56:24 EEST 2020


On Wed, Aug 05, 2020 at 20:48:20 +0800, 486179 wrote:
> for example
> avformat_alloc_output_context2(&putFmtCtx, NULL, "rtmp", "rtmp://1.1.1.1/live");
> or 
> avformat_open_input(&InputFmtCtx, "rtmp://1.1.1.1/live", 0, 0)

Wrong mailing list. For questions regarding the development with the
ffmpeg libav* libraries, please refer to the libav-user list:
https://ffmpeg.org/mailing-list-faq.html#What-type-of-questions-can-I-ask_003f

> how to set http proxy? thanks

RTMP cannot use an HTTP proxy.

Moritz


More information about the ffmpeg-devel mailing list