From 223854b01bd6bb2f362d1efa307fec6de147ceea Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 28 May 2022 01:37:26 +0200 Subject: rtmp/streamer: increase max message size --- roles/streaming/rtmp/streamer/templates/nginx.conf.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/streaming/rtmp') diff --git a/roles/streaming/rtmp/streamer/templates/nginx.conf.j2 b/roles/streaming/rtmp/streamer/templates/nginx.conf.j2 index 61cdfd92..2b778af2 100644 --- a/roles/streaming/rtmp/streamer/templates/nginx.conf.j2 +++ b/roles/streaming/rtmp/streamer/templates/nginx.conf.j2 @@ -19,6 +19,7 @@ rtmp { ping_timeout 3s; drop_idle_publisher 10s; idle_streams off; + max_message 4M; application {{ rtmp_streamer_app_name }} { live on; -- cgit v1.2.3