diff --git a/trunk/conf/full.conf b/trunk/conf/full.conf index a84b3f3bc..0dcdbc46f 100644 --- a/trunk/conf/full.conf +++ b/trunk/conf/full.conf @@ -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 #############################################################################################