Jellyfin是一个免费开源的媒体服务器软件,旨在提供个人媒体中心和流媒体服务。它支持多种常见的媒体格式,包括:
yum install libicu fontconfig -y
wget -c https://repo.jellyfin.org/releases/server/centos/stable/web/jellyfin-web-10.8.9-1.el7.noarch.rpm
wget -c https://repo.jellyfin.org/releases/server/centos/stable/server/jellyfin-server-10.8.9-1.el7.x86_64.rpm
wget -c https://repo.jellyfin.org/releases/server/centos/stable/server/jellyfin-10.8.9-1.el7.x86_64.rpm
rpm -Uvh --nodeps jellyfin-web-10.8.9-1.el7.noarch.rpm
rpm -Uvh --nodeps jellyfin-server-10.8.9-1.el7.x86_64.rpm
rpm -Uvh --nodeps jellyfin-10.8.9-1.el7.x86_64.rpm
systemctl start jellyfin
systemctl enable jellyfin
http://localhost:8096
进行访问。以上信息提供了关于jellyfin在centos上的多媒体格式支持以及在centos系统上的安装与配置方法,希望对您有所帮助。