RTMP

From MultimediaWiki
Revision as of 22:35, 28 February 2008 by Crybaby (talk | contribs) (add rtmpt and rtmps)
Jump to navigation Jump to search

Real Time Messaging Protocol is a proprietary protocol created by Macromedia used for accessing streaming multimedia and for elementary remote function calls.

Variations

  1. RTMP uses port 1935.
  2. RTMPT (RTMP Tunnelled) uses port 80 (protocol is encapsulated by HTTP).
  3. RTMPS (RTMP Secure) uses port 443 (protocol is encapsulated by HTTPS).

http://en.wikipedia.org/wiki/Real_Time_Messaging_Protocol

Mostly used for streaming Flash Video. Example:

rtmp://fcs.fox.speedera.net/vod/fcs.fox/simpsons/sexy_video.flv

An open source RTMP implementation:

http://www.osflash.org/rtmp_os

A description of the protocol

http://rtmpy.org/wiki/RTMP

Open source java implementation

http://osflash.org/red5