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
1
vote
4 answers

RTMFP successful connection ratio or percentage; AKA Adobe Cirrus, Stratus, LCCS

Do you have actual experience with users establishing Adobe Flash RTMFP P2P connections in the real world? I've heard a couple of people say only 50% succeed, but that sounds suspiciously low and the people saying that are probably all repeating the…
MilesK
  • 51
  • 5
1
vote
3 answers

Streaming live video over RTMFP using a format other than Spark

I would like to serve high quality video (H.264) between a server and a single Flash Player client with low latency (RTMFP). The single client will be controlling a robotic device and seeing the results through the video stream, so low latency is…
Simon Cave
  • 3,971
  • 4
  • 24
  • 28
1
vote
0 answers

Adobe AIR - rtmfp - delay before Neighbor.Connect

When I am testing RTMFP serverless connection, I noticed that there is often a very long delay between the NetGroup.Connect.Success and NetGroup.Neighbor.Connected events (where I can start an actual P2P communication). Sometimes it connects…
1
vote
0 answers

RTMFP player for Android?

I am writing an Android application and I need to be able to watch RTMFP p2p streams with an arbitrary groupsection on the device through my app. On desktop I use a simple web page that looks like the…
Æðelstan
  • 822
  • 12
  • 23
1
vote
1 answer

ArcusNode Cannot set property '1' of undefined

My problem is the one discribed in this issue - https://github.com/OpenRTMFP/ArcusNode/issues/5 ArcusNode is dumping the same error for me when I try to stream video to client with RTMFP. The streamer part is in this repository:…
Jānis Gruzis
  • 905
  • 1
  • 10
  • 25
1
vote
0 answers

Flash/AIR Local Network connection with groupSpec.peerToPeerDisabled = true, NetConnection and "rtmfp:"

I need to stablish a connection between a flash in a web page and an air application in the local network. I need to auto-discover the clients so I want to use "rtmfp". I'm being able to do it by using: _nc = new…
Jorge Miranda
  • 231
  • 1
  • 10
1
vote
0 answers

Rtmfp bandwidth detection

I'm building p2p videochat on rtmfp using Cumulus Question: is there any way to detect bandwidth between two users in real time? Thanks, Vladimir
Vladimir
  • 173
  • 1
  • 2
  • 14
1
vote
1 answer

RTMFP and peer-to-peer ports/firewalls

Trying to implement RTMFP for video/audio conferencing app. The developers have cited this issue: RTMFP and firewall/NAT traversal options We have openRTMFP (cumulus) server up and running. We could have this sat inside or outside the company…
TenG
  • 3,843
  • 2
  • 25
  • 42
1
vote
1 answer

Netstream - how to publish an mp3 file using RTMFP

I want to publish a mp3 file from one of the peers and play it from other peers, very similiar to a RTMFP chat app. From what I understand till now: netstream.publish is used to publish a stream to RTMFP netconnection and netstream.play for…
navgeet
  • 987
  • 1
  • 10
  • 23
1
vote
1 answer

Extracting data to create "Match Statistics" using (flash-based) game-replay files

I play a very basic multiplayer flash-applet game @ http://www.haxball.com (check it out!) Haxball’s match Replay files can be recorded by users in-game, and saved to disk as “.hbr” files. These Replay files can later be viewed by loading the .hbr…
1
vote
2 answers

Is it possible to test RTMFP on LAN or maybe through a VPN?

We are building a Flash RTMFP application and our ISP blocks UDP communication. The only method to test the application is for every developer to go home, and then perform the test, together. Until now, this was okay, because we only implemended…
Ágota Horváth
  • 1,353
  • 3
  • 13
  • 20
1
vote
1 answer

AS3 Why isn't RTMFP android to android connecting?

I'm making a connection with netconnection in AS3 Flash CS6. It works fine when I test the swf from my PC to the app on my Android. But when I install the app on 2 android devices they don't connect. Why is that? If I test with my PC and the two…
hh_s
  • 33
  • 7
1
vote
0 answers

When using RTMFP to facilitate P2P, many-to-many live video chat, when should you use RTMFP groups?

Basically I'm working on a program that facilitates many-to-many live video chat through RTMFP, falling back on RTMP. I've already gotten all the basic functionality up and running, and people are able to come in and out and talk to each other just…
Panzercrisis
  • 4,590
  • 6
  • 46
  • 85
1
vote
0 answers

Is there any point where RTMFP's overall 128-bit encryption for stream turns into 256-bit encryption?

This is very similar to another question I'm asking, but still a little different. Both questions are attacking the same problem, and I really just need one or the other…
Panzercrisis
  • 4,590
  • 6
  • 46
  • 85
1
vote
1 answer

Is this RTMFP delay acceptable?

I have a project that required me to use flash p2p video using RTMFP Flex. When we tested the application the quality was good but there was noticeable delay (1-2s) with the audio and the video. I tweaked the settings to lower the quality to achieve…