Browse Source

fix benchmarks

pull/442/head
aler9 4 years ago
parent
commit
163424dc32
  1. 2
      bench/proxy/start.sh

2
bench/proxy/start.sh

@ -7,6 +7,7 @@ PROXY_PROTOCOL=tcp
# source # source
CONF="" CONF=""
CONF="${CONF}hlsDisable: yes\n"
CONF="${CONF}rtspAddress: :8555\n" CONF="${CONF}rtspAddress: :8555\n"
CONF="${CONF}rtpAddress: :8002\n" CONF="${CONF}rtpAddress: :8002\n"
CONF="${CONF}rtcpAddress: :8003\n" CONF="${CONF}rtcpAddress: :8003\n"
@ -25,6 +26,7 @@ sleep 1
# proxy # proxy
CONF="" CONF=""
CONF="${CONF}hlsDisable: yes\n"
CONF="${CONF}pprof: yes\n" CONF="${CONF}pprof: yes\n"
CONF="${CONF}paths:\n" CONF="${CONF}paths:\n"
for i in $(seq 1 $PROXY_COUNT); do for i in $(seq 1 $PROXY_COUNT); do

Loading…
Cancel
Save