Cirrus is service hosted by Adobe that helps multiple Flash Player to communicate between them using RTMFP protocol.
Questions tagged [adobe-cirrus]
50 questions
1
vote
0 answers
Porting a Adobe Air app to run on android devices
I found a example on a blog, how its possible to use the Adobe Cirrus to develope real-time collaboration applications. I this case its a videochat client, but the thing is that the code is written to run at desktops, not mobile devices. So my…

Tobias Moe Thorstensen
- 8,861
- 16
- 75
- 143
1
vote
1 answer
Adobe Cirrus (Stratus) doesn't work if user have local network
I am developing flash p2p chat. It works fine on my friends' computers (they can chat each other), but not on mine. The problem is that I have local network at home, and I think that Flash Player tries to make p2p requests to peers inside my local…

Oleg Berman
- 664
- 5
- 18
1
vote
2 answers
Why am i getting NetStream.Connect.Closed?
When I execute the following:
private function setUpRecvStream():void {
writeText("Connecting to: " + theirID);
recvStream = new NetStream(netConnection, theirID);
…

Mike
- 2,514
- 2
- 23
- 37
1
vote
2 answers
Using Flash peer to peer to share files. How to display a progress bar to the downloading client?
I am trying to implement the actionscript program described at this address. http://cookbooks.adobe.com/post_Create_a_P2P_file_sharing_application-16539.html. It lets two flash client connect to the cirrus service and share a file using the flash…

Anon21
- 2,961
- 6
- 37
- 46
1
vote
1 answer
netStream status events question using Adobe Cirrus
Basically i'll try and sum this up. I have a bunch of potential random strings for recvStream.play("randomstring");
then i have a timer checking every 5 seconds on a function that runs an event…

brybam
- 5,009
- 12
- 51
- 93
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
1 answer
Error #1069: Property startTransmit not found on flash.net.NetStream and there is no default value
import flash.display.MovieClip;
import flash.net.NetConnection;
import flash.events.NetStatusEvent;
import flash.media.Camera;
import flash.events.MouseEvent;
import flash.net.NetStream;
import flash.media.Microphone;
import…

shefali
- 85
- 1
- 9
1
vote
0 answers
NetStream error callback, peer to peer
I am pretty new , I know this place is really strict and is for the well of the forum...
So please forgive if my question is not appropriate..
I have a chat application using node.js , the user request cam with the partner this create a flash object…

UTAN
- 11
- 4
0
votes
1 answer
Adobe Cirrus in Flash app without Flex
Now I am using Adobe Cirrus in my Flex app, but I think that Flex is too complicated for such simple application.
Is it possible to use Adobe Cirrus in plain Flash apps?

Kir
- 7,981
- 12
- 52
- 69
0
votes
0 answers
NetGroup.postToAllNeighbors does nothing
We are using a Cumulus server as our RTMFP server to implement a voice chat.
The voice streaming with NetStreams works perfectly fine almost no delay here, but we also want to transfer the activity level of the microphone of each member of the…

TheSHEEEP
- 2,961
- 2
- 31
- 57
0
votes
1 answer
Wowza and Adobe Stratus/Cirrus
We have one website where we stream live sport events over (Wowza media server).
Wowza dont support p2p now.
Is possible to integrate wowza with Adobe Stratus/Cirrus?
Any player example?

meli medo
- 151
- 1
- 1
- 6
0
votes
1 answer
What better way to show a list of online users in the rtmfp (cirrus) group
What better way to show a list of online users in the rtmfp (cirrus) group?
For example in this project http://www.flashrealtime.com/simple-chat-p2p-netgroup-rtmfp/.
Initial registration is not difficult (it`s can do easy like exchanging messages…

user1156168
- 936
- 13
- 32
0
votes
2 answers
How to set the keyframe interval for RTMFP streams?
I use RTMFP with NetGroup and Adobe Cirrus.
Broadcasting settings are 320x240 with 5 fps.
However, in some cases it takes a long time for the webcam stream to appear (10-20 seconds, even if having a 1:1 connection).
If the stream appears eventually,…

valentin
- 511
- 3
- 16
0
votes
4 answers
Do I need Flash Media Server to make this project?
Im starting to learn about how RTMFP works in Flash, and I want to know what do I need to make this happen.
I got this game, flash game, and I'd like to use RTMFP so other players can play versus/coop with each other.
Think of a RTS (Starcraft), I…

Artemix
- 8,497
- 14
- 48
- 75
0
votes
1 answer
How to make a webservice in RTMFP? (and.. how it works)
I managed (thanks to an example I saw in adobe labs) to host in my webpage an swf, and through Cirrus I could establish a connection between two different users, that worked like a charm, BUT, I had to pass through msn the peer ID in order to…

Artemix
- 8,497
- 14
- 48
- 75