summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/streaming/rtmp/streamer/templates/nginx.conf.j21
1 files changed, 1 insertions, 0 deletions
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;