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
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 -
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
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
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
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