Re: increase video image size

2018-06-08 Thread Roman Arutyunyan
Hi, On Fri, Jun 08, 2018 at 05:15:57AM -0400, neuronetv wrote: > Roman Arutyunyan Wrote: > --- > > > Something like this should work: > > > > application /src { > > live on; > > exec_push ffmpeg -i rtmp://localhost/src/$name -c:a copy -

Re: increase video image size

2018-06-08 Thread neuronetv
Roman Arutyunyan Wrote: --- > Something like this should work: > > application /src { > live on; > exec_push ffmpeg -i rtmp://localhost/src/$name -c:a copy -c:v > libx264 > -s 640x480 -f flv rtmp://localhost/dst/$nam

Re: increase video image size

2018-06-07 Thread Roman Arutyunyan
Hi, On Thu, Jun 07, 2018 at 12:09:01PM -0400, neuronetv wrote: > I use ffmpeg to stream a live video from my home to a vps running nginx. The > video size coming from source (home) is 320x180. Is there any way nginx can > inflate the video image? Can it be done in the nginx.conf file? You can set

increase video image size

2018-06-07 Thread neuronetv
I use ffmpeg to stream a live video from my home to a vps running nginx. The video size coming from source (home) is 320x180. Is there any way nginx can inflate the video image? Can it be done in the nginx.conf file? This is my nginx.conf file: - worker_proc