I am attempting to create a one way audio public address system in Java whereas there is a server that is sending packets from a mic, and there are multiple clients that can connect to this server.
This should be java 8 on a linux machine, NOT ANDROID.
My initial plan was to use something like mumble or teamspeak however teamspeak has a ton of license limitations for my client and mumble has a library in literally every other language besides java.
I have found alot of things on here about using libraries such as xuggler however all the code and suggestions at a minimum seem to be about 5 years old so I am hoping there might be a newer way to do this.
Any help is appreciated!
Thanks, Dan