Dear Friends,

We would like to explore the option of having a P2P server built around the Chat Server example where we can communicate with peer groups by
a) broadcasting message texts
b) broadcasting documents from anywhere b/w 200 kb to 10 MB with peers
c) streaming audio / video data on UDP with peers

We are trying to build something very similar to what Yahoo IM provides with text / audio and video messaging, but integrated with our current groupware solution to our client.

I would like to know
a) if we can extend the current chat server example to handle streaming of large binary files (and not block wise). *NOTE: *JBoss remoting have achieved this (see http://labs.jboss.com/jbossremoting/docs/guide/ch06.html) through we are unable to see how we can simulate to a P2P system that we are looking at.

b) wil the chat server example work with clients behind across various local networks behind NAT / Firewall.

Kindly advice me if there is a way we can achieve this, and if yes, how.

Your guidance / help would be much appreciated,
Pat

Reply via email to