I’m working on a project where I have multiple sources who would be streaming live audio to multiple recipients.
What I want to do is?
-
Publish audio from a client to the server.
-
The published audio should be streamed down to the receiving client.
Is there additional components I would have to write using the Wowza API or is this something which is available out of the box? I am experienced in java development, so I should be able to handle this task myself.
Thanks