Add instructions for Debian

This commit is contained in:
Alexandre Iooss 2020-09-28 16:29:24 +02:00
parent 3449124d62
commit a552b48730
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@ Features:
- Low-latency streaming, sub-second with web player.
- Authentification of incoming stream using LDAP server.
## Installation on Debian/Ubuntu
You need at least libsrt 1.4.1. On Ubuntu 20.04 or Debian Buster, you may manually install [libsrt1-openssl](http://ftp.fr.debian.org/debian/pool/main/s/srt/libsrt1-openssl_1.4.1-5+b1_amd64.deb) then [libsrt-openssl-dev](http://ftp.fr.debian.org/debian/pool/main/s/srt/libsrt-openssl-dev_1.4.1-5+b1_amd64.deb).
You may clone this repository, then `go run main.go` for debugging, or `go get gitlab.crans.org/nounous/ghostream`.
## Installation with Docker
An example is given in [docs/docker-compose.yml](docs/docker-compose.yml).