Loading... 网上的教程多是使用apt安装,麻烦不说还经常出错。 可以使用以下方法 在以下网站, [Downloads | Jellyfin](https://jellyfin.org/downloads/server/) 点击all ubuntu versions 然后下载如下两个文件 https://repo.jellyfin.org/releases/server/ubuntu/versions/stable/server/10.8.8/jellyfin-server_10.8.8-1_amd64.deb https://repo.jellyfin.org/releases/server/ubuntu/versions/stable/web/10.8.8/jellyfin-web_10.8.8-1_all.deb 手动下载下来,传到服务器上,然后dpkg -i 安装, 然后ubuntu server可以`apt install ffmpeg`这样就齐了,注意dpkg 安装 jellyfin-server时可能会报错,使用`apt-get --fix-broken install`就可以了。然后`systemctl start jellyfin` 搞定,在网不好的情况下这种方法比apt安装还快些。 --- 2023.01.27 centos环境下建议还是手动安装ffmpeg,yum安装的不行 [宝塔面板(CentOS7)安装ffmpeg视频切片模块_withoutfear的博客-CSDN博客_宝塔安装ffmpeg](https://blog.csdn.net/withoutfear/article/details/120240709) ``` # 下载ffmpeg(x64二进制文件) wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz # 解压文件 tar xvf ffmpeg-git-*-static.tar.xz && rm -rf ffmpeg-git-*-static.tar.xz #将ffmpeg和ffprobe可执行文件移至/usr/bin方便系统直接调用 mv ffmpeg-git-*/ffmpeg ffmpeg-git-*/ffprobe /usr/bin/ ``` Last modification:January 27, 2023 © Allow specification reprint Like 如果觉得我的文章对你有用,请留下评论。
3 comments
请问是上传到服务器哪个位置?
1
随便,到哪个位置,只是上传上去。