1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-07-02 01:08:16 +02:00

Use POST to exchange WebRTC sessions

This commit is contained in:
Alexandre Iooss
2020-09-23 13:52:12 +02:00
parent e6450fd96a
commit 4990d09767
3 changed files with 117 additions and 44 deletions

22
README.md Normal file
View File

@ -0,0 +1,22 @@
# Ghostream
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/gpl-2.0.txt)
[![pipeline status](https://gitlab.crans.org/nounous/ghostream/badges/master/pipeline.svg)](https://gitlab.crans.org/nounous/ghostream/commits/master)
*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](doc/docker-compose.yml).
It uses Traefik reverse proxy.
## References
- Phil Cluff (2019), *[Streaming video on the internet without MPEG.](https://mux.com/blog/streaming-video-on-the-internet-without-mpeg/)*
- MDN web docs, *[Signaling and video calling.](https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Signaling_and_video_calling)*