配置文件中的每一項都是一個SrsConfDirective對象。
例子:vhost
1、 整個vhost 是一個SrsConfDirective對象。
1.1、名字:std::string name = vhost
1.2、參數:std::vectorstd::string args第0個值 = defaultVhost
1.3、子SrsConfDirective:后面整個{}內表示vhost 這個SrsConfDirective還有包含一個數組的SrsConfDirective。
(std::vector<SrsConfDirective*> directives),就包含hls和http_remux這兩個SrsConfiDirective.
hls 這個SrsConfDirective對象,沒有參數只有子SrsConfDirective。
分別為enabled,hls_path,hls_fragment,hls_window,
如:enabled on 這個SrsConfDirective,名字 = enabled,參數0 = on。