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

2020-08-07 Thread Moritz Barsnick
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 ffmp

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

2020-08-05 Thread 486179
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) how to set http proxy? thanks ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://