Go to file
Alexandre Iooss 43158a655f
Auto reconnect to stream
2020-09-24 12:40:48 +02:00
auth Add basic and bypass auth methods 2020-09-22 16:39:06 +02:00
docs Add missing configuration options in example 2020-09-22 16:44:59 +02:00
internal/monitoring WebRTC session exchange working 2020-09-24 11:24:13 +02:00
stream WebRTC session exchange working 2020-09-24 11:24:13 +02:00
web Auto reconnect to stream 2020-09-24 12:40:48 +02:00
Dockerfile Split web into Go submodule 2020-09-21 17:47:31 +02:00
README.md Use POST to exchange WebRTC sessions 2020-09-23 13:52:12 +02:00
go.mod WebRTC player 2020-09-22 22:08:14 +02:00
go.sum WebRTC player 2020-09-22 22:08:14 +02:00
main.go WebRTC session exchange working 2020-09-24 11:24:13 +02:00

README.md

Ghostream

License: GPL v2 pipeline status

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