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-08-12 11:06:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aefcaa968350d5ac80b5fd5cd3258012f0330214
aefcaa96
1 parent
0cd2b13e
refine code, add install root message
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
1 行增加
和
2 行删除
trunk/scripts/install.sh
trunk/src/rtmp/srs_protocol_handshake.cpp
trunk/scripts/install.sh
查看文件 @
aefcaa9
...
...
@@ -111,5 +111,6 @@ echo ""
echo
"see: https://github.com/winlinvip/simple-rtmp-server/wiki/LinuxService"
echo
"install success, you can:"
echo
-e
"
${
GREEN
}
sudo /etc/init.d/srs start
${
BLACK
}
"
echo
"srs root is
${
INSTALL
}
"
exit
0
...
...
trunk/src/rtmp/srs_protocol_handshake.cpp
查看文件 @
aefcaa9
...
...
@@ -216,8 +216,6 @@ namespace _srs_internal
{
int
ret
=
ERROR_SUCCESS
;
int32_t
bits_count
=
1024
;
// create DH and copy the 128bytes public key
if
((
ret
=
__openssl_copy_key
(
pdh
,
public_key
,
ppk_size
))
!=
ERROR_SUCCESS
)
{
return
ret
;
...
...
请
注册
或
登录
后发表评论