mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 12:32:01 -08:00
fix benchmarks
This commit is contained in:
parent
4844f169f4
commit
163424dc32
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue