From 8aa2d0ce070222a0f89e58b9a647626fe9eeaa7f Mon Sep 17 00:00:00 2001 From: ziyue <1213642868@qq.com> Date: Tue, 19 Oct 2021 15:22:48 +0800 Subject: [PATCH] add RTC_SCHEMA macros --- src/Common/macros.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Common/macros.h b/src/Common/macros.h index ed97b658..388fb0ef 100644 --- a/src/Common/macros.h +++ b/src/Common/macros.h @@ -58,6 +58,7 @@ #define VHOST_KEY "vhost" #define HTTP_SCHEMA "http" #define RTSP_SCHEMA "rtsp" +#define RTC_SCHEMA "rtc" #define RTMP_SCHEMA "rtmp" #define HLS_SCHEMA "hls" #define TS_SCHEMA "ts"