Thanks a lot Moritz, I figured the option placement later on, I
thought it applied to the whole command.
And you're right, all is done so that I can't stream from inside the
company to outside the company... except the company now wants to
stream outside.
I will try to get a SOCKS proxy installed..
On Mon, Jun 29, 2020 at 19:23:25 +0200, Verachten Bruno wrote:
> I'm trying to get ffmpeg to use a proxy. Here is my command:
> ffmpeg -http_proxy "http://192.168.0.217:3128/"; -i sample.h264 -c:v
> copy -c:a copy -f flv "rtmp://live-cdg.twitch.tv/app/live_toto"
> -loglevel debug
> Option http_pro
Thanks. I have just recompiled ffmpeg with librtmp, and I now have
access to the socks proxy option. Except my proxy is not a socks
proxy.
What about the -http_proxy option? Do I have to add a special option
to configure to get ffmpeg to understand this option?
Thanks.
On Mon, Jun 29, 2020 at 7:2
On 6/29/2020 10:23 AM, Verachten Bruno wrote:
Hi there,
I'm trying to get ffmpeg to use a proxy. Here is my command:
ffmpeg -http_proxy "http://192.168.0.217:3128/"; -i sample.h264 -c:v
copy -c:a copy -f flv "rtmp://live-cdg.twitch.tv/app/live_toto"
-loglevel debug
ffmpeg version 4.2.3 Copyri
Hi there,
I'm trying to get ffmpeg to use a proxy. Here is my command:
ffmpeg -http_proxy "http://192.168.0.217:3128/"; -i sample.h264 -c:v
copy -c:a copy -f flv "rtmp://live-cdg.twitch.tv/app/live_toto"
-loglevel debug
ffmpeg version 4.2.3 Copyright (c) 2000-2020 the FFmpeg developers
built wi