A brief overview of push and pull

Push Streaming: The process of pushing live content to the server

Pull streaming: the server has live content, and the process of pulling it with the specified address

Schematic diagram of push and pull

Push stream code:

RTMP is the acronym for Real Time Messaging Protocol.

A network protocol designed for real-time data communication.

Each streaming code address uniquely points to a single live event. It starts with rtmp:// and contains the upload server address, upload directory name and upload node, consisting of three parts. All rtmp addresses are composed of this structure, and the first two parts of the addresses of different live broadcasts on the same platform are basically the same.

Streaming code composition

Schematic diagram of the push process

Protocols and formats of each process

Guess you like

Origin blog.csdn.net/Erica_1230/article/details/115212637