正在显示
1 个修改的文件
包含
19 行增加
和
19 行删除
@@ -314,25 +314,25 @@ srs always use the most simple architecture to support complex transaction. | @@ -314,25 +314,25 @@ srs always use the most simple architecture to support complex transaction. | ||
314 | ### Stream Architecture | 314 | ### Stream Architecture |
315 | 315 | ||
316 | <pre> | 316 | <pre> |
317 | - +---------+ +----------+ | ||
318 | - + Publish + + Deliver | | ||
319 | - +---|-----+ +----|-----+ | ||
320 | -+-----------------------+-------------------------+----------------+ | ||
321 | -| Input | SRS(Simple RTMP Server) | Output | | ||
322 | -+-----------------------+-------------------------+----------------+ | ||
323 | -| Encoder(1) | +-> RTMP protocol ----+-> Flash Player | | ||
324 | -| (FMLE,FFMPEG, --rtmp-+->-+-> HLS/NGINX --------+-> m3u8 player | | ||
325 | -| Flash,XSPLIT, | +-> Fowarder ---------+-> RTMP Server | | ||
326 | -| ......) | +-> Transcoder -------+-> RTMP Server | | ||
327 | -| | +-> DVR --------------+-> FILE | | ||
328 | -| | +-> BandwidthTest ----+-> Flash/StLoad | | ||
329 | -+-----------------------+ | | | ||
330 | -| MediaSource(2) | | | | ||
331 | -| (RTSP,FILE, | | | | ||
332 | -| HTTP,HLS, -------+->-- Ingester -----rtmp--+-> SRS | | ||
333 | -| Device, | | | | ||
334 | -| ......) | | | | ||
335 | -+-----------------------+-------------------------+----------------+ | 317 | + +---------+ +----------+ |
318 | + + Publish + + Deliver | | ||
319 | + +---|-----+ +----|-----+ | ||
320 | ++----------------------+-------------------------+----------------+ | ||
321 | +| Input | SRS(Simple RTMP Server) | Output | | ||
322 | ++----------------------+-------------------------+----------------+ | ||
323 | +| Encoder(1) | +-> RTMP protocol ----+-> Flash Player | | ||
324 | +| (FMLE,FFMPEG, -rtmp-+->-+-> HLS/NGINX --------+-> m3u8 player | | ||
325 | +| Flash,XSPLIT, | +-> Fowarder ---------+-> RTMP Server | | ||
326 | +| ......) | +-> Transcoder -------+-> RTMP Server | | ||
327 | +| | +-> DVR --------------+-> FILE | | ||
328 | +| | +-> BandwidthTest ----+-> Flash/StLoad | | ||
329 | ++----------------------+ | | | ||
330 | +| MediaSource(2) | | | | ||
331 | +| (RTSP,FILE, | | | | ||
332 | +| HTTP,HLS, ------+->-- Ingester ----(rtmp)-+-> SRS | | ||
333 | +| Device, | | | | ||
334 | +| ......) | | | | ||
335 | ++----------------------+-------------------------+----------------+ | ||
336 | 336 | ||
337 | Remark: | 337 | Remark: |
338 | (1) Encoder: encoder must push RTMP stream to SRS server. | 338 | (1) Encoder: encoder must push RTMP stream to SRS server. |
-
请 注册 或 登录 后发表评论