I would like to create my own streaming server on which I can then broadcast a small radio show via IP. I would like to integrate this into my homepage via a link or only make the link available to certain people. I don't want to use public services like Twitch etc. How do I do that best? I would also have a Raspberry Pi available, maybe it will help ;-)
You need an RTMP server. There's a Docker image with a server, but unfortunately this is not available for ARM (architecture from RasPis)
I have an rtmp running on a Raspi 3 …
For radio, however, shoutcast is enough…
To send a radio stream, a Shoutcast server is enough…
This is also possible on a Raspi - tomorrow I'll look for the right instructions…
So the instructions for a simple RTMP server are available here:
https://opensource.com/article/19/1/basic-live-video-streaming-server
I've already done that on a Raspi…
Otherwise, if you only want to stream audio, a Shoutcast server is sufficient:
https://www.linode.com/docs/guides/how-to-install-shoutcast-dnas-server-on-linux/
I already had it running - and I managed to install something like this at the age of 47 …