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-03-30 18:47:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
17739e459b85e709400cb3cb6d19b2987321ed4e
17739e45
1 parent
104c143d
update readme, add csdn mirror
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
14 行增加
和
9 行删除
README.md
trunk/scripts/csdn.mirror.sh
README.md
查看文件 @
17739e4
#Simple-RTMP-Server
You can
[
Download Released SRS(下载发布版)
](
http://winlinvip.github.io/srs.release/releases/
)
[
下载发布版(github): Download Released SRS from github
](
http://winlinvip.github.io/srs.release/releases/
)
Or download from
[
chnvideo mirror(国内镜像)
](
http://demo.chnvideo.com:8085/srs/releases/
)
[
下载发布版(国内阿里云镜像): Download Realeased SRS from chnvideo mirror
](
http://demo.chnvideo.com:8085/srs/releases/
)
[
获得源码(github): Checkout SRS source from github
](
https://github.com/winlinvip/simple-rtmp-server
)
```
bash
git clone https://github.com/winlinvip/simple-rtmp-server.git
```
[
获得源码(国内CSDN镜像): Checkout SRS source from CSDN
](
https://code.csdn.net/winlinvip/srs-csdn/events
)
```
bash
git clone https://code.csdn.net/winlinvip/srs-csdn.git
```
## About
...
...
trunk/scripts/csdn.mirror.sh
查看文件 @
17739e4
...
...
@@ -42,13 +42,6 @@ git checkout master && git merge srs.master
ret
=
$?
;
if
[[
0 -ne
$ret
]]
;
then
failed_msg
"合并github分支失败, ret=
$ret
"
;
exit
$ret
;
fi
ok_msg
"合并github分支成功"
git commit -a -m
"merge from github.srs"
ret
=
$?
;
if
[[
0 -ne
$ret
]]
;
then
warn_msg
"提交CSDN失败,忽略, ret=
$ret
"
;
else
ok_msg
"提交CSDN成功"
fi
for
((
;;
))
;
do
git push
ret
=
$?
;
if
[[
0 -ne
$ret
]]
;
then
...
...
请
注册
或
登录
后发表评论