From 9a89162f3f6919c6c2a1b7bcc08e2914cb390fd2 Mon Sep 17 00:00:00 2001 From: an Date: Wed, 8 Jul 2020 16:25:03 +0200 Subject: [PATCH] dash parameters --- nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx.conf b/nginx.conf index f6f066c..c68afc6 100644 --- a/nginx.conf +++ b/nginx.conf @@ -40,7 +40,9 @@ rtmp { application dash { live on; dash on; + dash_fragment 10s; dash_path /opt/data/dash; + dash_nested on; } } }