mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
SRT: Add srt vhost section to full.conf.
This commit is contained in:
parent
ef553b571c
commit
3616c9976a
1 changed files with 8 additions and 0 deletions
|
@ -376,6 +376,14 @@ srt_server {
|
|||
recvbuf 2000000;
|
||||
}
|
||||
|
||||
vhost srt.vhost.srs.com {
|
||||
srt {
|
||||
enabled on;
|
||||
srt_to_rtmp on;
|
||||
rtmp_to_srt on;
|
||||
}
|
||||
}
|
||||
|
||||
#############################################################################################
|
||||
# WebRTC server section
|
||||
#############################################################################################
|
||||
|
|
Loading…
Reference in a new issue