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-07 16:33:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9a8eeb685db3a2e79342500d70593a38281829c2
9a8eeb68
1 parent
786ba5be
update package, add http server and api.
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
trunk/scripts/build.sh
trunk/scripts/package.sh
trunk/scripts/build.sh
查看文件 @
9a8eeb6
...
...
@@ -4,7 +4,7 @@ if [[ ! -d $src_dir ]]; then echo "错误:必须在src同目录执行脚本";
# step 1: build srs
echo
"编译SRS"
./configure --with-ssl --with-hls --with-http-server --with-ingest --with-transcode --with-http-callback
&&
make
./configure --with-ssl --with-hls --with-http-server --with-
http-api --with-
ingest --with-transcode --with-http-callback
&&
make
ret
=
$?
;
if
[[
0 -ne
$ret
]]
;
then
echo
"错误:编译SRS失败"
;
exit
$ret
;
fi
echo
"编译SRS成功"
...
...
trunk/scripts/package.sh
查看文件 @
9a8eeb6
...
...
@@ -94,7 +94,7 @@ if [ $DO_BUILD = YES ]; then
else
(
cd
$work_dir
&&
./configure --with-ssl --with-hls --with-
nginx --with-ffmpeg
--with-http-callback --prefix
=
$INSTALL
&&
make
./configure --with-ssl --with-hls --with-
http-server --with-http-api --with-ingest
--with-http-callback --prefix
=
$INSTALL
&&
make
)
>>
$log
2>&1
fi
ret
=
$?
;
if
[[
0 -ne
${
ret
}
]]
;
then
failed_msg
"build srs failed"
;
exit
$ret
;
fi
...
...
请
注册
或
登录
后发表评论