From 3616c9976a6da59c77952ab3deccdc782b49af76 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 25 May 2022 08:35:44 +0800 Subject: [PATCH] SRT: Add srt vhost section to full.conf. --- trunk/conf/full.conf | 8 ++++++++ 1 file changed, 8 insertions(+) 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 #############################################################################################