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 20:51:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f6ba7dc80aa6df1a6d72d787a8cdf4e981e53d38
f6ba7dc8
1 parent
2e9c39b8
update readme, remove all br.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
43 行增加
和
43 行删除
README.md
README.md
查看文件 @
f6ba7dc
...
...
@@ -129,49 +129,49 @@ Supported operating systems and hardware:
*
All hardware.
## Summary
1.
Simple: also stable enough.
<br/>
1.
[
High-performance
](
https://github.com/winlinvip/simple-rtmp-server/wiki/Performance
)
: single-thread, async socket, event/st-thread driven.
<br/>
1.
Support RTMP edge server(plan), support origin server.
<br/>
1.
RTMP without vod streaming, live streaming only.
<br/>
1.
Support multiple processes, support single process.
<br/>
1.
Support vhost, support
\_\_
defaultVhost
\_\_
.
<br/>
1.
Support adobe rtmp live streaming.
<br/>
1.
Support apple
[
HLS(m3u8)
](
https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS
)
live streaming.
<br/>
1.
Support HLS audio-only live streaming.
<br/>
1.
Support reload config to enable changes.
<br/>
1.
Support cache last gop for flash player to fast startup.
<br/>
1.
Support listen at multiple ports.
<br/>
1.
Support long time(>4.6hours) publish/play.
<br/>
1.
High performace, 1800 connections(500kbps), 900Mbps, CPU 90.2%, 41MB
<br/>
1.
Support forward publish stream to build active-standby
[
cluster
](
https://github.com/winlinvip/simple-rtmp-server/wiki/Cluster
)
.
<br/>
1.
Support broadcast by forward the stream to other servers(origin/edge).
<br/>
1.
Support live stream transcoding by ffmpeg.
<br/>
1.
Support live stream forward(acopy/vcopy) by ffmpeg.
<br/>
1.
Support ffmpeg filters(logo/overlay/crop), x264 params, copy/vn/an.
<br/>
20.
Support audio transcode only, speex/mp3 to aac
<br/>
21.
Support
[
http callback api hooks
](
https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPCallback
)(
for
authentication and injection).
<br/>
22.
Support bandwidth test api and flash client.
<br/>
23.
Player, publisher(encoder), and demo pages(jquery+bootstrap).
<br/>
24.
Demo video meeting or chat(SRS+cherrypy+jquery+bootstrap).
<br/>
25.
Full documents in wiki, in chineses.
<br/>
26.
Support RTMP(play-publish) library: srs-librtmp
<br/>
27.
Support ARM(
[
debian armhf, v7cpu
](
https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm
)
) with rtmp/ssl/hls/librtmp.
<br/>
28.
Support
[
init.d
](
https://github.com/winlinvip/simple-rtmp-server/wiki/LinuxService
)
and packge script, log to file.
<br/>
29.
Support RTMP ATC for HLS/HDS to support backup(failover)
<br/>
30.
[
plan
]
Support system utest
<br/>
31.
[
plan
]
Support embeded http server for api and hls(live/vod)
<br/>
32.
[
plan
]
Support vod(file to hls stream)
<br/>
33.
[
plan
]
Support stream ingester using ffmpeg.
<br/>
34.
[
plan
]
Support ingest RTSP(RTP, SDP) stream to RTMP.
<br/>
35.
[
plan
]
Support network based cli and json result.
<br/>
36.
[
plan
]
Support RTMP edge server, push/pull stream from any RTMP server
<br/>
37.
[
plan
]
Support multiple processes, for both origin and edge
<br/>
38.
[
no-plan
]
Support adobe flash refer/token/swf verification.
<br/>
39.
[
no-plan
]
Support adobe amf3 codec.
<br/>
40.
[
no-plan
]
Support dvr(record live to vod file)
<br/>
41.
[
no-plan
]
Support encryption: RTMPE/RTMPS, HLS DRM
<br/>
42.
[
no-plan
]
Support RTMPT, http to tranverse firewalls
<br/>
43.
[
no-plan
]
Support file source, transcoding file to live stream
<br/>
1.
Simple: also stable enough.
1.
[
High-performance
](
https://github.com/winlinvip/simple-rtmp-server/wiki/Performance
)
: single-thread, async socket, event/st-thread driven.
1.
Support RTMP edge server(plan), support origin server.
1.
RTMP without vod streaming, live streaming only.
1.
Support multiple processes, support single process.
1.
Support vhost, support
\_\_
defaultVhost
\_\_
.
1.
Support adobe rtmp live streaming.
1.
Support apple
[
HLS(m3u8)
](
https://github.com/winlinvip/simple-rtmp-server/wiki/DeliveryHLS
)
live streaming.
1.
Support HLS audio-only live streaming.
1.
Support reload config to enable changes.
1.
Support cache last gop for flash player to fast startup.
1.
Support listen at multiple ports.
1.
Support long time(>4.6hours) publish/play.
1.
High performace, 1800 connections(500kbps), 900Mbps, CPU 90.2%, 41MB
1.
Support forward publish stream to build active-standby
[
cluster
](
https://github.com/winlinvip/simple-rtmp-server/wiki/Cluster
)
.
1.
Support broadcast by forward the stream to other servers(origin/edge).
1.
Support live stream transcoding by ffmpeg.
1.
Support live stream forward(acopy/vcopy) by ffmpeg.
1.
Support ffmpeg filters(logo/overlay/crop), x264 params, copy/vn/an.
1.
Support audio transcode only, speex/mp3 to aac
1.
Support
[
http callback api hooks
](
https://github.com/winlinvip/simple-rtmp-server/wiki/HTTPCallback
)(
for
authentication and injection).
1.
Support bandwidth test api and flash client.
1.
Player, publisher(encoder), and demo pages(jquery+bootstrap).
1.
Demo video meeting or chat(SRS+cherrypy+jquery+bootstrap).
1.
Full documents in wiki, in chineses.
1.
Support RTMP(play-publish) library: srs-librtmp
1.
Support ARM(
[
debian armhf, v7cpu
](
https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm
)
) with rtmp/ssl/hls/librtmp.
1.
Support
[
init.d
](
https://github.com/winlinvip/simple-rtmp-server/wiki/LinuxService
)
and packge script, log to file.
1.
Support RTMP ATC for HLS/HDS to support backup(failover)
1.
[
plan
]
Support system utest
1.
[
plan
]
Support embeded http server for api and hls(live/vod)
1.
[
plan
]
Support vod(file to hls stream)
1.
[
plan
]
Support stream ingester using ffmpeg.
1.
[
plan
]
Support ingest RTSP(RTP, SDP) stream to RTMP.
1.
[
plan
]
Support network based cli and json result.
1.
[
plan
]
Support RTMP edge server, push/pull stream from any RTMP server
1.
[
plan
]
Support multiple processes, for both origin and edge
1.
[
no-plan
]
Support adobe flash refer/token/swf verification.
1.
[
no-plan
]
Support adobe amf3 codec.
1.
[
no-plan
]
Support dvr(record live to vod file)
1.
[
no-plan
]
Support encryption: RTMPE/RTMPS, HLS DRM
1.
[
no-plan
]
Support RTMPT, http to tranverse firewalls
1.
[
no-plan
]
Support file source, transcoding file to live stream
## Performance
1.
300 connections, 150Mbps, 500kbps, CPU 18.8%, MEM 5956KB.
...
...
请
注册
或
登录
后发表评论