Adobe
Products

Top destinations

  • Adobe Creative Cloud
  • Creative Cloud for teams
  • Creative Suite
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • SiteCatalyst

Education

  • For students
  • For K-12 schools
  • For higher ed institutions

Adobe Creative Cloud

  • What is Adobe Creative Cloud?

Design and photography

  • Photoshop
  • Illustrator
  • InDesign
  • Adobe Muse
  • Lightroom
  • Elements family

Video

  • Adobe Premiere
  • After Effects

Web development & HTML5

  • Edge Tools & Services [opens in a new window]
  • Dreamweaver
  • Gaming [opens in a new window]
  • Mobile apps

Adobe Marketing Cloud

  • What is Adobe Marketing Cloud?
  • Digital analytics
  • Social marketing
  • Web experience management
  • Testing and targeting
  • Media optimization

Analytics

  • SiteCatalyst
  • Adobe Discover
  • Insight

Social

  • Adobe Social

Experience Manager

  • CQ
  • Scene7

Target

  • Test&Target
  • Recommendations
  • Search&Promote

Media Optimizer

  • AdLens
  • AudienceManager
  • AudienceResearch

Document services

  • Acrobat
  • EchoSign [opens in a new window]
  • FormsCentral [opens in a new window]
  • SendNow [opens in a new window]
  • Acrobat.com [opens in a new window]

Publishing

  • Digital Publishing Suite

  • See all products
Business solutions

By business need

  • Digital analytics
  • Digital publishing
  • Document management
  • Media optimization
  • Social marketing
  • Testing and targeting
  • Video editing and serving
  • Web development [opens in a new window]
  • Web experience management
  • See all business needs

By industry

  • Broadcast
  • Education
  • Financial services
  • Government
  • Publishing
  • Retail
  • See all industries
Support & Learning

I need help

  • Products
  • Adobe Creative Cloud
  • Adobe Marketing Cloud
  • Forums [opens in a new window]

I want to learn

  • Training and tutorials
  • Certification [opens in a new window]
  • Adobe Developer Connection
  • Adobe Design Center
  • Adobe TV [opens in a new window]
  • Adobe Marketing Center
  • Adobe Labs [opens in a new window]
Download
  • Product trials
  • Adobe Flash Player
  • Adobe Reader
  • Adobe AIR
  • See all downloads
Company
  • Careers at Adobe
  • Investor Relations
  • Newsroom
  • Privacy
  • Corporate Social Responsibility
  • Customer Showcase
  • Contact us
  • More company info
Buy
  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers
  • Adobe Marketing Cloud sales [opens in a new window]
  • Other ways to buy [opens in a new window]
Search
 
Info Sign in
Why sign in? Sign in to manage your account and access trial downloads, product extensions, community areas, and more.
Welcome,
My Adobe
My orders
My information
My preferences
My products and services
Sign out
My cart Privacy My Adobe
Adobe
Products Sections Buy   Search  
Solutions Company
Help Learning
Sign in Sign out Privacy My Adobe
Date Date
Qty:
Subtotal
Promotions
Estimated Shipping
VAT
Calculated at checkout
Total
Checkout
Adobe Media Server family /

Adobe Media Server 5 Extended / RTMFP FAQ

Overview Features Tech specs RTMFP FAQ FAQ User guide Partners
Buying guide
What is the Real-Time Media Flow Protocol (RTMFP)?

The Real-Time Media Flow Protocol (RTMFP) is a communication protocol from Adobe that enables direct end user to end user peering communication between multiple instances of the Adobe® Flash® Player client and applications built using the Adobe AIR® framework for the delivery of rich, live, real-time communication.

When will RTMFP be available? What will be needed to work with RTMFP?

RTMFP requires Adobe Flash Player 10 (or later) or Adobe AIR 1.5 (or later), as well as an RTMFP-capable server to introduce the clients. Adobe Flash Media Server 4 (and later) software supports RTMFP; learn more about Adobe Media Server.

What new functionality do Flash Player 10 and AIR 1.5 enable?

By using RTMFP, applications that rely on live, real-time communication, such as social networks and multiuser games, can deliver higher quality communication solutions. Flash Player 10 and AIR 1.5 and later also enable end users to connect and communicate directly with each other using their computers' microphones and webcams. Flash Player 10 and AIR 1.5 do not support file or document sharing.

What are the benefits of RTMFP?

RTMFP can help reduce the bandwidth costs for direct, live, real-time communication solutions, such as audio and video chat and multiplayer games. Because RTMFP can send data directly between the end-user clients and not through the server, solutions are less expensive to scale.

RTMFP also increases the quality of delivery through the use of the User Datagram Protocol (UDP). UDP is a more efficient way to send video and audio data over the Internet that helps ensure connections are not interrupted if variations occur within the network.

RTMFP has two features that improve connection reliability over other protocols, such as the Transmission Control Protocol (TCP).

  • Rapid connection restore: Connections are reestablished quickly after brief outages, for example, when a wireless network connection experiences a dropout. After reconnection, the connection has full capabilities instantly.
  • IP mobility: Active network sessions are maintained even if a client changes to a new IP address. For example, when a laptop on a wireless network is plugged into a wired connection, the connection will not be interrupted. This is a critical requirement for communication or live solutions.
What is the Real-Time Media Protocol (RTMP)?

RTMP is a proprietary two-way protocol developed by Adobe for streaming audio, video, and data over the Internet, between Flash Player and a server.

How does RTMFP differ from RTMP?

The principle difference is how the protocols communicate over the network. RTMFP is based on UDP, whereas RTMP is based on TCP. UDP-based protocols have significant advantages over TCP-based protocols in the efficient delivery of live streaming media, decreased latency, increased voice/audio quality, and greater connection reliability.

Unlike RTMP, RTMFP also supports sending data directly from one Adobe Flash Player client to another, without going through a server. A server-side connection will always be required to establish the initial connection between the end users and can be used to provide server-side data execution or gateways into other systems. An Adobe Media Server user will also be required to authorize network address lookup and Network Address Translation (NAT) traversal services for the clients to prevent Flash Player from being used in an unmanaged way.

Communication today using RTMP — end users connect and communicate through the server Communication using RTMFP — end users connect directly, which reduces bandwidth needs

What are some examples of solutions that can be built with RTMFP?

RTMFP enables a higher capacity and higher quality delivery for live communication solutions such as Voice over Internet Protocol (VoIP), webcam chat, and multiplayer games. Some examples of solutions that can be built using RTMFP include:

Webcam chat VoIP Multiplayer games

A developer leverages the published API of a social networking site and RTMFP to create a webcam chat application for use between users of the site.

The use of RTMFP in combination with Adobe Media Server enables end users to find and establish a one-way data/media stream directly with another end user.

Because RTMFP sends data between the clients and not the server, bandwidth is not being used at the server and is much less expensive to scale.

A developer builds a desktop application on Adobe AIR that allows an end user to "call" contacts listed in his or her instant message application. The AIR application will establish an RTMFP connection with Adobe Media Server to find a contact and receive information from the instant messaging interface.

The contact receives a notification of the incoming call and can accept or decline the call. Once a call is accepted, the audio will flow directly between the two end users' desktop clients, not through the server.

Because RTMFP uses UDP, end users experience a consistently high-quality experience even if variations occur in the network.

When a game developer wants to add multiplayer functionality to an application, it must be done in an efficient way so as not to cause latency and slow down the end-user experience.

By using RTMFP to send the data within the application, the data flow will occur directly between end users over UDP.

What is the User Datagram Protocol? Why is UDP important to RTMFP?

UDP is an efficient Internet protocol to allow partially reliable (lossy) delivery of media and data. UDP, unlike TCP, does not try to recover data that has been lost in transmission. This allows video and audio to keep up with live, real-time communication and reduce delay caused by latency, which is a priority for these types of real-time solutions. TCP waits for data packets, which can cause delays or interruptions in the delivery. UDP can also support communication in large enterprise networks protected by NAT routers, something TCP cannot do. Learn more about UDP.

RTMFP is different from other simple UDP protocols because it prioritizes transmission of multiple media flows.

What is the Transmission Control Protocol?

TCP is the Internet protocol used by web browsing, file transfer, and email applications. TCP is used today by the HTTP protocol for web servers and the RTMP protocol to deliver video, audio, and data from Adobe Media Server to Flash Player and AIR. TCP is useful because it reliably delivers data, but that reliability may add latency, reducing the quality of live media streaming. Learn more about TCP.

How does RTMFP address security and end-user privacy?

RTMFP network traffic is always encrypted with 128-bit cipher. For a client to play a stream that is published via RTMFP, the client will need to know the name of the stream plus have the Peer ID of the publisher. The ID will be a 256-bit value associated with the publisher's identity. In addition, the publisher must accept a peer request before connection is made.

What is peer-to-peer (P2P) computing?

P2P has various meanings within the technology industry, but it typically refers to the establishment of a direct connection between two or more end users to aid in the movement of data and media.

There are three types of P2P solutions:

  • End user to end user: Two clients communicate directly without passing their data through the server for low-latency, real-time communication. This is the solution that Adobe is enabling with RTMFP.
  • Swarming: This is a form of "many to many" communication typically used to share file delivery via download. Swarming maximizes transfer speed by gathering pieces of a file and downloading these pieces simultaneously from other end users who already have them. Swarming solutions typically require a standalone application designed to locate and connect to other end users' computers that have the relevant content. These solutions typically have local file system access. RTMFP does not enable swarming solutions.
  • Multicast: This is a form of "one to many" communication over an IP infrastructure. Multicast speeds up content delivery and reduces the burden on the network because a source sends the data packet only once for delivery to a large number of end users. The nodes in the network take care of replicating the packet to reach multiple end users only where necessary. RTMFP does not enable multicast solutions.

Learn more about peer-to-peer computing.

RTMFP uses P2P techniques to help ensure a high-quality delivery and efficient use of the network. It is a managed connection, which means it requires the authorization of a server to make the introductions. The client must be connected to the server to retain the direct connection.

Is RTMFP the same as other peering solutions, such as BitTorrent or Kontiki? Can RTMFP deliver large files over peer-to-peer, similar to BitTorrent?

No. These other solutions are swarming solutions, which use many to many P2P communications to share the distribution of files among large numbers of clients. RTMFP enables direct end user to end user communication for live, real-time communication solutions, not file transfer.

How can developers work with RTMFP?

RTMFP enables developers to establish direct end user to end user peering communication between two or more Adobe Flash Player clients or applications built using the Adobe AIR framework for delivery of live, real-time data. RTMFP is similar to RTMP for client-server connections because RTMFP has full support for all the Adobe Media Server functionality currently found in RTMP, including live streaming, recording and playback, shared objects, and remote function calls.

ActionScript® developers will be able to use ActionScript 2.0 or 3.0 to establish a NetConnection with a future version of Adobe Media Server. To make direct connections between Flash Player 10 (or later) clients, new extensions have been added to the ActionScript class NetStream to establish a Flash Player client as a publisher or subscriber.

What are the limitations of RTMFP?

RTMFP does not enable swarming, multicast, or broadcast-quality live video. It only enables communication from the voice and video devices native to your computer (such as your microphone and webcam).

Is there any technology that is similar to RTMFP?

Adobe's own RTMP is the closest commercial product available for client-server communication.

What is the impact of this technology on content delivery networks (CDNs)?

RTMFP will have no impact on CDNs. CDNs primarily focus on the one-way delivery of video on demand and live video on a massive scale, not the direct end user to end user communication enabled by RTMFP. CDNs will play a critical role in the delivery of RTMFP-enabled applications by helping end users initiate the desired peering relationship.

Learning

More
  • Developer Center
  • Adobe TV

Help

  • Support
  • Forums
  • Product updates

Resources

  • Partners
  • Adobe Media Server User Group
  • Forums
  • Adobe Media Server Starter download
  • Datasheetfile

Page tools

Share on Facebook
Share on Twitter
Share on LinkedIn
Bookmark
Print
Adobe Media Server 5 Extended

Enable protected online delivery of live and on-demand streaming media.

Adobe Media Server 5 Extended
Try
Purchase requires verification of Education Discount eligibility.
Contact Sales

Have Adobe contact me

On-demand webinars

Adobe Media Server 5 introduction video

Get familiar with Adobe Media Server 5.

Best practice guides

Adobe Media Server 5 introduction white paper

Learn about the features and technology in Adobe Media Server 5.

Products

  • Adobe Creative Cloud
  • Creative Cloud for teams
  • Creative Suite
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • Digital Publishing Suite
  • Elements family
  • SiteCatalyst
  • For education

Download

  • Product trials
  • Adobe Reader
  • Adobe Flash Player
  • Adobe AIR

Support & Learning

  • Product help
  • Forums

Buy

  • For personal and professional use
  • For students, educators, and staff
  • Volume Licensing
  • Special offers

Company

  • News room
  • Partner programs
  • Corporate social responsibility
  • Career opportunities
  • Investor Relations
  • Events
  • Legal
  • Security
  • Contact Adobe
Choose your region Ireland(Change)
Choose your region Close

North America

Europe, Middle East and Africa

Asia Pacific

  • Canada - English
  • Canada - Français
  • Latinoamérica
  • México
  • United States

South America

  • Brasil
  • Africa - English
  • Österreich - Deutsch
  • Belgium - English
  • Belgique - Français
  • België - Nederlands
  • България
  • Hrvatska
  • Česká republika
  • Danmark
  • Eastern Europe - English
  • Eesti
  • Suomi
  • France
  • Deutschland
  • Magyarország
  • Ireland
  • Israel - English
  • ישראל - עברית
  • Italia
  • Latvija
  • Lietuva
  • Luxembourg - Deutsch
  • Luxembourg - English
  • Luxembourg - Français
  • الشرق الأوسط وشمال أفريقيا - اللغة العربية
  • Middle East and North Africa - English
  • Moyen-Orient et Afrique du Nord - Français
  • Nederland
  • Norge
  • Polska
  • Portugal
  • România
  • Россия
  • Srbija
  • Slovensko
  • Slovenija
  • España
  • Sverige
  • Schweiz - Deutsch
  • Suisse - Français
  • Svizzera - Italiano
  • Türkiye
  • Україна
  • United Kingdom
  • Australia
  • 中国
  • 中國香港特別行政區
  • Hong Kong S.A.R. of China
  • India - English
  • 日本
  • 한국
  • New Zealand
  • 台灣

Southeast Asia

  • Includes Indonesia, Malaysia, Philippines, Singapore, Thailand, and Vietnam - English

Copyright © 2013 Adobe Systems Software Ireland Ltd. All rights reserved.

Terms of Use | Privacy | Cookies