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
2015-01-23 10:38:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
102736a94d2bf0d3451f2be9e43d49c3bb469fdb
102736a9
1 parent
a4ba4095
for #250, update readme add streamer arch.
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
10 行增加
和
2 行删除
README.md
README.md
查看文件 @
102736a
...
...
@@ -1116,7 +1116,13 @@ SRS always use the most simple architecture to support complex transaction.
+----------------------+ | |
| MediaSource(2) | | |
| (RTSP,FILE, | | |
| HTTP,HLS, ------+->-- Ingester ----(rtmp)-+-> SRS |
| HTTP,HLS, --pull-+->-- Ingester ----(rtmp)-+-> SRS |
| Device, | | |
| ......) | | |
+----------------------+ | |
| MediaSource(2) | | |
| (RTSP,FILE, | | |
| HTTP,HLS, --push-+->-- Streamer ----(rtmp)-+-> SRS |
| Device, | | |
| ......) | | |
+----------------------+-------------------------+----------------+
...
...
@@ -1125,7 +1131,9 @@ Remark:
(1) Encoder: encoder must push RTMP stream to SRS server.
(2) MediaSource: any media source, which can be ingest by ffmpeg.
(3) Ingester: SRS will fork a process to run ffmpeg(or your application)
to ingest any input to rtmp, push to SRS.
to ingest any input to rtmp, push to SRS. Read
<a
href=
"https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Ingest"
>
Ingest
</a>
.
(4) Streamer: SRS will listen for some protocol and accept stream push
over some protocol and remux to rtmp to SRS. Read
<a
href=
"https://github.com/winlinvip/simple-rtmp-server/wiki/v2_CN_Streamer"
>
Streamer
</a>
.
</pre>
### [HDS/HLS origin backup](https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_RTMP-ATC)
...
...
请
注册
或
登录
后发表评论