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-26 16:12:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5841cfaf76ef74849046662d9e1066f7cedf9a52
5841cfaf
1 parent
20a95bb6
support HLS(m3u8)
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
4 行增加
和
3 行删除
README.md
README.md
查看文件 @
5841cfa
...
...
@@ -41,9 +41,10 @@ m3u8 url: http://127.0.0.1:1935/live/livestream.m3u8
1.
simple: also stable enough.
<br/>
2.
high-performance: single-thread, async socket, event/st-thread driven.
<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/>
4.
support both rtmp and hls live streaming.
<br/>
5.
no edge server, origin server only.
<br/>
6.
no vod streaming, live streaming only.
<br/>
7.
no multiple processes, single process only.
<br/>
### Releases
*
2013-11-10,
[
release v0.4
](
https://github.com/winlinvip/simple-rtmp-server/releases/tag/0.4
)
, support reload config, pause, longtime publish/play. 12500 lines.
<br/>
...
...
请
注册
或
登录
后发表评论