Last active
December 11, 2016 01:18
-
-
Save extensionsapp/444c60214000d5afcce4d9af96355681 to your computer and use it in GitHub Desktop.
Install for stream video site.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "deb http://www.deb-multimedia.org jessie main non-free" >> /etc/apt/sources.list | |
echo "deb-src http://www.deb-multimedia.org jessie main non-free" >> /etc/apt/sources.list | |
apt-get -y -qq update | |
apt-get -y -qq install aptitude deb-multimedia-keyring debian-keyring debian-archive-keyring wget curl nano htop sudo lsb-release ca-certificates git-core openssl netcat debconf-utils cron | |
aptitude -y -qq update | |
aptitude -y -qq install build-essential libmp3lame-dev libvorbis-dev libtheora-dev libspeex-dev yasm pkg-config libfaac-dev libopenjpeg-dev libx264-dev | |
aptitude -y -qq install ffmpeg ruby gpac imagemagick | |
gem install flvtool2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment