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-02-27 09:53:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6e87a4014df7e51fa86d51d00f1fa14fe874d78c
6e87a401
1 parent
5d5a7f36
update readme for add wiki http hooks
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
README.md
README.md
查看文件 @
6e87a40
...
...
@@ -3,7 +3,7 @@ Simple-RTMP-Server
SRS(SIMPLE RTMP Server) over state-threads created in 2013.
<br/>
SRS is a simple, RTMP/HLS, high-performance, single(plan)/multiple processes, edge(plan)/origin live server.
<br/>
SRS supports
[
vhost
](
https://github.com/winlinvip/simple-rtmp-server/wiki/RtmpUrlVhost
)
, rtmp,
[
HLS
](
https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS
)
, transcoding, forward,
http hooks
.
<br/>
SRS supports
[
vhost
](
https://github.com/winlinvip/simple-rtmp-server/wiki/RtmpUrlVhost
)
, rtmp,
[
HLS
](
https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS
)
, transcoding, forward,
[
http hooks
](
https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPCallback
)
.
<br/>
Blog:
[
http://blog.csdn.net/win_lin
](
http://blog.csdn.net/win_lin
)
<br/>
See also:
[
https://github.com/winlinvip/simple-rtmp-server
](
https://github.com/winlinvip/simple-rtmp-server
)
<br/>
See also:
[
http://winlinvip.github.io/simple-rtmp-server
](
http://winlinvip.github.io/simple-rtmp-server
)
<br/>
...
...
@@ -271,7 +271,7 @@ Supported operating systems and hardware:
17.
Support live stream forward(acopy/vcopy) by ffmpeg.
<br/>
18.
Support ffmpeg filters(logo/overlay/crop), x264 params.
<br/>
19.
Support audio transcode only, speex/mp3 to aac
<br/>
20.
Support
http callback api hooks
(for authentication and injection).
<br/>
20.
Support
[
http callback api hooks
](
https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPCallback
)
(
for
authentication and injection).
<br/>
21.
Support bandwidth test api and flash client.
<br/>
22.
Player, publisher(encoder), and demo pages(jquery+bootstrap).
<br/>
23.
Demo video meeting or chat(SRS+cherrypy+jquery+bootstrap).
<br/>
...
...
@@ -359,7 +359,7 @@ See also: [Performance Test Guide](https://github.com/winlinvip/simple-rtmp-serv
*
v0.9, 2013-12-14, refine the thread model for the retry threads.
*
v0.9, 2013-12-10, auto install depends tools/libs on centos/ubuntu.
*
v0.8, 2013-12-08,
[
v0.8
](
https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.8
)
released. 19186 lines.
*
v0.8, 2013-12-08, support
http hooks
: on_connect/close/publish/unpublish/play/stop.
*
v0.8, 2013-12-08, support
[
http hooks
](
https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPCallback
)
: on_connect/close/publish/unpublish/play/stop.
*
v0.8, 2013-12-08, support multiple http hooks for a event.
*
v0.8, 2013-12-07, support http callback hooks, on_connect.
*
v0.8, 2013-12-07, support network based cli and json result, add CherryPy 3.2.4.
...
...
请
注册
或
登录
后发表评论