Hi all,
Flash 10+ allows peer to peer capabilities to be implemented in Flex and Flash applications. However Adobe has sought to "control" this feature by ensuring that P2P can only be achieved using their hosted beta service called Stratus.
This is to the best of my knowledge. Is there any alternate method to achieve the same?
FYI: What Adobe Stratus does is it issues an encrypted 256 bit nearId to each client on NetConnection, and clients need to know each other's nearId's to connect using NetStream. One option could be to natively generate a nearId and share it without any dependencies on Adobe Stratus. Not sure if that would work tho.
All ideas welcome! :)