You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(1) Encoder: encoder must push RTMP stream to SRS server.
1126
1132
(2) MediaSource: any media source, which can be ingest by ffmpeg.
1127
1133
(3) Ingester: SRS will fork a process to run ffmpeg(or your application)
1128
-
to ingest any input to rtmp, push to SRS.
1134
+
to ingest any input to rtmp, push to SRS. Read <ahref="https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Ingest">Ingest</a>.
1135
+
(4) Streamer: SRS will listen for some protocol and accept stream push
1136
+
over some protocol and remux to rtmp to SRS. Read <ahref="https://github.com/winlinvip/simple-rtmp-server/wiki/v2_CN_Streamer">Streamer</a>.
0 commit comments