Tagged Questions
0
votes
1answer
38 views
actionscript 3.0 - p2p filesharing troubles (max upload file size)
i've designed a p2p apliccation which can transfer files without a server. and everything works fine. i can transfer files between peers. but as it turns out if file size is greater than 16mb (coz the ...
0
votes
0answers
16 views
Is there a way to change the NetGroup timeout when a user disconnects?
I have a series of devices connected through a local NetConnection using the NetGroup class.
I am trying to get an accurate count from NetGroup.neighborCount, but if a user suddenly drops (unclean ...
0
votes
0answers
136 views
Using Flash Media Server 4.5 for P2P video streaming
Is it possible to develop a P2P live/recorded video streaming .swf without using Cirrus/Stratus? If so, is there any reliable references where i start with? I've read about cirrus, but would like to ...
1
vote
1answer
277 views
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. ...
1
vote
1answer
203 views
AS3 how do I control a movieclip in a peer to peer instance swf?
I've made a app using netconnection and netgroup in Flash CS6. I'm trying to build a simple 2-player multiplayer game. When 2 two players are connected I would like to hide a movieclip in one of the ...
0
votes
1answer
439 views
Two peers RTMFP Chat: should I use NetGroup or not?
I made a Chat mainly inspired by the Cirrus Sample
Chat works fine, but on some cases, the "NetStream.Connect.Success" doesn't get triggered.
Both connections pass the ports check
Before switching to ...
0
votes
0answers
272 views
Receiving multiple NetStream.Connect.Success events fired when it supposedly shouldn't happen
I'm experimenting a bit with NetStream to pass data between players in a online Flash multiplayer game.
I use the events dispatches by the NetConnection class so I know what is the current state of ...
0
votes
1answer
119 views
AS3: how to find out the number of connected users in the net group?
I'd like to get the number of users connected to my net group. Not just my peers/neighbors, but all the clients within the group. Does Cirrus provide such functionality?
0
votes
1answer
261 views
Flex P2P multiple receivers from the same published NetStream
I'm doing P2P for my chat room. I can use Cirrus and transfer audio cum video well from 1 user to another. This is 1-to-1 transfer.
However, now, the scenario is a little bit different. I need to do ...
0
votes
0answers
40 views
Peer-Assisted Access not remember in flash global settings in Chrome
Chrome, Windows. When user open my application (this app used p2p) and click Allow on this Peer-Assisted popap (select "remember") http://screencast.com/t/zCAcuafni9 this site(flashstudio.com.ua) ...
0
votes
0answers
247 views
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 ...
2
votes
1answer
804 views
AS3 - P2P networking
I made a chat server in C/Linux, flash binary sockets and libev and it seems to be working pretty well, but I've been looking at flash peer-to-peer services and I'm wondering what could be done with ...
4
votes
3answers
891 views
How to transmit live video over a Socket using Flex / ActionScript 3?
My Requirements are similar to this old question of 2009. I am just re-posting since OP is kind of 2 years old and the question is closed now.
How can I transmit live video Stream over a Socket ...
0
votes
1answer
278 views
P2P Flash game #1009 error
I am trying to create a very basic flash game, using Tom Krcha's P2P gaming library, which I found here, the only problem I have is when I try to implement the class, I get a error when I try to ...
2
votes
1answer
360 views
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. ...
0
votes
1answer
235 views
p2p broadcasting - should be working?
Just want to be sure I am broadcasting my p2p stream correctly. I cannot play the stream so I want to make sure I am broadcasting correctly first then I will move on to worrying about playing it.
I ...
0
votes
1answer
357 views
ActionScript 3.0 P2P Connection WITHOUT encryption?
Is there any way to create a direct data connection between two flash clients without the use of Cirrus?
I'm asking because I create a multiplayer iPhone game with flash which currently uses Cirrus ...
2
votes
1answer
603 views
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"), ...
2
votes
2answers
2k views
How to get the name of the stream (RTMFP NetGroup Problem, Flex/AS3)
I'm implementing a peer-to-peer video conference application in Flex using the new RTMFP protocol and NetGroups..
Let's say the name of the group is Group1.
What I want to do is; When a new peer ...
3
votes
4answers
1k views
Flash p2p possible without Cirrus/LCCS?
Is it true that Flash p2p cannot be done without Cirrus/LiveCycle Collaboration Service? I've seen a similar question on SO and it is claimed there that it cannot be done. So, why not? Also, I've seen ...
1
vote
1answer
852 views
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 ...
1
vote
1answer
2k views
NetStream.client custom callback handler problem
I'm trying to add a custom callback handler to a NetStream client in a p2p application. The problem is, when I add such a handler, the NetStream Client doesn't function as it did before. It seems the ...
2
votes
0answers
643 views
Working example of NetStream.videoSampleAccess?
I'm currently building a browser-based application using Stratus. So far everything is working fine and I understand how it all works.
The problem is when I try to manipulate the pixel data of the ...
0
votes
1answer
780 views
Stratus (RTMFP) simple interaction user-user example
do anyone know a link or example that shows how to communicate two users using Stratus?, I know that Adobe site has some examples.. but they are all related to video streaming and so..
Thx in ...
0
votes
1answer
375 views
How can I implement adobe stratus client in C#?
In actionscript3 I am able to create a p2p network and send arbitary text data around. While this works fine in a network of flash clients I would like to connect a non flash client written instead in ...



