Real Time Media Flow Protocol (RTMFP) is a protocol created by Adobe which enables UDP connections and peer-to-peer communication between multiple Flash Players. It is available from Flash Player 10.
Questions tagged [rtmfp]
91 questions
0
votes
1 answer
Flash communication with asterisk server?
I want to deploy a web caller. And for this, I will use Flash. But I have no idea how to communicate with my server to relay the call through asterisk.
Any help is much appreciated.

Naughty.Coder
- 3,922
- 7
- 32
- 41
0
votes
2 answers
Flash Media Server Buying Alternatives
I m attempting to build a video chat application. I want to use rtmfp host with Adobe Media Server 5 Professional however, its very expensive to purchase so I'm in the process of looking for other options. I was considering using Cirrus which is…

Simon Washington
- 31
- 5
0
votes
1 answer
rtmfp - NetConnection.Connect.Failed - can't get what's wrong (kaspersky settings)
i'm developing an actionscript p2p application. everything worked fine until today.
this is my code:
private function initConnection():void{
nc = new NetConnection();
nc.maxPeerConnections = maxPC;
…

SuperYegorius
- 754
- 6
- 24
0
votes
1 answer
p2p RTMFP controlling movieClip frame action
I'm trying to control a movieClip using p2p netconnection. I understand that I can control properties of a movieClip --- such as
case "NetGroup.SendTo.Notify":
rover.x = event.info.message.x;
rover.y = event.info.message.y;
myFencer.fence.visible =…

bobsmo
- 11
- 1
0
votes
3 answers
How to build a game with Adobe's RTMFP?
I want to develop a simple car race game, where certain number of players connect to a lobby and play the game at the same time. A game like haxball.
I read that RTMFP is a good choice for that. I know ActionScript 3, so where should I start to…

jeff
- 13,055
- 29
- 78
- 136
0
votes
1 answer
Does Adobe Air supports RTMFP?
I have developed a peer to peer video conferencing application which runs on browser, now my need is to export the same application as Android App. I tried using Adobe flash builder, it does connects to Cumulus server, but Netgroup events are not…

Mano
- 315
- 1
- 5
- 12
0
votes
3 answers
Why is rtmfp not working with these parameters and functions?
I wrote some basic functions in ActionScript in order to use RTMFP:
import flash.events.NetStatusEvent;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.ui.Keyboard;
private var serverAddress:String =…

Gábor DANI
- 2,063
- 2
- 22
- 40
0
votes
1 answer
Connecting Flash Players via local network using Adobe Cirrus
I'm writting voice chat in flash player communicator using Adobe Cirrus.
I can't handle the problem with connecting two flash players via local network. I have tomcat server with compiled SWF file (192.168.1.2:8080/evm_server/bin). When I open this…

Nabuchodonozor
- 704
- 1
- 6
- 13
0
votes
0 answers
RTMFP RTMP too slow on deployment
We have developed a 1-1 video conferencing solution using RTMP , RTMFP technologies using Adobe. We are making use of Flash Media Development Server for recording the web streams. We have tested our application locally and it seems to work good.…

Catherine Tyler
- 85
- 1
- 10
0
votes
1 answer
Two peers RTMFP Chat: should I use NetGroup or not?
I made a Chat mainly inspired by the Cirrus Sample
Chat works fine, but on some cases, the "NetStream.Connect.Success" doesn't get triggered.
Both connections pass the ports check
Before switching to a NetGroup architecture and presuming that these…

younes0
- 2,288
- 1
- 25
- 34
0
votes
0 answers
Realtime priority and realtime priority queueing in Flash with very low latency?
Is it possible to perform realtime priority processing and queueing in Flash at exceptionally low latency levels? We have some rather large data streams (they are raw audio and probably should be compressed with an efficient compression algorithm…

ylluminate
- 12,102
- 17
- 78
- 152
0
votes
1 answer
Stream microphone to a server? Flash or Silverlight?
I'm looking to build an app, which will at least in part require audio streamed live from a client machine to a server. I'd ideally like to run a linux server, the rest of my app is written in Ruby, so bonus points for a Ruby-centric set up, and I…

Jared
- 562
- 1
- 6
- 22
0
votes
3 answers
Do I need a media server if I'm going to deploy a RTMFP video/audio streaming?
I have some questions, please answer me.
Basically I want to develop something like Livestream / Ustream web app. I want to learn how to develop something like that.. But I have no experience in developing flash applications, so im looking for…

Kevin Lee
- 1,079
- 6
- 17
- 34
0
votes
1 answer
RTMFP connections
Excuse me, I would like to clarify this with you. The ingredients to make a RTMFP connection possible are... you require a Cirrus developer key, a Flash Media Server or FMS hosting, a web server and Flash player 10 or higher. Finally will you need…

Mark England
- 1
- 1
-1
votes
1 answer
List all peerID in rtmfp group
How can I get list of all peerID`s who now connected into rtmfp group?
Or variant get a group ID, but such as stored on the server.
I tried use sam groupspec.toString(); but this command return result not like in server. Server Cumulus.

user1156168
- 936
- 13
- 32