List of software that implements the Real-Time Messaging Protocol, primarily known from Adobe Flash.
The primary motivation for RTMP was to be a protocol for playing Flash video (Adobe Flash Player) maintaining persistent connections and allows low-latency communication, but in July 2017, Adobe announced that it would end support for Flash Player at the end of 2020, [1] and continued to encourage the use of open HTML5 standards in place of Flash.
Due to this, RTMP streaming support is declining rapidly, but it is still very useful for broadcasting live, because of its low-latency. The broadcaster ingests the stream through a RTMP server which then encodes and sends the resultant stream to a HLS [2] (HTTP Live Streaming) URL. The stream can then be viewed on a number of players and devices including desktops,smartphones and social media sites.
Some full implementation RTMP servers are:
Application | Platform | Description |
---|---|---|
Adobe Flash Player (web browser plug-in) | Windows, OS X, ChromeOS, Linux | The most widely adopted RTMP client, which supports playback of audio and video streamed from RTMP servers. |
Gnash (web browser plug-in/media player) | Windows, Linux | An open source replacement for the Flash Player, intends to support RTMP streaming for Linux. [7] |
VLC media player | Windows, OS X, Linux, iOS, Android | As of version 2.1+ Has partial support for playing RTMP streams (not RTMPE). |
MPC-HC | Windows | As of version 1.7.8+ Can open rtmp streams if started from command prompt with the URL as argument, or with entering the URL into the "Open File..." dialog. |
Kodi | Windows, OS X, Linux, iOS (jailbroken), Android | Has partial support for playing RTMP streams (not RTMPE). |
Nimble Streamer supports RTMP over SSL (RTMPS) to perform secure transmission in all supported modes
Unreal Media Server supports ingesting live streams from wide range of live software and hardware encoders that send streams over WebRTC, RTMP, RTSP (...)