Questions tagged [rtmfp]

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.

91 questions
12
votes
3 answers

Read red5 live stream with HTML5

How can I read a Red5 (RTMFP) stream using HTML5?
Zakaria
  • 14,892
  • 22
  • 84
  • 125
8
votes
1 answer

Using only RTMFP for random matching (Adobe Cirrus)

I'm trying to come up with the best way to do some random match making in a simple game. While experimenting with netStreams using Adobe Cirrus, I can easily set up direct connections, send data, text, video, sound all using Cirrus which is great. I…
brybam
  • 5,009
  • 12
  • 51
  • 93
6
votes
1 answer

Can't connect to server using rtmfp

How can I connect to my server using rtmfp? I can do this: var test:NetConnection = new NetConnection(); trace('trying to…
user773737
5
votes
5 answers

RTMFP and firewalls/routers

I would like to use Flash's RTMFP peer protocol but I am wondering if its worth developing for a mainstream audience? From what I understand it uses UDP and unless firewalls/routers of the users are configured correctly it becomes useless. Is there…
Shane
  • 368
  • 1
  • 4
  • 13
5
votes
2 answers

Implementing RTMFP client in C

I am want to develop a client in C which uses RTMFP to communicate with Flash palyer for streaming video. I couldnt get much information on whether it is possible. I have looked into Cumulus project but i am not getting much insight into RTMFP…
Jeeva
  • 4,585
  • 2
  • 32
  • 56
4
votes
1 answer

Getting started with RTMFP

I need to implement a realtime connection between 2 or more players, that will play a Flash game. I've read that RTMFP is a good choice to make this connection the best possible (were best=less lag between actions), but, Im quite new to this kind of…
Artemix
  • 8,497
  • 14
  • 48
  • 75
3
votes
1 answer

Live voice chat with manipulated voice audio with RTMFP

We are building a live RTMFP voice chat application with Cumulus. While the basic voice transfer works pretty easy using NetStreams, we have one big problem: There does not seem to be a way to manipulate the microphone data that the NetStream sends,…
TheSHEEEP
  • 2,961
  • 2
  • 31
  • 57
3
votes
1 answer

Cumulus - Open Source RTMFP Server

https://github.com/OpenRTMFP/Cumulus Has anyone worked with this outside of the lan? From what I have read on here and other sources, its useless unless the firewall is correctly configured : RTMFP and firewalls/routers If you have worked with…
PaulM
  • 3,281
  • 3
  • 28
  • 38
3
votes
2 answers

Silverlight P2P App (In Browser) - Will we get RTMFP?

Ok so from all my research I'm fairly positive P2P is not possible in Silverlight 4 (in browser). Flash can do P2P using Stratus/RTMFP which I believe uses UDP hole punching and a Stratus server to help initialize the connection. Is there any plans…
Paul
  • 51
  • 5
3
votes
1 answer

how exactly rtmfp / UDP works

I am trying to develop a live video chat app using flash and rtmfp protocol but I have doubts as to how rtmfp guarantees to connect peers especially when the peers are located in different networks.
Guru
  • 1,303
  • 18
  • 32
3
votes
1 answer

Is there a way to influence automatic sound settings in Flash / AS3?

I am creating a voice enabled application in Flash using RTMFP and I noticed that the Flash plugin automatically regulates down the sound volume of other processes/applications (at least on Windows) as soon as a RTMFP stream is opened and starts…
dcode
  • 604
  • 7
  • 10
3
votes
1 answer

NetStream.send not working with NetGroup in RTMFP

We are running a Cumulus server to do a live voice and text chat. The setting is that each client can post data to each other client in the same NetGroup via group.post(). Unfortunately, that function is extremely slow (half a second delay, at…
TheSHEEEP
  • 2,961
  • 2
  • 31
  • 57
2
votes
1 answer

Flash SecurityDomain, P2P settings and multiply swfs

I have two swfs: application swf p2p client swf that allows to load data using rtmfp replication technology (through cirrus service) The main idea is to have one p2p loader on the certain domain that will able to work in p2p network without…
deadrunk
  • 13,861
  • 4
  • 29
  • 29
2
votes
2 answers

How to get the name of the stream (RTMFP NetGroup Problem, Flex/AS3)

I'm implementing a peer-to-peer video conference application in Flex using the new RTMFP protocol and NetGroups.. Let's say the name of the group is Group1. What I want to do is; When a new peer connects to Group1; create a new video display for…
Onur Yıldırım
  • 32,327
  • 12
  • 84
  • 98
2
votes
0 answers

Can't connect to host using rtmfp

I have a p2p game using Adobe's rtmfp protocol and cirrus server. Everything seems to be working fine when I try it in stand alone flash player, but when I embed the game to the web page, suddenly nobody can't connect to my game. There are no…
Lope
  • 5,388
  • 4
  • 30
  • 40
1
2 3 4 5 6 7