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-04-30 10:31:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a14220d4fb142a0f4bbecdd06b0ee7b4129983a2
a14220d4
1 parent
6ee49ee0
fix bug of auto bravo atc
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
trunk/src/app/srs_app_source.cpp
trunk/src/app/srs_app_source.cpp
查看文件 @
a14220d
...
...
@@ -823,6 +823,7 @@ int SrsSource::on_meta_data(SrsMessage* msg, SrsOnMetaDataPacket* metadata)
}
// if bravo-atc, open atc for vhost.
atc
=
_srs_config
->
get_atc
(
_req
->
vhost
);
if
((
prop
=
metadata
->
metadata
->
get_property
(
"bravo_atc"
))
!=
NULL
)
{
if
(
prop
->
is_string
()
&&
prop
->
to_str
()
==
"true"
)
{
atc
=
true
;
...
...
请
注册
或
登录
后发表评论