Question / Help Secure audio streaming server

dc2bluelight

New Member
I'm very new to OBS, so please just direct me to where to find the answers if they've been answered.

The project is to set up an audio streaming system where live seminar audio is streamed to <50 listeners. However, it's not an open broadcast, listeners must login with a password that is given to them. It can be the same for everyone, but the stream needs basic password protection.

Is lisener login/password possible with OBS?

Our platform will be Win10 Pro, the stream will be a very generic speech quality codec and bit rate, mono.

Thanks, all!

Future application, so no log file.
 

koala

Active Member
OBS Studio is a video streaming client, that means it sends its stream to a server. It does not send any stream directly to clients. The server broadcasts the stream to the viewers. OBS does not contain a server, it's only the client that captures and composites the stream and sends it to the server.
Login and security is a function within a server. OBS Studio is a video streaming client. As far as I know, it's not made to create an audio-only broadcast.

You might look into these resources for setting up your own server:
https://obsproject.com/forum/resour...wn-private-rtmfp-server-using-monaserver.153/
https://obsproject.com/forum/resources/how-to-set-up-your-own-private-rtmp-server-using-nginx.50/
 
Top