更该配置项名称

This commit is contained in:
xzl
2017-04-13 17:38:25 +08:00
parent e2ce16c70b
commit 84da660754
3 changed files with 10 additions and 10 deletions

View File

@@ -79,6 +79,8 @@ extern const char kServerName[];
extern const char kRootPath[];
//http 404错误提示内容
extern const char kNotFound[];
//HTTP访问url前缀
extern const char kHttpPrefix[];
}//namespace Http
////////////SHELL配置///////////
@@ -151,8 +153,6 @@ extern const char kSegmentDuration[];
extern const char kSegmentNum[];
//HLS文件写缓存大小
extern const char kFileBufSize[];
//HTTP访问url前缀
extern const char kHttpPrefix[];
//录制文件路径
extern const char kFilePath[];
} //namespace Hls