• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Transcoding setup issues

    Pages (4): « Previous 1 2 3 4

     
    • 0 Vote(s) - 0 Average

    Transcoding setup issues

    Deegee88
    Offline

    Member

    Posts: 59
    Threads: 7
    Joined: 2023 Dec
    Reputation: 0
    Country:United Kingdom
    #31
    2024-03-13, 10:34 PM (This post was last modified: 2024-03-13, 10:36 PM by Deegee88.)
    $ /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?
    Jellyfin 10.10.3
    Ubuntu Desktop LTS 24.04
    Intel Xeon E5-1650 v3
    64GB DDR4
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #32
    2024-03-13, 10:53 PM (This post was last modified: 2024-03-13, 10:53 PM by TheDreadPirate. Edited 1 time in total.)
    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/
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Deegee88
    Offline

    Member

    Posts: 59
    Threads: 7
    Joined: 2023 Dec
    Reputation: 0
    Country:United Kingdom
    #33
    2024-03-16, 04:20 PM
    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!
    Jellyfin 10.10.3
    Ubuntu Desktop LTS 24.04
    Intel Xeon E5-1650 v3
    64GB DDR4
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #34
    2024-03-16, 04:44 PM (This post was last modified: 2024-03-16, 04:45 PM by TheDreadPirate.)
    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.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Deegee88
    Offline

    Member

    Posts: 59
    Threads: 7
    Joined: 2023 Dec
    Reputation: 0
    Country:United Kingdom
    #35
    2024-03-16, 05:07 PM
    Okay - i shall google how to add an SMF/NFS share!!
    Jellyfin 10.10.3
    Ubuntu Desktop LTS 24.04
    Intel Xeon E5-1650 v3
    64GB DDR4
    Pages (4): « Previous 1 2 3 4

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode