Jellyfin Forum
Transcoding setup issues - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Transcoding setup issues (/t-transcoding-setup-issues)

Pages: 1 2 3 4


RE: Transcoding setup issues - Deegee88 - 2024-03-13

$ /usr/lib/jellygin-ffmpeg/vainfo
/bin/sh: 2: /usr/lib/jellygin-ffmpeg/vainfo: not found

$ /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va -init_hw_device opencl@va
ffmpeg version 5.1.4-Jellyfin Copyright © 2000-2023 the FFmpeg developers
built with gcc 10 (Debian 10.2.1-6)
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libsvtav1 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
[AVHWDeviceContext @ 0x559870c96100] Cannot open DRM render node for device 0.
[AVHWDeviceContext @ 0x559870c96100] Cannot open DRM render node for device 1.
[AVHWDeviceContext @ 0x559870c96100] Cannot open DRM render node for device 2.
[AVHWDeviceContext @ 0x559870c96100] Cannot open DRM render node for device 3.
[AVHWDeviceContext @ 0x559870c96100] Cannot open DRM render node for device 4.
[AVHWDeviceContext @ 0x559870c96100] Cannot open DRM render node for device 5.
[AVHWDeviceContext @ 0x559870c96100] Cannot open DRM render node for device 6.
[AVHWDeviceContext @ 0x559870c96100] Cannot open DRM render node for device 7.
[AVHWDeviceContext @ 0x559870c96100] No VA display found for any default device.
Device creation failed: -22.
Failed to set value 'vaapi=va' for option 'init_hw_device': Invalid argument
Error parsing global options: Invalid argument
$

Currently i still have "0" allocated for all GPUs.
Not sure if i need to change this back to "1" for intel gpu?


RE: Transcoding setup issues - TheDreadPirate - 2024-03-13

At this point I think it would be better to go ask on the TrueNAS forums the proper way to pass the GPU into the container. I am not a TrueNAS users. Just trying to translate command line, vanilla docker to how I think TrueNAS implements it.

https://www.truenas.com/community/


RE: Transcoding setup issues - Deegee88 - 2024-03-16

Hi Dread, wondering if you can help.
I've decided to spin up a linux VM to see if i can get this working here - i've installed portainer and am going to try to run jellyfin through this.
I've got a yml file : https://sourceb.in/bHqDedPan0
but i'm not 100% sure what i'm doing...i need to be able to access the smb share where the media is stored but i'm coming across errors.
I'm hoping you'll be able to see the obvious error!


RE: Transcoding setup issues - TheDreadPirate - 2024-03-16

Mount the SMB shares in the VM and then pass those mount paths into the container as plain folders. Letting the OS deal with the SMB shares is a lot easier than coaxing Docker or Jellyfin to deal with them.


RE: Transcoding setup issues - Deegee88 - 2024-03-16

Okay - i shall google how to add an SMF/NFS share!!