diff --git a/bench/proxy/start.sh b/bench/proxy/start.sh index 1fc9b729..d58c5341 100644 --- a/bench/proxy/start.sh +++ b/bench/proxy/start.sh @@ -7,6 +7,7 @@ PROXY_PROTOCOL=tcp # source CONF="" +CONF="${CONF}hlsDisable: yes\n" CONF="${CONF}rtspAddress: :8555\n" CONF="${CONF}rtpAddress: :8002\n" CONF="${CONF}rtcpAddress: :8003\n" @@ -25,6 +26,7 @@ sleep 1 # proxy CONF="" +CONF="${CONF}hlsDisable: yes\n" CONF="${CONF}pprof: yes\n" CONF="${CONF}paths:\n" for i in $(seq 1 $PROXY_COUNT); do