mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-24 12:01:56 -08:00
fix benchmarks
This commit is contained in:
parent
d338e04df7
commit
ca4cd29543
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ CONF="${CONF}rtpPort: 8002\n"
|
|||
CONF="${CONF}rtcpPort: 8003\n"
|
||||
echo -e "$CONF" > /source.conf
|
||||
|
||||
/rtsp-simple-server /source.conf &
|
||||
RTSP_RTMPDISABLE=yes /rtsp-simple-server /source.conf &
|
||||
|
||||
sleep 1
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ for i in $(seq 1 $PROXY_COUNT); do
|
|||
done
|
||||
echo -e "$CONF" > /proxy.conf
|
||||
|
||||
/rtsp-simple-server /proxy.conf &
|
||||
RTSP_RTMPDISABLE=yes /rtsp-simple-server /proxy.conf &
|
||||
|
||||
sleep 5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue