mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update arch
This commit is contained in:
parent
6f0bba9856
commit
a33ca8b517
1 changed files with 13 additions and 13 deletions
26
README.md
26
README.md
|
@ -76,7 +76,7 @@ m3u8 url: http://demo:80/forward/live/livestream_sd.m3u8
|
|||
System Architecture:
|
||||
<pre>
|
||||
+------------------------------------------------------+
|
||||
| Srs(Simple Rtmp Server) |
|
||||
| SRS(Simple Rtmp Server) |
|
||||
+---------------+---------------+-----------+----------+
|
||||
| API/hook | Transcoder | HLS | RTMP |
|
||||
| http-parser | FFMPEG/x264 | NGINX/ts | protocol |
|
||||
|
@ -88,18 +88,18 @@ System Architecture:
|
|||
</pre>
|
||||
Stream Architecture:
|
||||
<pre>
|
||||
+---------+ +----------+
|
||||
+ Publish + + Deliver |
|
||||
+---|-----+ +----|-----+
|
||||
+-----------+------------------------+-----------------+
|
||||
| Encoder | SRS | Client |
|
||||
+-----------+------------------------+-----------------+
|
||||
| (FMLE, | +-> RTMP protocol ---+-> Flash Player |
|
||||
| FFMPEG, --+-> +-> HLS/NGINX -------+-> m3u8 player |
|
||||
| Flash, | +-> Fowarder --------+-> RTMP Server |
|
||||
| XSPLIT, | +-> Transcoder ------+-> RTMP Server |
|
||||
| ...) | +-> DVR -------------+-> FILE |
|
||||
+-----------+------------------------+-----------------+
|
||||
+---------+ +----------+
|
||||
+ Publish + + Deliver |
|
||||
+---|-----+ +----|-----+
|
||||
+-----------+-------------------------+----------------+
|
||||
| Encoder | SRS(Simple Rtmp Server) | Client |
|
||||
+-----------+-------------------------+----------------+
|
||||
| (FMLE, | +-> RTMP protocol ----+-> Flash Player |
|
||||
| FFMPEG, --+-> +-> HLS/NGINX --------+-> m3u8 player |
|
||||
| Flash, | +-> Fowarder ---------+-> RTMP Server |
|
||||
| XSPLIT, | +-> Transcoder -------+-> RTMP Server |
|
||||
| ...) | +-> DVR --------------+-> FILE |
|
||||
+-----------+-------------------------+----------------+
|
||||
</pre>
|
||||
|
||||
### System Requirements
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue