Questions tagged [adobe-cirrus]

Cirrus is service hosted by Adobe that helps multiple Flash Player to communicate between them using RTMFP protocol.

50 questions
8
votes
1 answer

How to implement my own Cirrus (previously named Stratus) server?

I am interesting in creating a P2P application using Cirrus (http://labs.adobe.com/technologies/cirrus/rtmfpgroups.html). The examples given create a connection with servers managed by Adobe. I'd like to do this on my Node.js server, how should I…
Tom
  • 8,536
  • 31
  • 133
  • 232
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
5 answers

Adobe Cirrus Error on Direct Connect"Property startTransmit not found on flash.net.NetStream"

The error: ReferenceError: Error #1069: Property startTransmit not found on flash.net.NetStream and there is no default value. I've played around with cirrus plenty of times before and have yet to see this error before. But now I cant get it to go…
brybam
  • 5,009
  • 12
  • 51
  • 93
3
votes
1 answer

Why NetGroup.MulticastStream.UnpublishNotify fires just after NetGroup.MulticastStream.PublishNotify

I am working on Cirrus I want to make audio chat. I publish stream on one side but its NetGroup.MulticastStream.PublishNotify event doesn't fires at first time....When I publish it twice or thrice it fires. I play the stream on the other side using…
3
votes
2 answers

Adobe Cirrus: Quickest way to deliver a chunk of data to a single peer with known id

Adobe Cirrus offers a number of options for transferring data from peer to peer: Directed Routing, Object Replication and Multicasting to name a few. I just want to send the data to one specific peer, its fine for other peers to 'see' it in transit.…
Tom
  • 7,994
  • 8
  • 45
  • 62
3
votes
1 answer

Can't read a simple Adobe Cirrus/Stratus incoming stream with Flex

I'm trying to put in place a Flex application that allows a user to send a video stream and let the others to display it. I created a sender page (below).The code is very simple and works perfectly:
Zakaria
  • 14,892
  • 22
  • 84
  • 125
3
votes
0 answers

Is there a white labeled RTMFP solution?

I'm trying to use Adobe Cirrus p2p video chat in my app but i don't have a clue how to implement that especially that i'm a js/php developer, so i'm wondering if there is some JS libraries to make web cam areas and connect/disconnect through that…
CodeOverload
  • 47,274
  • 54
  • 131
  • 219
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
1 answer

P2P Cirrus connection Flash-client and HTML-client

In a network many examples of p2p (Cirrus) Flash text chat and games. Is it possible to connect with Cirrus two clients to exchange messages, one of which flash client and the other normal HTML (JavaScrip and PHP) without Flash? Of course you can…
Astraport
  • 1,239
  • 4
  • 20
  • 40
2
votes
1 answer

RTFMP - Remote stream not showing

I'm trying to create a 2-way videochat. Your own webcam shows perfectly fine, but the other doesn't. I used this page as an example: http://www.adobe.com/devnet/flashmediaserver/articles/p2p_apps_cirrus_lccs.html Following the steps on the page…
2
votes
1 answer

Flash p2p: communication between more than 2 clients

I'm doing some experiments with Adobe Cirrus. I've managed to connect 2 clients to each other. But what I want now is the following: I want client A to publish and clients B and C to play A's stream. I've tried to do this. A starts publishing, B and…
Timofei Davydik
  • 7,244
  • 7
  • 33
  • 59
2
votes
1 answer

Flash p2p: managing clients

What's the best way of managing clients in p2p (cirrus) application? For example, I want to make a game for 2 players. User clicks button "Play", and another random user (who also clicked "play"), will become his opponent. And I'm trying to…
Timofei Davydik
  • 7,244
  • 7
  • 33
  • 59
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
2
votes
0 answers

Adobe cirrus android application exit/restart without any errors

Greeting. I'm currently working on a crossplatform test project that involves adobe cirrus for video chat and such. The application is written in Flash builder 4.6 standard (no profiler option) in flex and A3 and the target platform is Windows and…
2
votes
1 answer

Is it any way to run two instances of debuggers?

I'm working in a project that is a multiplayer game, and it runs on Cirrus. It would be nice to debug both instances of the running games, not only one, but Flash Builder stops one debug instance as soon as I send a new debug call. Do you have any…
Artemix
  • 8,497
  • 14
  • 48
  • 75
1
2 3 4