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:22:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3c31e6db051b36cdfa71dd4985134a04b21c65ff
3c31e6db
1 parent
e3e18b99
for bug #186, read the args when discovery it. 1.0.4
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
trunk/src/rtmp/srs_protocol_stack.cpp
trunk/src/rtmp/srs_protocol_stack.cpp
查看文件 @
3c31e6d
...
...
@@ -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
;
}
...
...
请
注册
或
登录
后发表评论