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
2
votes
0 answers

Optimizing quality for available bandwidth in Flash/RTMFP

I'm developing a simple one-on-one P2P video chat using ActionScript, and I'd like to ensure the best video quality for the peers given their bandwidth. This means: Setting the best quality given the available bandwidth when the chat…
jamix
  • 5,484
  • 5
  • 26
  • 35
2
votes
1 answer

Exiting NetGroup member causes Flash plugin crash

We are creating a voice chat with RTMFP using a Cumulus server. The users connect to each other by joining the same NetGroup. The voice chat and calling functions on subscribed NetStreams work well. However, sometimes, when a user closes the browser…
TheSHEEEP
  • 2,961
  • 2
  • 31
  • 57
1
vote
1 answer

RTMFP direct peer-to-peer connection working on Windows XP, but not on Windows 7

we're having a strange problem on a project here. When we use NetConnection in combination with a NetGroup to initiate communication between two local AIR applications on Windows XP, they always both connect to the NetGroup succesfully and detect…
1
vote
0 answers

Protrocol in Flash Player 10.x is not compatible with Flash Player 11.x when using video stream multicast

I have a swc plugin embedded in my product to stream live video to a group of recipients. The plugin uses the NetStream, NetGroup, and NetConnection objects, the server I use to handle the RTMFP session is Influxis. One client creates a group as a…
Amit
  • 11
  • 1
1
vote
1 answer

How to connect 2 known users in flex app together using rtmfp?

How would you be able to connect 2 users ( that are known and have a user account on my site) in a flex app together using rtmfp? I have a simple flex game app where I want 2 users to be connected to each other. There is a simple SQL database in…
Ilse
  • 233
  • 1
  • 3
  • 11
1
vote
3 answers

Flash Sockets, Peer-to-Peer Capabilities

Quick Intro: We have a flash tetris game finished and we are looking to add multiplayer functionality to the game. After a few days of research on the capabilities of flash and sockets, I've gotten even more confused. A quick disclaimer, I am new…
DnisT
  • 111
  • 1
  • 7
1
vote
1 answer

How can my Flex code know if every people in my video chat room can use rtmfp?

I have created a video chat room by FMS/Flex. what I need to do is: If everybody in one chat room can use rtmfp, we go with rtmfp if anybody in the chat room disabled his rtmfp, we go with rtmp. Now I need to create a logic to decide if everybody…
Luke Lee
  • 33
  • 2
1
vote
1 answer

rtmfp NetGroup - not all clients see messages inside group

I have Flex application - it connects to FMS and joins to NetGroup named "default". So I have for example 4 clients connected to the same server in the same group. And looks like not all clients are connected to each other! Client1 sees Client2's…
Alex Kirs
  • 339
  • 2
  • 13
1
vote
0 answers

How to enable listen in objective C(cocoa) to listen to the changes in database?

Hi all. I'm working on a cocoa desktop application. I'm uploding a file to the server, Now i want the other users to get the notifications whenever i upload a new file from my app. and vice versa.. and whenever a file is uploaded to the server from…
Nithin S
  • 109
  • 1
  • 7
1
vote
1 answer

How to detect when a remote client has started/stopped streaming video over his NetStream with RTFMP in AS3?

Am building a video chat application and i was wondering if there are any native events for the NetStream that fire , that can help in detecting when a remote client starts/stops streaming video over his outgoing stream (NetStream) to which the…
1
vote
2 answers

RTMFP communication without Flash Server

Is it possible to communicate with RTMFP from serverside without flash server? Thanks ;)
Somebody
  • 9,316
  • 26
  • 94
  • 142
1
vote
2 answers

RTMFP .NET Server

Where i can find any RTMFP .NET server?
62316e
  • 225
  • 2
  • 19
1
vote
1 answer

P2P video chat - open firewall ports

I just wrote a P2P video chat similiar to the Cirrus example application on my web site. It works great, as long as both users manually open the ports required for RTMFP. Naturally this is a deal breaker for me - since no one will use it. What is…
krakover
  • 2,989
  • 2
  • 27
  • 29
1
vote
1 answer

Adobe AIR - RTMFP error

We develop local multiplayer games in AIR+AS3+Flex environment. We use the p2plocal library, which based on the RTMFP protocol. We found the following error at the testing: it seems there is a limit of the nodes numbers. Around about 16 nodes,…
weimperf
  • 11
  • 2
1
vote
1 answer

P2P Voice Chat FP 10 rtmfp

I am using Adobe Citrus and Air. The goal is to make a voice chat application with low latency. I take the sound samples that I get from the Microphone SAMPLE_DATA_EVENT encode them in using Native Process and speexenc.exe. The question with…
Radu
  • 37
  • 10