Can anyone recommend a #FOSS #RTMP server implementation for hosting an own (live)streaming server? :3
#boostok
@nyovaya nginx
@blub What if I want to use lighttpd?
@nyovaya thats fine, nginx-rtmp runs on port 1935 or whatever you want
@blub Oh I thought its part of the nginx webserver
Owncast

Owncast is your self-hosted live streaming solution.

Owncast

@nyovaya mistserver is about the most flexible that nobody seems to know about.

when i worked for a livestreaming company we had a partnership with them - that flexible.

@nyovaya Briefly: Top FOSS RTMP servers:
1. Nginx + RTMP module - lightweight, powerful, supports HLS/DASH, flexible configuration.
2. Red5 - Java-based, stable, stream recording, RTMP/RTMPT/RTMPE.
3. Ant Media Server (Community Edition) - WebRTC (latency <0.5s), interface, scalable.
4. SRS - C++, high performance, RTMP/HLS/WebRTC, easy setup.
:3 #boostok
@nyovaya I use MediaMTX for some stuff and it's really good at converting formats. It doesn't have a web UI like OwnCast, but one could just embed the HLS video in some website of one's own making.
@jana That did work better to setup better than I thought, now I just have to figure out to setup the headers, so that the JS doesnt get disabled.