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:
parent
771f07ee07
commit
90afd06c85
6 changed files with 27 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
#############################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue