2025-01-03, 05:36 PM
If the server is running on a RPi, why is it successfully transcoding via Intel QSV?
And the architecture is reported as X64.
And this looks like a plain deb package install and not a flatpak (which is good).
Having said all that, try changing the AllowedIPs to include the whole subnet.
Code:
-codec:v:0 h264_qsv
And the architecture is reported as X64.
Code:
[2025-01-03 13:30:54.928 +00:00] [INF] Architecture: X64
And this looks like a plain deb package install and not a flatpak (which is good).
Code:
[2025-01-03 13:28:36.450 +00:00] [INF] Program data path: "/var/lib/jellyfin"
[2025-01-03 13:28:36.450 +00:00] [INF] Log directory path: "/var/log/jellyfin"
[2025-01-03 13:28:36.450 +00:00] [INF] Config directory path: "/etc/jellyfin"
[2025-01-03 13:28:36.450 +00:00] [INF] Cache path: "/var/cache/jellyfin"
[2025-01-03 13:28:36.450 +00:00] [INF] Temp directory path: "/tmp/jellyfin"
[2025-01-03 13:28:36.450 +00:00] [INF] Web resources path: "/usr/share/jellyfin/web"
[2025-01-03 13:28:36.451 +00:00] [INF] Application directory: "/usr/lib/jellyfin/bin/"
Having said all that, try changing the AllowedIPs to include the whole subnet.
Code:
AllowedIPs = 192.168.178.0/24