Add new repository for ffmpeg -- Version 2.8 in Ubuntu 16's main repo lists AAC as...
authorAdam <ghedipunk@gmail.com>
Fri, 5 Jan 2018 20:26:49 +0000 (13:26 -0700)
committerAdam <ghedipunk@gmail.com>
Fri, 5 Jan 2018 20:26:49 +0000 (13:26 -0700)
Ubuntu-16-Production-Installation-Guide.md

index 6c9720cf8d0df29e05966f2e06a5fab956c5d310..22c30425ee4192c5f013923fbaf1625f0195f5b7 100644 (file)
@@ -4,6 +4,7 @@ Credit: https://github.com/Chocobozzz/PeerTube/issues/33
 We need to install dependencies:
 
     curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
+    sudo add-apt-repository ppa:jonathonf/ffmpeg-3
     echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
     sudo apt-get update
     sudo apt-get dist-upgrade