1.0 KiB
1.0 KiB
Ghostream
Boooo! A simple streaming server with authentication and open-source technologies.
Features:
- WebRTC playback with a lightweight web interface.
- Low-latency streaming, sub-second with web player.
- Authentification of incoming stream using LDAP server.
Installation with Docker
An example is given in docs/docker-compose.yml. It uses Traefik reverse proxy.
References
- Phil Cluff (2019), Streaming video on the internet without MPEG.
- MDN web docs, Signaling and video calling.
- WebRTC For The Curious