1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-01-30 23:13:00 +00:00
2020-09-28 09:31:59 +02:00
2020-09-27 21:31:35 +02:00
2020-09-27 22:32:49 +02:00
2020-09-27 22:40:07 +02:00
2020-09-27 21:21:32 +02:00
2020-09-27 21:31:35 +02:00
2020-09-27 20:43:00 +02:00
2020-09-27 20:43:00 +02:00
2020-09-25 15:26:33 +02:00
2020-09-27 21:55:28 +02:00
2020-09-27 22:14:35 +02:00

Ghostream

License: MIT pipeline status coverage report

Boooo! A simple streaming server with authentication and open-source technologies.

This project was developped at Cr@ns to stream events.

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.

You can also launch the Docker image using,

docker build . -t ghostream
docker run -it --rm -p 8080:8080 -p 2112:2112 -p 9710:9710 ghostream

References

Description
No description provided
Readme MIT 1.5 MiB
Languages
Go 73.4%
JavaScript 13.7%
HTML 8.5%
CSS 3.7%
Dockerfile 0.7%