Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-07-22 11:14:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b56e7ef7abfde6cf8ba87ce1bf5329821cca4550
b56e7ef7
1 parent
2c9e16a9
complete main utest for config
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
312 行增加
和
0 行删除
trunk/src/utest/srs_utest_config.cpp
trunk/src/utest/srs_utest_config.cpp
查看文件 @
b56e7ef
...
...
@@ -3969,6 +3969,318 @@ VOID TEST(ConfigMainTest, ParseFullConf_bandcheck)
EXPECT_TRUE
(
NULL
==
conf
.
get_refer
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_refer_play
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_refer_publish
(
vhost
));
EXPECT_EQ
(
65000
,
conf
.
get_chunk_size
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_forward
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_http_hooks_enabled
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_connect
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_close
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_publish
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_unpublish
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_play
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_stop
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_dvr_hss_reap_flv
(
vhost
));
EXPECT_TRUE
(
conf
.
get_bw_check_enabled
(
vhost
));
EXPECT_STREQ
(
"35c9b402c12a7246868752e2878f7e0e"
,
conf
.
get_bw_check_key
(
vhost
).
c_str
());
EXPECT_EQ
(
30000
,
conf
.
get_bw_check_interval_ms
(
vhost
));
EXPECT_EQ
(
4000
,
conf
.
get_bw_check_limit_kbps
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_is_edge
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_is_edge
(
conf
.
get_vhost
(
vhost
)));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_edge_origin
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_edge_token_traverse
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_transcode
(
vhost
,
""
));
EXPECT_FALSE
(
conf
.
get_transcode_enabled
(
NULL
));
EXPECT_TRUE
(
conf
.
get_transcode_ffmpeg
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_transcode_engines
(
NULL
).
size
()
==
0
);
EXPECT_FALSE
(
conf
.
get_engine_enabled
(
NULL
));
EXPECT_STREQ
(
"flv"
,
conf
.
get_engine_iformat
(
NULL
).
c_str
());
EXPECT_TRUE
(
conf
.
get_engine_vfilter
(
NULL
).
size
()
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vcodec
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_engine_vbitrate
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vfps
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vwidth
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vheight
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vthreads
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vprofile
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_engine_vpreset
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_engine_vparams
(
NULL
).
size
()
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_acodec
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_engine_abitrate
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_asample_rate
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_achannels
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_aparams
(
NULL
).
size
()
==
0
);
EXPECT_STREQ
(
"flv"
,
conf
.
get_engine_oformat
(
NULL
).
c_str
());
EXPECT_TRUE
(
conf
.
get_engine_output
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_ingesters
(
vhost
).
size
()
==
0
);
EXPECT_TRUE
(
NULL
==
conf
.
get_ingest_by_id
(
vhost
,
""
));
EXPECT_FALSE
(
conf
.
get_ingest_enabled
(
NULL
));
EXPECT_TRUE
(
conf
.
get_ingest_ffmpeg
(
NULL
).
empty
());
EXPECT_STREQ
(
"file"
,
conf
.
get_ingest_input_type
(
NULL
).
c_str
());
EXPECT_TRUE
(
conf
.
get_ingest_input_url
(
NULL
).
empty
());
EXPECT_FALSE
(
conf
.
get_hls_enabled
(
vhost
));
EXPECT_STREQ
(
"./objs/nginx/html"
,
conf
.
get_hls_path
(
vhost
).
c_str
());
EXPECT_EQ
(
10
,
conf
.
get_hls_fragment
(
vhost
));
EXPECT_EQ
(
60
,
conf
.
get_hls_window
(
vhost
));
EXPECT_FALSE
(
conf
.
get_dvr_enabled
(
vhost
));
EXPECT_STREQ
(
"./objs/nginx/html"
,
conf
.
get_dvr_path
(
vhost
).
c_str
());
EXPECT_STREQ
(
"session"
,
conf
.
get_dvr_plan
(
vhost
).
c_str
());
EXPECT_EQ
(
30
,
conf
.
get_dvr_duration
(
vhost
));
EXPECT_TRUE
(
SrsRtmpJitterAlgorithmFULL
==
conf
.
get_dvr_time_jitter
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_http_enabled
(
vhost
));
EXPECT_STREQ
(
"/"
,
conf
.
get_vhost_http_mount
(
vhost
).
c_str
());
EXPECT_STREQ
(
"./objs/nginx/html"
,
conf
.
get_vhost_http_dir
(
vhost
).
c_str
());
}
VOID
TEST
(
ConfigMainTest
,
ParseFullConf_chunksize
)
{
string
vhost
;
MockSrsConfig
conf
;
EXPECT_TRUE
(
ERROR_SUCCESS
==
conf
.
parse
(
__full_conf
));
vhost
=
"chunksize.srs.com"
;
EXPECT_TRUE
(
conf
.
get_vhost_enabled
(
vhost
));
EXPECT_TRUE
(
conf
.
get_vhost_enabled
(
conf
.
get_vhost
(
vhost
)));
EXPECT_TRUE
(
conf
.
get_gop_cache
(
vhost
));
EXPECT_FALSE
(
conf
.
get_atc
(
vhost
));
EXPECT_TRUE
(
conf
.
get_atc_auto
(
vhost
));
EXPECT_TRUE
(
conf
.
get_time_jitter
(
vhost
)
==
SrsRtmpJitterAlgorithmFULL
);
EXPECT_FLOAT_EQ
(
30
,
conf
.
get_queue_length
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_refer
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_refer_play
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_refer_publish
(
vhost
));
EXPECT_EQ
(
128
,
conf
.
get_chunk_size
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_forward
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_http_hooks_enabled
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_connect
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_close
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_publish
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_unpublish
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_play
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_stop
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_dvr_hss_reap_flv
(
vhost
));
EXPECT_FALSE
(
conf
.
get_bw_check_enabled
(
vhost
));
EXPECT_TRUE
(
conf
.
get_bw_check_key
(
vhost
).
empty
());
EXPECT_EQ
(
30000
,
conf
.
get_bw_check_interval_ms
(
vhost
));
EXPECT_EQ
(
1000
,
conf
.
get_bw_check_limit_kbps
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_is_edge
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_is_edge
(
conf
.
get_vhost
(
vhost
)));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_edge_origin
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_edge_token_traverse
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_transcode
(
vhost
,
""
));
EXPECT_FALSE
(
conf
.
get_transcode_enabled
(
NULL
));
EXPECT_TRUE
(
conf
.
get_transcode_ffmpeg
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_transcode_engines
(
NULL
).
size
()
==
0
);
EXPECT_FALSE
(
conf
.
get_engine_enabled
(
NULL
));
EXPECT_STREQ
(
"flv"
,
conf
.
get_engine_iformat
(
NULL
).
c_str
());
EXPECT_TRUE
(
conf
.
get_engine_vfilter
(
NULL
).
size
()
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vcodec
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_engine_vbitrate
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vfps
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vwidth
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vheight
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vthreads
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vprofile
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_engine_vpreset
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_engine_vparams
(
NULL
).
size
()
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_acodec
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_engine_abitrate
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_asample_rate
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_achannels
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_aparams
(
NULL
).
size
()
==
0
);
EXPECT_STREQ
(
"flv"
,
conf
.
get_engine_oformat
(
NULL
).
c_str
());
EXPECT_TRUE
(
conf
.
get_engine_output
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_ingesters
(
vhost
).
size
()
==
0
);
EXPECT_TRUE
(
NULL
==
conf
.
get_ingest_by_id
(
vhost
,
""
));
EXPECT_FALSE
(
conf
.
get_ingest_enabled
(
NULL
));
EXPECT_TRUE
(
conf
.
get_ingest_ffmpeg
(
NULL
).
empty
());
EXPECT_STREQ
(
"file"
,
conf
.
get_ingest_input_type
(
NULL
).
c_str
());
EXPECT_TRUE
(
conf
.
get_ingest_input_url
(
NULL
).
empty
());
EXPECT_FALSE
(
conf
.
get_hls_enabled
(
vhost
));
EXPECT_STREQ
(
"./objs/nginx/html"
,
conf
.
get_hls_path
(
vhost
).
c_str
());
EXPECT_EQ
(
10
,
conf
.
get_hls_fragment
(
vhost
));
EXPECT_EQ
(
60
,
conf
.
get_hls_window
(
vhost
));
EXPECT_FALSE
(
conf
.
get_dvr_enabled
(
vhost
));
EXPECT_STREQ
(
"./objs/nginx/html"
,
conf
.
get_dvr_path
(
vhost
).
c_str
());
EXPECT_STREQ
(
"session"
,
conf
.
get_dvr_plan
(
vhost
).
c_str
());
EXPECT_EQ
(
30
,
conf
.
get_dvr_duration
(
vhost
));
EXPECT_TRUE
(
SrsRtmpJitterAlgorithmFULL
==
conf
.
get_dvr_time_jitter
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_http_enabled
(
vhost
));
EXPECT_STREQ
(
"/"
,
conf
.
get_vhost_http_mount
(
vhost
).
c_str
());
EXPECT_STREQ
(
"./objs/nginx/html"
,
conf
.
get_vhost_http_dir
(
vhost
).
c_str
());
}
VOID
TEST
(
ConfigMainTest
,
ParseFullConf_jitter
)
{
string
vhost
;
MockSrsConfig
conf
;
EXPECT_TRUE
(
ERROR_SUCCESS
==
conf
.
parse
(
__full_conf
));
vhost
=
"jitter.srs.com"
;
EXPECT_TRUE
(
conf
.
get_vhost_enabled
(
vhost
));
EXPECT_TRUE
(
conf
.
get_vhost_enabled
(
conf
.
get_vhost
(
vhost
)));
EXPECT_TRUE
(
conf
.
get_gop_cache
(
vhost
));
EXPECT_FALSE
(
conf
.
get_atc
(
vhost
));
EXPECT_TRUE
(
conf
.
get_atc_auto
(
vhost
));
EXPECT_TRUE
(
conf
.
get_time_jitter
(
vhost
)
==
SrsRtmpJitterAlgorithmFULL
);
EXPECT_FLOAT_EQ
(
30
,
conf
.
get_queue_length
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_refer
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_refer_play
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_refer_publish
(
vhost
));
EXPECT_EQ
(
60000
,
conf
.
get_chunk_size
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_forward
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_http_hooks_enabled
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_connect
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_close
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_publish
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_unpublish
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_play
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_stop
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_dvr_hss_reap_flv
(
vhost
));
EXPECT_FALSE
(
conf
.
get_bw_check_enabled
(
vhost
));
EXPECT_TRUE
(
conf
.
get_bw_check_key
(
vhost
).
empty
());
EXPECT_EQ
(
30000
,
conf
.
get_bw_check_interval_ms
(
vhost
));
EXPECT_EQ
(
1000
,
conf
.
get_bw_check_limit_kbps
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_is_edge
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_is_edge
(
conf
.
get_vhost
(
vhost
)));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_edge_origin
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_edge_token_traverse
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_transcode
(
vhost
,
""
));
EXPECT_FALSE
(
conf
.
get_transcode_enabled
(
NULL
));
EXPECT_TRUE
(
conf
.
get_transcode_ffmpeg
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_transcode_engines
(
NULL
).
size
()
==
0
);
EXPECT_FALSE
(
conf
.
get_engine_enabled
(
NULL
));
EXPECT_STREQ
(
"flv"
,
conf
.
get_engine_iformat
(
NULL
).
c_str
());
EXPECT_TRUE
(
conf
.
get_engine_vfilter
(
NULL
).
size
()
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vcodec
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_engine_vbitrate
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vfps
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vwidth
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vheight
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vthreads
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vprofile
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_engine_vpreset
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_engine_vparams
(
NULL
).
size
()
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_acodec
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_engine_abitrate
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_asample_rate
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_achannels
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_aparams
(
NULL
).
size
()
==
0
);
EXPECT_STREQ
(
"flv"
,
conf
.
get_engine_oformat
(
NULL
).
c_str
());
EXPECT_TRUE
(
conf
.
get_engine_output
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_ingesters
(
vhost
).
size
()
==
0
);
EXPECT_TRUE
(
NULL
==
conf
.
get_ingest_by_id
(
vhost
,
""
));
EXPECT_FALSE
(
conf
.
get_ingest_enabled
(
NULL
));
EXPECT_TRUE
(
conf
.
get_ingest_ffmpeg
(
NULL
).
empty
());
EXPECT_STREQ
(
"file"
,
conf
.
get_ingest_input_type
(
NULL
).
c_str
());
EXPECT_TRUE
(
conf
.
get_ingest_input_url
(
NULL
).
empty
());
EXPECT_FALSE
(
conf
.
get_hls_enabled
(
vhost
));
EXPECT_STREQ
(
"./objs/nginx/html"
,
conf
.
get_hls_path
(
vhost
).
c_str
());
EXPECT_EQ
(
10
,
conf
.
get_hls_fragment
(
vhost
));
EXPECT_EQ
(
60
,
conf
.
get_hls_window
(
vhost
));
EXPECT_FALSE
(
conf
.
get_dvr_enabled
(
vhost
));
EXPECT_STREQ
(
"./objs/nginx/html"
,
conf
.
get_dvr_path
(
vhost
).
c_str
());
EXPECT_STREQ
(
"session"
,
conf
.
get_dvr_plan
(
vhost
).
c_str
());
EXPECT_EQ
(
30
,
conf
.
get_dvr_duration
(
vhost
));
EXPECT_TRUE
(
SrsRtmpJitterAlgorithmFULL
==
conf
.
get_dvr_time_jitter
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_http_enabled
(
vhost
));
EXPECT_STREQ
(
"/"
,
conf
.
get_vhost_http_mount
(
vhost
).
c_str
());
EXPECT_STREQ
(
"./objs/nginx/html"
,
conf
.
get_vhost_http_dir
(
vhost
).
c_str
());
}
VOID
TEST
(
ConfigMainTest
,
ParseFullConf_atc
)
{
string
vhost
;
MockSrsConfig
conf
;
EXPECT_TRUE
(
ERROR_SUCCESS
==
conf
.
parse
(
__full_conf
));
vhost
=
"atc.srs.com"
;
EXPECT_TRUE
(
conf
.
get_vhost_enabled
(
vhost
));
EXPECT_TRUE
(
conf
.
get_vhost_enabled
(
conf
.
get_vhost
(
vhost
)));
EXPECT_TRUE
(
conf
.
get_gop_cache
(
vhost
));
EXPECT_TRUE
(
conf
.
get_atc
(
vhost
));
EXPECT_TRUE
(
conf
.
get_atc_auto
(
vhost
));
EXPECT_TRUE
(
conf
.
get_time_jitter
(
vhost
)
==
SrsRtmpJitterAlgorithmFULL
);
EXPECT_FLOAT_EQ
(
30
,
conf
.
get_queue_length
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_refer
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_refer_play
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_refer_publish
(
vhost
));
EXPECT_EQ
(
60000
,
conf
.
get_chunk_size
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_forward
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_http_hooks_enabled
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_connect
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_close
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_publish
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_unpublish
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_play
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_stop
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_on_dvr_hss_reap_flv
(
vhost
));
EXPECT_FALSE
(
conf
.
get_bw_check_enabled
(
vhost
));
EXPECT_TRUE
(
conf
.
get_bw_check_key
(
vhost
).
empty
());
EXPECT_EQ
(
30000
,
conf
.
get_bw_check_interval_ms
(
vhost
));
EXPECT_EQ
(
1000
,
conf
.
get_bw_check_limit_kbps
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_is_edge
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_is_edge
(
conf
.
get_vhost
(
vhost
)));
EXPECT_TRUE
(
NULL
==
conf
.
get_vhost_edge_origin
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_edge_token_traverse
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_transcode
(
vhost
,
""
));
EXPECT_FALSE
(
conf
.
get_transcode_enabled
(
NULL
));
EXPECT_TRUE
(
conf
.
get_transcode_ffmpeg
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_transcode_engines
(
NULL
).
size
()
==
0
);
EXPECT_FALSE
(
conf
.
get_engine_enabled
(
NULL
));
EXPECT_STREQ
(
"flv"
,
conf
.
get_engine_iformat
(
NULL
).
c_str
());
EXPECT_TRUE
(
conf
.
get_engine_vfilter
(
NULL
).
size
()
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vcodec
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_engine_vbitrate
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vfps
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vwidth
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vheight
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vthreads
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_vprofile
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_engine_vpreset
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_engine_vparams
(
NULL
).
size
()
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_acodec
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_engine_abitrate
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_asample_rate
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_achannels
(
NULL
)
==
0
);
EXPECT_TRUE
(
conf
.
get_engine_aparams
(
NULL
).
size
()
==
0
);
EXPECT_STREQ
(
"flv"
,
conf
.
get_engine_oformat
(
NULL
).
c_str
());
EXPECT_TRUE
(
conf
.
get_engine_output
(
NULL
).
empty
());
EXPECT_TRUE
(
conf
.
get_ingesters
(
vhost
).
size
()
==
0
);
EXPECT_TRUE
(
NULL
==
conf
.
get_ingest_by_id
(
vhost
,
""
));
EXPECT_FALSE
(
conf
.
get_ingest_enabled
(
NULL
));
EXPECT_TRUE
(
conf
.
get_ingest_ffmpeg
(
NULL
).
empty
());
EXPECT_STREQ
(
"file"
,
conf
.
get_ingest_input_type
(
NULL
).
c_str
());
EXPECT_TRUE
(
conf
.
get_ingest_input_url
(
NULL
).
empty
());
EXPECT_FALSE
(
conf
.
get_hls_enabled
(
vhost
));
EXPECT_STREQ
(
"./objs/nginx/html"
,
conf
.
get_hls_path
(
vhost
).
c_str
());
EXPECT_EQ
(
10
,
conf
.
get_hls_fragment
(
vhost
));
EXPECT_EQ
(
60
,
conf
.
get_hls_window
(
vhost
));
EXPECT_FALSE
(
conf
.
get_dvr_enabled
(
vhost
));
EXPECT_STREQ
(
"./objs/nginx/html"
,
conf
.
get_dvr_path
(
vhost
).
c_str
());
EXPECT_STREQ
(
"session"
,
conf
.
get_dvr_plan
(
vhost
).
c_str
());
EXPECT_EQ
(
30
,
conf
.
get_dvr_duration
(
vhost
));
EXPECT_TRUE
(
SrsRtmpJitterAlgorithmFULL
==
conf
.
get_dvr_time_jitter
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_http_enabled
(
vhost
));
EXPECT_STREQ
(
"/"
,
conf
.
get_vhost_http_mount
(
vhost
).
c_str
());
EXPECT_STREQ
(
"./objs/nginx/html"
,
conf
.
get_vhost_http_dir
(
vhost
).
c_str
());
}
VOID
TEST
(
ConfigMainTest
,
ParseFullConf_removed
)
{
string
vhost
;
MockSrsConfig
conf
;
EXPECT_TRUE
(
ERROR_SUCCESS
==
conf
.
parse
(
__full_conf
));
vhost
=
"removed.srs.com"
;
EXPECT_FALSE
(
conf
.
get_vhost_enabled
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_enabled
(
conf
.
get_vhost
(
vhost
)));
EXPECT_TRUE
(
conf
.
get_gop_cache
(
vhost
));
EXPECT_FALSE
(
conf
.
get_atc
(
vhost
));
EXPECT_TRUE
(
conf
.
get_atc_auto
(
vhost
));
EXPECT_TRUE
(
conf
.
get_time_jitter
(
vhost
)
==
SrsRtmpJitterAlgorithmFULL
);
EXPECT_FLOAT_EQ
(
30
,
conf
.
get_queue_length
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_refer
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_refer_play
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_refer_publish
(
vhost
));
EXPECT_EQ
(
60000
,
conf
.
get_chunk_size
(
vhost
));
EXPECT_TRUE
(
NULL
==
conf
.
get_forward
(
vhost
));
EXPECT_FALSE
(
conf
.
get_vhost_http_hooks_enabled
(
vhost
));
...
...
请
注册
或
登录
后发表评论