There was an error while loading. Please reload this page.
1 parent 05d3d96 commit 4ce091eCopy full SHA for 4ce091e
trunk/conf/full.conf
@@ -360,13 +360,15 @@ srt_server {
360
# The UDP listen port for SRT.
361
listen 10080;
362
# 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
+ # https://github.com/ossrs/srs/wiki/v5_CN_SRTParams
+ # https://github.com/ossrs/srs/wiki/v5_EN_SRTParams
365
maxbw 1000000000;
366
connect_timeout 4000;
367
+ # Default app for vmix, see https://github.com/ossrs/srs/pull/1615
368
+ # default: live
369
+ default_app live;
370
peerlatency 0;
371
recvlatency 0;
- # TODO: FIXME: Add comments.
372
latency 0;
373
tsbpdmode off;
374
tlpktdrop off;
0 commit comments