#What does RTMP address mean
RTMP is the acronym for Real Time Messaging Protocol.
In some live broadcast platforms, the Rtmp address is the live broadcast data upload address, which uniquely points to a single live broadcast event.
It starts with rtmp:// and consists of three parts: upload service address, upload directory name (APP) and upload node (stream). Each part is distinguished by "/".
Extended knowledge:
RTMP is the real time messaging protocol (real time messaging protocol), which is Adobe Systems’ solution for audio, video and communication between Flash players and servers. Proprietary protocol developed for data transfer.
RTMP protocol (Real Time Messaging Protocol) is used by Flash for the transmission of objects, video, and audio. This protocol is built on top of the TCP protocol or the polling HTTP protocol.
The RTMP protocol is like a container used to hold data packets. These data can be data in AMF format or video/audio data in FLV. A single connection can transmit multiple network streams through different channels. Packets in these channels are transmitted in fixed-size packets.
For more related knowledge, please visit PHP Chinese website.
The above is the detailed content of What does RTMP address mean?. For more information, please follow other related articles on the PHP Chinese website!