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
2013-11-04 22:56:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2c8d54dfcb242260b6af18ebb9b1f91b123f1fd2
2c8d54df
1 parent
751323fa
release v0.3, 11773 lines
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
README.md
README.md
查看文件 @
2c8d54d
...
...
@@ -2,7 +2,7 @@ simple-rtmp-server
==================
simple rtmp origin live server over state-threads, which can be used as origin server, or rtmp-server for encoder.
<br/>
srs is a simple, high-performance, running in single process, origin live server,
with single vhost(like FMS
\_\_
defaultVhost
\_\_
)
.
<br/>
srs is a simple, high-performance, running in single process, origin live server,
support vhost
.
<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
)
...
...
@@ -29,9 +29,9 @@ url: rtmp://127.0.0.1:1935/live/livestream
### Summary
1.
simple: also stable enough.
<br/>
2.
high-performance: single-thread, async socket, event/st-thread driven.
<br/>
3.
no edge server, origin server only.
<br/>
4.
no vod streaming, live streaming only.
<br/>
5.
no vhost,
\_\_
defaultVhost
\_\_
only.
<br/>
3.
support vhost,support
\_\_
defaultVhost
\_\_
.
<br/>
4.
no edge server, origin server only.
<br/>
5.
no vod streaming, live streaming only.
<br/>
6.
no multiple processes, single process only.
<br/>
### Releases
...
...
请
注册
或
登录
后发表评论