I'm developing a LAN messenger in java. I'm following P2P approach using JXTA for sending message. Now I want to add extra functionality of audio chat. My main problem is that does JXTA supports sending of voice data?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I don't think there is an out-of-the-box solution for this in JXTA. But you can use a BidirectionalPipe (which should be using UDP) for the communication. Check this book.

link|improve this answer
I lead the release of JXTA 2.6 and 2.7. And no, there is no solution out of the box. You have to build it on top of JXTA. – JVerstry Mar 11 at 0:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.