Proxmox

Jellyfin LXC container setup with SMB auto mount and Hardware Transcoding #Jellyfin #proxmox #smb



Update and upgrade
apt update && apt upgrade -y

Install Curl
apt install curl

Install Jellyfin
curl | sudo bash

GPU passthrough (match your lxc container number)

nano /etc/pve/lxc/your lxc container number.conf

lxc.cgroup2.devices.allow: c 226:0 rwm
lxc.cgroup2.devices.allow: c 226:128 rwm
lxc.cgroup2.devices.allow: c 29:0 rwm
lxc.mount.entry: /dev/dri dev/dri none bind,optional,create=dir
lxc.mount.entry: /dev/fb0 dev/fb0 none bind,optional,create=file
lxc.mount.entry: /dev/dri/card0 dev/dri/card0 none bind,optional,create=file
lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file

SMB auto mount (Check the Plex LXC server setup for detail)
mp0: /mnt/pve/Media,mp=/data/media

Install FFmpeg
sudo apt update && sudo apt install -y jellyfin-ffmpeg6

Add Jellyfin user in Render group
sudo usermod -aG render jellyfin
sudo systemctl restart jellyfin

Check setting in vfio.conf file
nano /etc/modprobe.d/vfio.conf

Check GPU passthrough
ls -l /dev/dri

歌曲: Always Moving Forward
音乐来自 www.fiftysounds.com/zh/

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button