RTMP: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(clarify, add some info)
m (add rtmpt and rtmps)
Line 1: Line 1:
Real Time Messaging Protocol is a proprietary protocol created by [[Macromedia]] used for accessing streaming multimedia and for elementary remote function calls.
Real Time Messaging Protocol is a proprietary protocol created by [[Macromedia]] used for accessing streaming multimedia and for elementary remote function calls.
Variations
# RTMP uses port 1935.
# RTMPT (RTMP Tunnelled) uses port 80 (protocol is encapsulated by HTTP).
# RTMPS (RTMP Secure) uses port 443 (protocol is encapsulated by HTTPS).


http://en.wikipedia.org/wiki/Real_Time_Messaging_Protocol
http://en.wikipedia.org/wiki/Real_Time_Messaging_Protocol
Line 10: Line 15:


http://www.osflash.org/rtmp_os
http://www.osflash.org/rtmp_os
A description of the protocol
http://rtmpy.org/wiki/RTMP
Open source java implementation
http://osflash.org/red5


[[Category:Networking Protocols]]
[[Category:Networking Protocols]]

Revision as of 22:35, 28 February 2008

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