From dd8f7ff09aedae0a3db9b8539befe547b944bafe Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 3 Mar 2021 18:14:06 +0800 Subject: [PATCH] Enable HTTP-FLV for conf/rtc.conf --- trunk/conf/rtc.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trunk/conf/rtc.conf b/trunk/conf/rtc.conf index 02b97079b..b5a70eb07 100644 --- a/trunk/conf/rtc.conf +++ b/trunk/conf/rtc.conf @@ -34,5 +34,9 @@ vhost __defaultVhost__ { enabled on; bframe discard; } + http_remux { + enabled on; + mount [vhost]/[app]/[stream].flv; + } }