1
0
Fork 0
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:
winlin 2015-07-23 14:35:04 +08:00
commit 4c3d3013a2

View file

@ -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, | | |
| ......) | | | | ......) | | |
+----------------------+-------------------------+----------------+ +----------------------+-------------------------+----------------+