首先说明一点,Flussonic Media Server只有Linux系统下的版本,因此如果您一定要使用Windows系统,那么您就不要考虑Flussonic了。
您也不要问为什么没有Windows版本,以及什么时候能发布Windows版本这样的问题。Flussonic Media Server只有Linux版本。
言归正传,下面分别介绍Flussonic Media Server在Debian / Ubuntu 系统和CentOS / Redhat系统下的安装过程:
一、Flussonic Media Server在Debian / Ubuntu 系统下的安装过程:
使用Debian安装包来安装,支持的CPU架构包括AMD64,不支持armhf.i686。
支持的操作系统版本:Ubuntu 12.04及以上,Debian 7 wheezy 及以上。
请使用下面的命令进行安装:
wget -q -O - http://debian.erlyvideo.org/binary/gpg.key | apt-key add -;
echo "deb http://debian.erlyvideo.org binary/" > /etc/apt/sources.list.d/erlyvideo.list;
apt-get update;
apt-get -y install flussonic flussonic-ffmpeg flussonic-python
二、Flussonic Media Server在CentOS / Redhat 系统下的安装过程:
支持的操作系统版本:CentOS,Redhat,SUSE等:
请使用下面的命令进行安装:
cat > /etc/yum.repos.d/Flussonic.repo <
[flussonic]
name=Flussonic
baseurl=http://debian.erlyvideo.org/rpm
enabled=1
gpgcheck=0
EOF
yum -y install flussonic-erlang flussonic flussonic-ffmpeg flussonic-python
三、将授权码(License)填写到license.txt文件中:
将授权码保存在 /etc/flussonic/license.txt 文件中,然后启动Flussonic Media Server:
/etc/init.d/flussonic start