Add instructions for Debian
This commit is contained in:
parent
3449124d62
commit
a552b48730
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue