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-12-28 12:28:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9e3566451083358613d0ec3cb5f2fe84e8a2b091
9e356645
1 parent
a7b6974d
refine the simple handshake comment.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
trunk/src/rtmp/srs_protocol_rtmp.cpp
trunk/src/rtmp/srs_protocol_rtmp.cpp
查看文件 @
9e35664
...
...
@@ -288,7 +288,7 @@ int SrsHandshakeBytes::create_s0s1s2(const char* c1)
}
stream
.
write_1bytes
(
0x03
);
stream
.
write_4bytes
((
int32_t
)
::
time
(
NULL
));
// s
2
time2 copy from c1
// s
1
time2 copy from c1
if
(
c0c1
)
{
stream
.
write_bytes
(
c0c1
+
1
,
4
);
}
...
...
请
注册
或
登录
后发表评论