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-10-24 13:23:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
05cce971407e13d30e2b0470b2fa3c43f5135180
05cce971
1 parent
7d70864b
for bug #186, read the args when discovery it. 2.0.6
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
trunk/src/rtmp/srs_protocol_stack.cpp
trunk/src/rtmp/srs_protocol_stack.cpp
查看文件 @
05cce97
...
...
@@ -1877,6 +1877,7 @@ int SrsConnectAppPacket::decode(SrsStream* stream)
// read the instance
if
((
ret
=
any
->
read
(
stream
))
!=
ERROR_SUCCESS
)
{
srs_error
(
"amf0 decode connect args failed. ret=%d"
,
ret
);
srs_freep
(
any
);
return
ret
;
}
...
...
请
注册
或
登录
后发表评论