Skip to content

Commit 4ce091e

Browse files
committed
SRT: Update full.conf for review.
1 parent 05d3d96 commit 4ce091e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

trunk/conf/full.conf

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,13 +360,15 @@ srt_server {
360360
# The UDP listen port for SRT.
361361
listen 10080;
362362
# For detail parameters, please read wiki:
363-
# https://github.com/ossrs/srs/wiki/v4_CN_SRTParams
364-
# https://github.com/ossrs/srs/wiki/v4_EN_SRTParams
363+
# https://github.com/ossrs/srs/wiki/v5_CN_SRTParams
364+
# https://github.com/ossrs/srs/wiki/v5_EN_SRTParams
365365
maxbw 1000000000;
366366
connect_timeout 4000;
367+
# Default app for vmix, see https://github.com/ossrs/srs/pull/1615
368+
# default: live
369+
default_app live;
367370
peerlatency 0;
368371
recvlatency 0;
369-
# TODO: FIXME: Add comments.
370372
latency 0;
371373
tsbpdmode off;
372374
tlpktdrop off;

0 commit comments

Comments
 (0)