Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

blixtsystems
blixtsystems
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by blixtsystems
Customize the badges you want to showcase on your profile
Re: TCP fallback and p2pDataMessaging - Adobe LiveCycle 27-11-2010
I'm testing using an AIR on Android application, and using WiFi all data comes trough as it should. Switching to 3G no P2P data comes through, but isRTMFP and isP2P are still both true. I will see if I can block UDP on my router to check if that gives me different results.But I guess it does seem like I will be forced to rely on implementing a timeout to check if a client is unable to communicate using UDP, since isRTMFP and isP2P cannot be trusted in all scenarios.

Views

133

Likes

0

Replies

0
Re: TCP fallback and p2pDataMessaging - Adobe LiveCycle 26-11-2010
Just did a quick check to see if there seems to be any built in functionality that would make it possible to determine if a user is able to do data messaging over p2p, and I cannot seem to find anything.I tried UserDescriptor.isRTMFP, UserManager.isPeerEnable, and StreamManager.isP2P. They will all return true also when I'm testing with my 3G network, even though it does not let trough any P2P data.Is there really no convenient way to check if a user is capable of P2P data messaging?

Views

134

Likes

0

Replies

0
Re: TCP fallback and p2pDataMessaging - Adobe LiveCycle 26-11-2010
Thanks for the reply,I tried setting AdobeHSAuthenticator.protocol to "rtmps", and when I do that the application works on my 3G network, but from what I can figure protocol can only be set during login and not changed during a session.If I can set p2pDataMessaging to false for the nodes to ensure that the traffic goes over TCP that seems like a more practical solution.Would setting StreamManager.streamMulticast to false have the same effect? Are there any differences depending on what setting I...

Views

132

Likes

0

Replies

0
TCP fallback and p2pDataMessaging - Adobe LiveCycle 26-11-2010
Hi,I developed an application for which I used Cirrus to provide low latency data messaging between peers. I now decided to use LCCS instead, since from what I understand it should provide fallback to TCP/rtmp when the user is behind a firewall that does not allow UDP traffic.I now have the application up and running using LCCS, and it provides good performance when using p2pDataMessaging, but I still have no luck getting messages trough on my 3G network on which UDP is blocked.I cannot find any...

Views

1.1K

Likes

0

Replies

5