1.先安装依赖
yum install libicu fontconfig -y
2.配置rpmfusion源,安装ffmpeg(由于Jellyfin需要使用ffmpeg来进行转码)
yum install epel-release
wget https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm
rpm -ihv rpmfusion-free-release-7.noarch.rpm
yum install ffmpeg
3.下载CentOS最新可用RPM包进行安装:
最新版本可以在 https://repo.jellyfin.org/releases/server/centos/ 这个地址查看。


4.安装jellyfin
rpm -Uvh --nodeps jellyfin-web-10.7.7-1.el7.noarch.rpm
rpm -Uvh --nodeps jellyfin-server-10.7.7-1.el7.x86_64.rpm
rpm -Uvh --nodeps jellyfin-10.7.7-1.el7.x86_64.rpm

5.启动
#启动jellyfin
systemctl start jellyfin
#设置为开机启动
systemctl enable jellyfin
访问http://IP:8096根据页面提示完成jellyfin初始化。

本文介绍如何在CentOS上安装Jellyfin媒体服务器,包括安装依赖、配置rpmfusion源、安装ffmpeg及Jellyfin的步骤,并启动服务。
4522

被折叠的 条评论
为什么被折叠?



