Skip to content

Instantly share code, notes, and snippets.

@extensionsapp
Last active December 11, 2016 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save extensionsapp/444c60214000d5afcce4d9af96355681 to your computer and use it in GitHub Desktop.
Save extensionsapp/444c60214000d5afcce4d9af96355681 to your computer and use it in GitHub Desktop.
Install for stream video site.
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