From b6b48e8ceae266e0bc5533a96546c6b83650df52 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 7 Apr 2015 21:41:13 +0200 Subject: [PATCH] How to install deps --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 93279df..f7b7b40 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,7 @@ __Please use a different name and logo if you run it on a public server.__ ##Other dependencies You need [avconv](https://libav.org/avconv.html) and [rtmpdump](http://rtmpdump.mplayerhq.hu/) in order to enable conversions. If you don't want to enable conversions, you can disable it in *config.php*. + +On Debian-based systems: + + sudo apt-get install libavcodec-extra rtmpdump