Hello
I'm building a java application which works in a LAN environment, every computer on that LAN have this application installed on it, at some point i need this application to transfer voice simultaneously to all computer over the LAN (voice broadcasting) according to the following mechanism:
- Only one computer of the LAN can send voice using a microphone(the administrator)
- All computers receive that voice simultaneously (of course using my application)
- The voice should be recorded on the administrator computer after finishing the session.
Could anyone give me an idea of how to use java in working with voice transmission?
What java library can help me do that?
Please help, thank you