• 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 SOLVED: Hardware Transcoding on N5105 & TMDB Trailers not playing nvidia shield

     
    • 0 Vote(s) - 0 Average

    SOLVED: Hardware Transcoding on N5105 & TMDB Trailers not playing nvidia shield

    unable to get HW transcoding working-- various playback issues pending client
    Zeal514
    Offline

    Junior Member

    Posts: 16
    Threads: 4
    Joined: 2023 Aug
    Reputation: 0
    Country:United States
    #1
    2023-10-07, 02:05 AM (This post was last modified: 2023-10-07, 02:37 AM by Zeal514. Edited 6 times in total.)
    Version: 10.8.10
    Operating System: Linux
    Architecture: X64
    Install Method: Docker
    Hardware: Intel N5105 & 32gb ram
    Compose:

    Code:
    version: "3.8"
    services:
      jellyfin:
        image: lscr.io/linuxserver/jellyfin:latest
        container_name: jellyfin
        environment:
          - TZ=America/New_York
          #JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
        volumes:
          - /home/zeal/zdrive/docker/jellyfin/config:/config:rw
          - /home/zeal/data/media:/media:rw
        ports:
          - 8096:8096 #http webui
          # - 8920:8920 #optional #https webui, needs ssl
          # - 7359:7359/udp #optional allows clients to discover jellyfin on local network
          # - 1900:1900/udp #optional service discovery used by dnla and clients
        restart: unless-stopped
        network_mode: "arr"
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
        group_add:
          - "109" #GID of renderD128, allows jellyfin permissions


    So I can't seem to get jellyfin to transcode.  Ive attempted to play on my android phone via app, and firefox browser on linux pc, and no matter what I do, I get a error message saying that the media is invalid for this device.  I have tried turning off HW transcoding, setting  it to Intel, VAAPI, V4L2, no go.  I suspect its HW transcoding issue because when i initially set it up, the server ONLY wanted to transcode files and it was horrendously slow.  Then I set it to hardware transcode, and it seemed to allow for direct playback on my nvidia shield.  But all other devices that are requiring HW transcoding just arent getting it.

    I am aware of issues with jasperlake affecting N5105, and followed these steps here.

    Additionally.  I have TMDB Trailers plugin installed.  Weirdly enough, I can't get it to playback on the phone or on the nvidia Shield, but I can get it to play back on the firefox browser on my linux PC lol..  This is probably the bigger issue i need to solve, as most media gets played on the nvidia shield regardless.

    p.s. To Mods, I know i made a post a little over a month ago, I think it may have been deleted for not following up.  The reason being is I was hit by a hurricane 2 days later, and I spent the day after i posted the post preping for the hurricane.  Havent had a moment to return to this troubleshooting since.

    edit: I followed this guide below, and it still doesnt seem to work with VAAPI. I am getting this

    https://jellyfin.org/docs/general/admini...ualization

    Code:
    zeal@nasus:~/zdrive/docker/jellyfin$ docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va -init_hw_device opencl@va
    ffmpeg version 5.1.3-Jellyfin Copyright (c) 2000-2022 the FFmpeg developers
      built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
      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 @ 0x562f5093a4c0] Trying to use DRM render node for device 0.
    [AVHWDeviceContext @ 0x562f5093a4c0] libva: VA-API version 1.19.0
    [AVHWDeviceContext @ 0x562f5093a4c0] libva: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
    [AVHWDeviceContext @ 0x562f5093a4c0] libva: Found init function __vaDriverInit_1_19
    [AVHWDeviceContext @ 0x562f5093a4c0] libva: va_openDriver() returns 0
    [AVHWDeviceContext @ 0x562f5093a4c0] Initialised VAAPI connection: version 1.19
    [AVHWDeviceContext @ 0x562f5093a4c0] VAAPI driver: Intel iHD driver for Intel(R) Gen Graphics - 23.3.0 (919d398).
    [AVHWDeviceContext @ 0x562f5093a4c0] Driver not found in known nonstandard list, using standard behaviour.
    [AVHWDeviceContext @ 0x562f5095ce40] Failed to get number of OpenCL platforms: -1001.
    Device creation failed: -19.
    Failed to set value 'opencl@va' for option 'init_hw_device': No such device
    Error parsing global options: No such device
    Go to solution
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Hardware Transcoding on N5105 & TMDB Trailers not playing nvidia shield - by Zeal514 - 2023-10-07, 02:05 AM
    RE: Hardware Transcoding on N5105 & TMDB Trailers not playing nvidia shield - by TheDreadPirate - 2023-10-07, 03:49 AM
    RE: Hardware Transcoding on N5105 & TMDB Trailers not playing nvidia shield - by Zeal514 - 2023-10-07, 01:45 PM
    RE: Hardware Transcoding on N5105 & TMDB Trailers not playing nvidia shield - by TheDreadPirate - 2023-10-07, 05:22 PM
    RE: Hardware Transcoding on N5105 & TMDB Trailers not playing nvidia shield - by Zeal514 - 2023-10-07, 05:55 PM
    RE: Hardware Transcoding on N5105 & TMDB Trailers not playing nvidia shield - by TheDreadPirate - 2023-10-07, 06:10 PM
    RE: Hardware Transcoding on N5105 & TMDB Trailers not playing nvidia shield - by Zeal514 - 2023-10-07, 06:21 PM
    RE: Hardware Transcoding on N5105 & TMDB Trailers not playing nvidia shield - by TheDreadPirate - 2023-10-07, 06:43 PM
    RE: Hardware Transcoding on N5105 & TMDB Trailers not playing nvidia shield - by Zeal514 - 2023-10-07, 07:54 PM
    RE: Hardware Transcoding on N5105 & TMDB Trailers not playing nvidia shield - by Zeal514 - 2023-10-07, 11:57 PM
    RE: Hardware Transcoding on N5105 & TMDB Trailers not playing nvidia shield - by TheDreadPirate - 2023-10-08, 01:44 AM
    RE: Hardware Transcoding on N5105 & TMDB Trailers not playing nvidia shield - by Zeal514 - 2023-10-08, 03:55 PM
    RE: Hardware Transcoding on N5105 & TMDB Trailers not playing nvidia shield - by TheDreadPirate - 2023-10-09, 04:23 PM
    RE: Hardware Transcoding on N5105 & TMDB Trailers not playing nvidia shield - by Zeal514 - 2023-10-09, 05:54 PM

    • 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