资料
下载:https://emby.media/download.html
安装
FreeBSD:
安装依赖:
sudo pkg install mono libass fontconfig freetype2 fribidi gnutls iconv opus sqlite3 libtheora libva libvpx libvorbis webp libx264 x265 dav1d libzvbi libraw ImageMagick6
在FreeBSD 11.2上安装Emby Server:
pkg add -f https://github.com/MediaBrowser/Emby.Releases/releases/download/4.6.0.8/emby-server-freebsd11_4.6.0.8_amd64.txz
sysrc emby_server_enable="YES"
service emby-server start
在FreeBSD 12上安装Emby Server:
pkg add -f https://github.com/MediaBrowser/Emby.Releases/releases/download/4.6.0.8/emby-server-freebsd12_4.6.0.8_amd64.txz
sysrc emby_server_enable="YES"
service emby-server start
打开您的Web浏览器并访问http://localhost:8096
以运行Emby Server
启动向导。
Ubuntu X64
Ubuntu X64
下载 emby-server-deb_4.5.4.0_amd64.deb
dpkg -i emby-server-deb_4.5.4.0_amd64.deb
打开Web浏览器访问 http://localhost:8096
Ubuntu Arm64 (aarch64)
下载 emby-server-deb_4.5.4.0_arm64.deb
dpkg -i emby-server-deb_4.5.4.0_arm64.deb
打开Web浏览器访问 http://localhost:8096
Ubuntu Armv7 (armhf)
下载 emby-server-deb_4.5.4.0_armhf.deb
dpkg -i emby-server-deb_4.5.4.0_armhf.deb
打开Web浏览器访问 http://localhost:8096
Ubuntu X64 – BETA
下载 emby-server-deb_4.6.0.8_amd64.deb
dpkg -i emby-server-deb_4.6.0.8_amd64.deb
打开Web浏览器访问 http://localhost:8096
Ubuntu Arm64 (aarch64) – BETA
下载 emby-server-deb_4.6.0.8_arm64.deb
dpkg -i emby-server-deb_4.6.0.8_arm64.deb
打开Web浏览器访问 http://localhost:8096
Ubuntu Armv7 (armhf) – BETA
下载 emby-server-deb_4.6.0.8_armhf.deb
dpkg -i emby-server-deb_4.6.0.8_armhf.deb
打开Web浏览器访问 http://localhost:8096
CentOS
CentOS X64
yum install https://github.com/MediaBrowser/Emby.Releases/releases/download/4.5.4.0/emby-server-rpm_4.5.4.0_x86_64.rpm
打开Web浏览器访问 http://localhost:8096
CentOS Arm64 (aarch64)
yum install https://github.com/MediaBrowser/Emby.Releases/releases/download/4.5.4.0/emby-server-rpm_4.5.4.0_aarch64.rpm
打开Web浏览器访问 http://localhost:8096
CentOS Armv7hl
yum install https://github.com/MediaBrowser/Emby.Releases/releases/download/4.5.4.0/emby-server-rpm_4.5.4.0_armv7hl.rpm
打开Web浏览器访问 http://localhost:8096
CentOS X64 – BETA
yum install https://github.com/MediaBrowser/Emby.Releases/releases/download/4.6.0.8/emby-server-rpm_4.6.0.8_x86_64.rpm
打开Web浏览器访问 http://localhost:8096
CentOS Arm64 (aarch64) – BETA
yum install https://github.com/MediaBrowser/Emby.Releases/releases/download/4.6.0.8/emby-server-rpm_4.6.0.8_aarch64.rpm
打开Web浏览器访问 http://localhost:8096
CentOS Armv7hl – BETA
yum install https://github.com/MediaBrowser/Emby.Releases/releases/download/4.6.0.8/emby-server-rpm_4.6.0.8_armv7hl.rpm
打开Web浏览器访问 http://localhost:8096
卸载
安装后的程序是:emby-server,根据不同得系统命令卸载即可。
如Ubuntu:apt-get remove emby-server