Streaming Media Protocols: RTMP, HLS, DASH
Streaming Media Protocols: RTMP, HLS, DASH Streaming media helps you reach audiences on phones, tablets, and desktops. Three common protocols guide how video is sent and played: RTMP, HLS, and DASH. They share a goal—deliver reliable video—but they handle encoding, packaging, and delivery in different ways. RTMP in brief Real-Time Messaging Protocol (RTMP) was built by Adobe for live video from encoders to servers. It runs over TCP and keeps a steady stream between the source and the first server. In controlled networks, RTMP can offer very low delay, but today browsers do not play RTMP directly. You usually ingest RTMP to a server, then repackage for delivery to viewers. This path is common for live shows and events that need quick turnarounds. ...