From 69624f84ac33f834b60b73f48c5e8d488c27f4a2 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Tue, 28 May 2019 17:27:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=AE=BE=E7=BD=AE=E9=A1=B9?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Common/config.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Common/config.h b/src/Common/config.h index 028b34ee..07ef98c8 100644 --- a/src/Common/config.h +++ b/src/Common/config.h @@ -252,7 +252,11 @@ extern const char kFilePath[]; } //namespace Hls - +/** + * rtsp/rtmp播放器、推流器相关设置名, + * 这些设置项都不是配置文件用 + * 只用于设置某个播放器或推流器实例用 + */ namespace Client { //指定网卡ip extern const char kNetAdapter[];