Skip to content
stummk edited this page Mar 25, 2024 · 3 revisions

The app is part of the SHMA project. With this app one can stream audio from one audio input device to devices in local network. Streaming over the internet is not supported by this project and will not be maintained. To Listen to the streams the SHMA-Client is required.

Supported Systems

✔️




Requirements

Host ip/Firewall ports

The server application will stream to clients in the local area network (lan). The server host address (ip) and the ports used to stream must be accessible by the clients. It is recommended to use a static ip for your server, so the ip do not change and the clients have to be configured again. As an alternative you can use a hostname to point to the server. Consult google if you don't know how to do it.

Microphone/Audio input

You can use your microphone as audio input device or any else audio input source you have. You have to give permission to the app to listen to this audio input. Consult google if you don't know how to do it.

Clone this wiki locally