1
0
Fork 0
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:
winlin 2022-05-25 08:35:44 +08:00
parent ef553b571c
commit 3616c9976a

View file

@ -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
#############################################################################################