From a552b48730711cdf24a6eca4b648e967f2760a98 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 28 Sep 2020 16:29:24 +0200 Subject: [PATCH] Add instructions for Debian --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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).