Adobe Adobe Flash Peer-to-Peer Application

I am making a meeting system that displays documents (PDF) for end users using Adobe Flash AS3 and Adobe Air. as a requirement, we need to develop some interactive tools between end users, such as chat, file sending, polls, etc., but I have to do it based on a peer-to-peer connection. (No client / server method allowed due to cost and security considerations)

My question is: Can Flash, through Flash / ActionScript / Air, make such an application that links a peer-to-peer connection? And what code or way to do this?

+3
source share
1 answer

yes it is possible - you will want to check out adobe stratus, which is currently in beta: http://labs.adobe.com/technologies/stratus/

Danny patterson has good info about this: http://www.dannypatterson.com/labs.cfm

but ... you need to connect to the rtmfp server at some point, but I believe that after that all the information is transmitted in a peer-to-peer way ... so I'm not sure if this will work in your case, but it’s worth checking :)

+4
source

Source: https://habr.com/ru/post/1708755/


All Articles