Re: Unit 1.2 release

2018-06-08 Thread Ralph Seichter
On 07.06.18 18:07, Valentin V. Bartenev wrote: > Feature: configuration of environment variables for application > processes. My thanks to the Unit team, this new feature is going to save me a lot of headaches. -Ralph ___ nginx mailing list nginx@nginx

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: Performance of h2 is better than h2c

2018-06-08 Thread prabhat
yes. Both are running in different machines. OS used is ubuntu 14.04 Posted at Nginx Forum: https://forum.nginx.org/read.php?2,280098,280100#msg-280100 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Performance of h2 is better than h2c

2018-06-08 Thread Peter Booth
Is your client running n a different host than your server? > On 8 Jun 2018, at 5:35 AM, prabhat wrote: > > I am taking performance data on nginx. > The client I used is h2load > > Request per second using h2 is much higher than h2c. But I think it should > not be as h2 is having the overhead o

Performance of h2 is better than h2c

2018-06-08 Thread prabhat
I am taking performance data on nginx. The client I used is h2load Request per second using h2 is much higher than h2c. But I think it should not be as h2 is having the overhead of ssl. I have used the command ./h2load https://xx.xx.xx.xx:4070 -n50 -c1000 -t50 --- h2 ./h2load http://xx.xx.x

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