sergey-dryabzhinsky / nginx-rtmp-module

NGINX-based Media Streaming Server
http://nginx-rtmp.blogspot.com
BSD 2-Clause "Simplified" License
1.02k stars 215 forks source link

Increase the NGX_RTMP_HLS_BUFSIZE for 8k Cameras #332

Closed git001 closed 2 years ago

git001 commented 3 years ago

I have to modify the NGX_RTMP_HLS_BUFSIZE in https://github.com/sergey-dryabzhinsky/nginx-rtmp-module/blob/dev/hls/ngx_rtmp_hls_module.c#L33 to be able to receive streams from 8k Cameras.

It would be nice when it's be possible to increase the buffer with a setting or ad a #ifdef HIGH_BUFFER... at build time.

sergey-dryabzhinsky commented 3 years ago

Pushed to dev. Try latest code.

git001 commented 3 years ago

Cool thanks.