What options does a web developer currently have for implementing client-side peer-to-peer systems in the web browser? Some hypothetical examples might be a file-sharing service that bypasses the web-server after clients find eachother, or a chat…
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…
Re: nov25 Deploys/updates made from 11.18 - 11.24
Hi!
My stratus component stopped working today in dev and (stable) production environments.
I am seeing the following script error in chrome on OS X:
Uncaught ReferenceError: soundManager is…
I want to know How does Adobe Stratus work? to get an idea of how to do something like it on my own. So what net hack Stratus uses to work like it works?
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.…
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:
I was asked to add Stratus 2 Beta to our website so we can stream music. I went to the stratus website and they make it seem really simple to add the code they have to the website HTML but I can't get it to work.
This is what I have for it…
I started using Adobe Stratus yesterday and made a simple chat application. Today, I was to learn how to use the group feature.
But when I try to instantiate a GroupSpecifier variable, I get this error:
1046: Type was not found or was not a…
I have a publisher who publishes a netstream using stratus p2p. This is then connected to by player who subscribes to the netstream.
I believe one can reject the subscriber when the stream tries to connect by using the onPeerConnect method of the…
I'm aware of Stratus which is used for ChatRoulette with a requirement of Flash 10. Does anyone happen to know if ESPN uses the same technology or is it just the sheer amount of servers they have which makes this possible?
Am wondering if there are any drawbacks of using Adobe Stratus. Since it is only P2P, when will there be a case where P2P can't be used? On the site it says something like when UDP packets are blocked. How often is that? Say a thousand people use…
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…
I'm using Adobe Stratus (now renamed to Cirrus) to build a p2p application. Inside the application, I used NetStream.onPeerConnect callback function and expected it to be triggered every time when a peer is connected. However, it always failed with…
I have a simple video/chat application built in FLEX. I've created a groupSpecifier, netGroup and a NetStream for the different functionalities.
NetGroup is mainly used for the messaging (Posting) and keeping track of the users who enter.
NetStream…
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…