mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +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;
|
recvbuf 2000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vhost srt.vhost.srs.com {
|
||||||
|
srt {
|
||||||
|
enabled on;
|
||||||
|
srt_to_rtmp on;
|
||||||
|
rtmp_to_srt on;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#############################################################################################
|
#############################################################################################
|
||||||
# WebRTC server section
|
# WebRTC server section
|
||||||
#############################################################################################
|
#############################################################################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue