nginx-rtmp-module icon indicating copy to clipboard operation
nginx-rtmp-module copied to clipboard

16 ngx-local-relay for each published stream, is it right ?

Open ffallah opened this issue 1 year ago • 0 comments

I have a server with 16 cores and I have these options in my nginx config :

multi_accept on;
worker_processes auto;
rtmp_auto_push on;

For every stream which gets published, it seems all nginx workers start consuming it through ngx-local-relay, I am not sure if it is the intended behaviour or not :

image

Any ideas ?

ffallah avatar Oct 12 '24 18:10 ffallah