diff --git a/README.md b/README.md index f4c4c37..07e7cf4 100644 --- a/README.md +++ b/README.md @@ -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).