Deliver message to all peers in rtmfp
Hi!
How can I send some data to ALL peers via p2p-network?
I tried using netgroup.post() but not all users recieved this messages.
Then I tried to get peers to resend ( via post() ) all the data they have received - this works well, but produces large amounts of additional traffic for all peers (3х-5х and more)
Is there a way guaranteed to deliver a message from the server to all peers? (not sending data from a server directly to each peer)
Thanks!
