mirror of
https://github.com/ossrs/srs.git
synced 2025-02-14 20:31:56 +00:00
Merge branch '2.0release' into develop
This commit is contained in:
commit
4c3d3013a2
1 changed files with 3 additions and 3 deletions
|
@ -829,7 +829,7 @@ SRS always use the most simple architecture to support complex transaction.
|
|||
|
||||
<pre>
|
||||
+---------+ +----------+
|
||||
+ Publish + + Deliver |
|
||||
| Publish | | Deliver |
|
||||
+---|-----+ +----|-----+
|
||||
+----------------------+-------------------------+----------------+
|
||||
| Input | SRS(Simple RTMP Server) | Output |
|
||||
|
@ -844,13 +844,13 @@ SRS always use the most simple architecture to support complex transaction.
|
|||
+----------------------+ | |
|
||||
| MediaSource(2) | | |
|
||||
| (RTSP,FILE, | | |
|
||||
| HTTP,HLS, --pull-+->-- Ingester ----(rtmp)-+-> SRS |
|
||||
| HTTP,HLS, --pull-+->-- Ingester(3) -(rtmp)-+-> SRS |
|
||||
| Device, | | |
|
||||
| ......) | | |
|
||||
+----------------------+ | |
|
||||
| MediaSource(2) | | |
|
||||
| (RTSP,FILE, | | |
|
||||
| HTTP,HLS, --push-+->-- Streamer ----(rtmp)-+-> SRS |
|
||||
| HTTP,HLS, --push-+->-- Streamer(4) -(rtmp)-+-> SRS |
|
||||
| Device, | | |
|
||||
| ......) | | |
|
||||
+----------------------+-------------------------+----------------+
|
||||
|
|
Loading…
Reference in a new issue