From 8de28e47819a99020188202a9acc9bb512e6f2a5 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 11 Oct 2020 00:55:04 +0200 Subject: [PATCH] Specify version for libsrt on Buster --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2367b79..e2f1127 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ sudo apt install git golang ffmpeg libsrt1-openssl go get gitlab.crans.org/nounous/ghostream ``` -On Ubuntu 20.04 or Debian Buster, you may manually install libsrt 1.4.1: install [libsrt-openssl-dev](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). +On Ubuntu 20.04 or Debian Buster, you may manually install libsrt 1.4.1: install [libsrt1-openssl 1.4.1](http://ftp.fr.debian.org/debian/pool/main/s/srt/libsrt1-openssl_1.4.1-5+b1_amd64.deb) then [libsrt-openssl-dev 1.4.1](http://ftp.fr.debian.org/debian/pool/main/s/srt/libsrt-openssl-dev_1.4.1-5+b1_amd64.deb). For development, you may clone this repository, then `go run main.go`.