1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

For #1615, support default app(live) for vmix SRT. 4.0.9

This commit is contained in:
winlin 2020-02-25 13:22:44 +08:00
parent 771f07ee07
commit 90afd06c85
6 changed files with 27 additions and 3 deletions

View file

@ -290,6 +290,9 @@ srt_server {
connect_timeout 4000;
peerlatency 300;
recvlatency 300;
# Default app for vmix, see https://github.com/ossrs/srs/pull/1615
# default: live
default_app live;
}
#############################################################################################