mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +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>
|
<pre>
|
||||||
+---------+ +----------+
|
+---------+ +----------+
|
||||||
+ Publish + + Deliver |
|
| Publish | | Deliver |
|
||||||
+---|-----+ +----|-----+
|
+---|-----+ +----|-----+
|
||||||
+----------------------+-------------------------+----------------+
|
+----------------------+-------------------------+----------------+
|
||||||
| Input | SRS(Simple RTMP Server) | Output |
|
| Input | SRS(Simple RTMP Server) | Output |
|
||||||
|
@ -844,13 +844,13 @@ SRS always use the most simple architecture to support complex transaction.
|
||||||
+----------------------+ | |
|
+----------------------+ | |
|
||||||
| MediaSource(2) | | |
|
| MediaSource(2) | | |
|
||||||
| (RTSP,FILE, | | |
|
| (RTSP,FILE, | | |
|
||||||
| HTTP,HLS, --pull-+->-- Ingester ----(rtmp)-+-> SRS |
|
| HTTP,HLS, --pull-+->-- Ingester(3) -(rtmp)-+-> SRS |
|
||||||
| Device, | | |
|
| Device, | | |
|
||||||
| ......) | | |
|
| ......) | | |
|
||||||
+----------------------+ | |
|
+----------------------+ | |
|
||||||
| MediaSource(2) | | |
|
| MediaSource(2) | | |
|
||||||
| (RTSP,FILE, | | |
|
| (RTSP,FILE, | | |
|
||||||
| HTTP,HLS, --push-+->-- Streamer ----(rtmp)-+-> SRS |
|
| HTTP,HLS, --push-+->-- Streamer(4) -(rtmp)-+-> SRS |
|
||||||
| Device, | | |
|
| Device, | | |
|
||||||
| ......) | | |
|
| ......) | | |
|
||||||
+----------------------+-------------------------+----------------+
|
+----------------------+-------------------------+----------------+
|
||||||
|
|
Loading…
Reference in a new issue