• 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 docker + jellyfin + Arc A380

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    docker + jellyfin + Arc A380

    Olize
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2023 Jun
    Reputation: 0
    #1
    2023-06-23, 02:21 AM
    Hi!
    I am running Jellyfin on in Docker on my openmediavault NAS.
    For hardware and encoding i bought an ARC A380.
    If i enter the bash with Docker and check the gpu with
    Code:
    # hwinfo --display
    it finds the gpu.
    But I can't use it in Jellyfin.
    What do I need to do.
    I use the linuxserver/jellyfin container and I compiled Kernel 6.3.7 for the GPU.
    dekomoon
    Offline

    Junior Member

    Posts: 21
    Threads: 3
    Joined: 2023 Jun
    Reputation: 0
    #2
    2023-06-23, 02:31 AM (This post was last modified: 2023-06-23, 02:34 AM by dekomoon. Edited 3 times in total.)
    According to instructions on Docker Hub, you will need to pass this when you start the container
    Code:
    --device=/dev/dri:/dev/dri


    or for compose files ->
    Code:
    device:
      - "/dev/dri:/dev/dri"


    I had to map my Rx 7600 gpu for hardware acceleration earlier (plus an extra step of adding AMD linuxserver mod to my compose) and it worked for me, but I used Podman and not Docker.

    This is an example of the compose file I used (ignore DOCKER_MODS env var and group_add):
    Code:
    version: '3.5'
    services:
      jellyfin:
        image: docker.io/linuxserver/jellyfin:latest
        container_name: jellyfin
        group_add:
          - "44"
        environment:
          - DOCKER_MODS=docker.io/linuxserver/mods:jellyfin-amd
          - PUID=0
          - PGID=0
          - TZ=America/New_York
        devices:
          - /dev/dri:/dev/dri
          - /dev/kfd:/dev/kfd
        ports:
          - "8096:8096/tcp"
        volumes:
          - ./config:/config
          - /mnt/data/media/miku:/data/miku
          - /mnt/data/media/anime:/data/anime
        restart: 'unless-stopped'

    Also, I encountered some permission errors earlier and have not figured out how to fix it... Jellyfin in container can not detect my GPU in /dev/dri without giving my Podman container root privileges. Still don't know what permissions I need to change for rootless mode.
    Olize
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2023 Jun
    Reputation: 0
    #3
    2023-06-23, 08:21 AM
    Hi!


    I maped the gpu like you with /dev/driConfused-facedev/dri and I can see the GPU in Docker but I can't use it in Jellyfin.

    # hwinfo --display
    12: PCI 900.0: 0300 VGA compatible controller (VGA)
    [Created at pci.386]
    Unique ID: x1VA.28Q6RjwKYw7
    Parent ID: KILV.mr2N3fBJq5F
    SysFS ID: /devices/pci0000:00/0000:00:01.3/0000:07:00.0/0000:08:01.0/0000:09:00.0
    SysFS BusID: 0000:09:00.0
    Hardware Class: graphics card
    Model: "Intel VGA compatible controller"
    Vendor: pci 0x8086 "Intel Corporation"
    Device: pci 0x56a5
    SubVendor: pci 0x1849 "ASRock Incorporation"
    SubDevice: pci 0x6004
    Revision: 0x05
    Driver: "i915"
    Driver Modules: "i915"
    Memory Range: 0xfb000000-0xfbffffff (rw,non-prefetchable)
    Memory Range: 0xd0000000-0xdfffffff (ro,non-prefetchable)
    Memory Range: 0x000c0000-0x000dffff (rw,non-prefetchable,disabled)
    IRQ: 114 (2402 events)
    Module Alias: "pci:v00008086d000056A5sv00001849sd00006004bc03sc00i00"
    Config Status: cfg=new, avail=yes, need=no, active=unknown
    Attached to: #45 (PCI bridge)

    Primary display adapter: #12

    Thsi ist the Output of hwinfo in the Jellyfin Container.
    nyanmisaka
    Online

    Team Member

    Posts: 236
    Threads: 0
    Joined: 2023 Jun
    Reputation: 8
    #4
    2023-06-25, 04:25 PM
    Please share the ffmpeg transcode log (Dashboard->Logs) and the output of "sudo dmesg | grep i915".
    Olize
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2023 Jun
    Reputation: 0
    #5
    2023-06-25, 09:53 PM (This post was last modified: 2023-06-25, 10:09 PM by Venson. Edited 2 times in total.)
    FFmpeg:
    /videos/aeb252a0-935a-0885-0636-deb462962e4f/hls1/main/0.ts

    Code:
    {"Protocol":0,"Id":"aeb252a0935a08850636deb462962e4f","Path":"/data/vc1/##Anime\u0027s##/Movie/Movie.2016.German.DL.DTS.1080p.BluRay.x265-ABJ/Movie.2016.German.DL.DTS.1080p.BluRay.x265-ABJ.mkv","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mkv,webm","Size":12639696896,"Name":"Movie.2016.German.DL.DTS.1080p.BluRay.x265-ABJ","IsRemote":false,"ETag":"ac26b6c5e658d35bfaea0280644620a7","RunTimeTicks":77817741312,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"hevc","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":null,"VideoRange":"SDR","VideoRangeType":"SDR","VideoDoViTitle":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"1080p HEVC SDR","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":12994154,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"Height":1080,"Width":1920,"AverageFrameRate":23.976025,"RealFrameRate":23.976025,"Profile":"Main","Type":1,"AspectRatio":"16:9","Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p","Level":186,"IsAnamorphic":null},{"Codec":"dts","CodecTag":null,"Language":"ger","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"DTS-HD 5.1","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"DTS-HD 5.1 - Ger - DTS-HD MA - Default","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"5.1","BitRate":3573697,"BitDepth":24,"RefFrames":null,"PacketLength":null,"Channels":6,"SampleRate":48000,"IsDefault":true,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":"DTS-HD MA","Type":0,"AspectRatio":null,"Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"dts","CodecTag":null,"Language":"jpn","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"DTS-HD 5.1","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"DTS-HD 5.1 - Japanese - DTS-HD MA","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"5.1","BitRate":3326013,"BitDepth":24,"RefFrames":null,"PacketLength":null,"Channels":6,"SampleRate":48000,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":"DTS-HD MA","Type":0,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"ger","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"Forced Subs","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"Undefiniert","LocalizedDefault":"Standard","LocalizedForced":"Erzwungen","LocalizedExternal":"Extern","DisplayTitle":"Forced Subs - Ger - Standard - Erzwungen - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":true,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":3,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"PGSSUB","CodecTag":null,"Language":"ger","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"Full Subs","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"Undefiniert","LocalizedDefault":"Standard","LocalizedForced":"Erzwungen","LocalizedExternal":"Extern","DisplayTitle":"Full Subs - Ger - PGSSUB","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":4,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":19893864,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":null,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}
    /usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -init_hw_device vaapi=va:,driver=iHD,kernel_driver=i915 -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel qsv -hwaccel_output_format qsv -c:v hevc_qsv -autorotate 0 -canvas_size 1920x1080 -i file:"/data/vc1/##Anime's##/Movie/Movie.2016.German.DL.DTS.1080p.BluRay.x265-ABJ/Movie.2016.German.DL.DTS.1080p.BluRay.x265-ABJ.mkv" -autoscale 0 -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:0 -codec:v:0 h264_qsv -preset 7 -look_ahead 0 -b:v 12994154 -maxrate 12994154 -bufsize 25988308 -g:v:0 72 -keyint_min:v:0 72 -filter_complex "[0:3]scale=flags=fast_bilinear,format=bgra,hwupload=derive_device=qsv:extra_hw_frames=64[sub];[0:0]setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_qsv=format=nv12[main];[main][sub]overlay_qsv=eof_action=endall:shortest=1:repeatlast=0:w=1920:h=1080" -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 384000 -af "volume=2" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 4096 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 0 -hls_segment_filename "/config/data/transcodes/d3f890817755f3a6f721f5ba72a1e7ea%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "/config/data/transcodes/d3f890817755f3a6f721f5ba72a1e7ea.m3u8"
    ffmpeg version 5.1.3-Jellyfin Copyright (c) 2000-2022 the FFmpeg developers
      built with gcc 11 (Ubuntu 11.3.0-1ubuntu1~22.04.1)
      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
    [matroska,webm @ 0x55dc69d0c040] Could not find codec parameters for stream 3 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
    Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
    [matroska,webm @ 0x55dc69d0c040] Could not find codec parameters for stream 4 (Subtitle: hdmv_pgs_subtitle (pgssub)): unspecified size
    Consider increasing the value for the 'analyzeduration' (200000000) and 'probesize' (5000000) options
    Input #0, matroska,webm, from 'file:/data/vc1/##Anime's##/Movie/Movie.2016.German.DL.DTS.1080p.BluRay.x265-ABJ/Movie.2016.German.DL.DTS.1080p.BluRay.x265-ABJ.mkv':
      Metadata:
        encoder        : libebml v1.3.5 + libmatroska v1.4.8
        creation_time  : 2020-07-09T15:44:39.000000Z
      Duration: 02:09:41.77, start: 0.000000, bitrate: 12994 kb/s
      Chapters:
        Chapter #0:0: start 0.000000, end 226.100875
          Metadata:
            title          : Chapter 01
        Chapter #0:1: start 226.100875, end 1092.174417
          Metadata:
            title          : Chapter 02
        Chapter #0:2: start 1092.174417, end 1584.416167
          Metadata:
            title          : Chapter 03
        Chapter #0:3: start 1584.416167, end 2186.726208
          Metadata:
            title          : Chapter 04
        Chapter #0:4: start 2186.726208, end 2674.171500
          Metadata:
            title          : Chapter 05
        Chapter #0:5: start 2674.171500, end 3540.870667
          Metadata:
            title          : Chapter 06
        Chapter #0:6: start 3540.870667, end 4537.282750
          Metadata:
            title          : Chapter 07
        Chapter #0:7: start 4537.282750, end 5403.189458
          Metadata:
            title          : Chapter 08
        Chapter #0:8: start 5403.189458, end 6051.879167
          Metadata:
            title          : Chapter 09
        Chapter #0:9: start 6051.879167, end 6907.650750
          Metadata:
            title          : Chapter 10
        Chapter #0:10: start 6907.650750, end 7555.756542
          Metadata:
            title          : Chapter 11
        Chapter #0:11: start 7555.756542, end 7781.774000
          Metadata:
            title          : Chapter 12
      Stream #0:0: Video: hevc (Main), yuv420p(tv), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn (default)
        Metadata:
          BPS            : 6076234
          BPS-eng        : 6076234
          DURATION        : 02:09:41.774000000
          DURATION-eng    : 02:09:41.774000000
          NUMBER_OF_FRAMES: 186576
          NUMBER_OF_FRAMES-eng: 186576
          NUMBER_OF_BYTES : 5910485676
          NUMBER_OF_BYTES-eng: 5910485676
          _STATISTICS_WRITING_APP: mkvmerge v19.0.0 ('Brave Captain') 64-bit
          _STATISTICS_WRITING_APP-eng: mkvmerge v19.0.0 ('Brave Captain') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2020-07-09 15:44:39
          _STATISTICS_WRITING_DATE_UTC-eng: 2020-07-09 15:44:39
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
          _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:1(ger): Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), s32p (24 bit) (default)
        Metadata:
          title          : DTS-HD 5.1
          BPS            : 3573697
          BPS-eng        : 3573697
          DURATION        : 02:09:41.771000000
          DURATION-eng    : 02:09:41.771000000
          NUMBER_OF_FRAMES: 729541
          NUMBER_OF_FRAMES-eng: 729541
          NUMBER_OF_BYTES : 3476211464
          NUMBER_OF_BYTES-eng: 3476211464
          _STATISTICS_WRITING_APP: mkvmerge v19.0.0 ('Brave Captain') 64-bit
          _STATISTICS_WRITING_APP-eng: mkvmerge v19.0.0 ('Brave Captain') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2020-07-09 15:44:39
          _STATISTICS_WRITING_DATE_UTC-eng: 2020-07-09 15:44:39
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
          _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:2(jpn): Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), s32p (24 bit)
        Metadata:
          title          : DTS-HD 5.1
          BPS            : 3326013
          BPS-eng        : 3326013
          DURATION        : 02:09:41.771000000
          DURATION-eng    : 02:09:41.771000000
          NUMBER_OF_FRAMES: 729541
          NUMBER_OF_FRAMES-eng: 729541
          NUMBER_OF_BYTES : 3235284448
          NUMBER_OF_BYTES-eng: 3235284448
          _STATISTICS_WRITING_APP: mkvmerge v19.0.0 ('Brave Captain') 64-bit
          _STATISTICS_WRITING_APP-eng: mkvmerge v19.0.0 ('Brave Captain') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2020-07-09 15:44:39
          _STATISTICS_WRITING_DATE_UTC-eng: 2020-07-09 15:44:39
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
          _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:3(ger): Subtitle: hdmv_pgs_subtitle, 1920x1080 (default) (forced)
        Metadata:
          title          : Forced Subs
          BPS            : 2387
          BPS-eng        : 2387
          DURATION        : 02:08:15.459000000
          DURATION-eng    : 02:08:15.459000000
          NUMBER_OF_FRAMES: 232
          NUMBER_OF_FRAMES-eng: 232
          NUMBER_OF_BYTES : 2296418
          NUMBER_OF_BYTES-eng: 2296418
          _STATISTICS_WRITING_APP: mkvmerge v19.0.0 ('Brave Captain') 64-bit
          _STATISTICS_WRITING_APP-eng: mkvmerge v19.0.0 ('Brave Captain') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2020-07-09 15:44:39
          _STATISTICS_WRITING_DATE_UTC-eng: 2020-07-09 15:44:39
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
          _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
      Stream #0:4(ger): Subtitle: hdmv_pgs_subtitle, 1920x1080
        Metadata:
          title          : Full Subs
          BPS            : 31659
          BPS-eng        : 31659
          DURATION        : 02:08:57.877000000
          DURATION-eng    : 02:08:57.877000000
          NUMBER_OF_FRAMES: 3288
          NUMBER_OF_FRAMES-eng: 3288
          NUMBER_OF_BYTES : 30621906
          NUMBER_OF_BYTES-eng: 30621906
          _STATISTICS_WRITING_APP: mkvmerge v19.0.0 ('Brave Captain') 64-bit
          _STATISTICS_WRITING_APP-eng: mkvmerge v19.0.0 ('Brave Captain') 64-bit
          _STATISTICS_WRITING_DATE_UTC: 2020-07-09 15:44:39
          _STATISTICS_WRITING_DATE_UTC-eng: 2020-07-09 15:44:39
          _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
          _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Stream mapping:
      Stream #0:0 (hevc_qsv) -> setparams:default (graph 0)
      Stream #0:3 (pgssub) -> scale:default (graph 0)
      overlay_qsv:default (graph 0) -> Stream #0:0 (h264_qsv)
      Stream #0:1 -> #0:1 (dts (dca) -> aac (libfdk_aac))
    Press [q] to stop, [?] for help
    [matroska,webm @ 0x55dc69d0c040] sub2video: using 1920x1080 canvas
    [h264_qsv @ 0x55dc69d33c80] Selected ratecontrol mode is unsupported
    [h264_qsv @ 0x55dc69d33c80] some encoding parameters are not supported by the QSV runtime. Please double check the input parameters.
    Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
    [libfdk_aac @ 0x55dc69d9f880] 2 frames left in the queue on closing
    Conversion failed!


    dmesg host:
    Code:
    # dmesg | grep i915
    [    9.674144] i915 0000:09:00.0: vgaarb: deactivate vga console
    [    9.674176] i915 0000:09:00.0: [drm] Can't resize LMEM BAR - platform support is missing
    [    9.674410] i915 0000:09:00.0: [drm] Local memory IO size: 0x0000000010000000
    [    9.674412] i915 0000:09:00.0: [drm] Local memory available: 0x000000017c800000
    [    9.674412] i915 0000:09:00.0: [drm] Using a reduced BAR size of 256MiB. Consider enabling 'Resizable BAR' or similar, if available in the BIOS.
    [    9.725220] i915 0000:09:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [    9.741264] i915 0000:09:00.0: [drm] Finished loading DMC firmware i915/dg2_dmc_ver2_08.bin (v2.8)
    [    9.742334] i915 0000:09:00.0: [drm] *ERROR* GT0: HuC firmware i915/dg2_huc_gsc.bin: fetch failed -ENOENT
    [    9.742341] i915 0000:09:00.0: [drm] GT0: HuC firmware(s) can be downloaded from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
    [    9.750012] i915 0000:09:00.0: [drm] GT0: GuC firmware i915/dg2_guc_70.bin version 70.5.1
    [    9.855546] i915 0000:09:00.0: [drm] GT0: GUC: submission disabled
    [    9.855550] i915 0000:09:00.0: [drm] GT0: GUC: SLPC disabled
    [    9.902577] [drm] Initialized i915 1.6.0 20201103 for 0000:09:00.0 on minor 0
    [    9.903559] snd_hda_intel 0000:0a:00.0: bound 0000:09:00.0 (ops i915_audio_component_bind_ops [i915])
    [    9.904430] i915 0000:09:00.0: [drm] DRM_I915_DEBUG enabled
    [    9.904432] i915 0000:09:00.0: [drm] DRM_I915_DEBUG_GEM enabled
    [    9.904433] i915 0000:09:00.0: [drm] DRM_I915_DEBUG_RUNTIME_PM enabled
    [    9.935882] fbcon: i915drmfb (fb0) is primary device
    [    9.993306] i915 0000:09:00.0: [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
    [  10.033598] i915 0000:09:00.0: [drm] fb0: i915drmfb frame buffer device

    dmesg container:
    Code:
    # dmesg | grep i915
    [    9.674144] i915 0000:09:00.0: vgaarb: deactivate vga console
    [    9.674176] i915 0000:09:00.0: [drm] Can't resize LMEM BAR - platform support is missing
    [    9.674410] i915 0000:09:00.0: [drm] Local memory IO size: 0x0000000010000000
    [    9.674412] i915 0000:09:00.0: [drm] Local memory available: 0x000000017c800000
    [    9.674412] i915 0000:09:00.0: [drm] Using a reduced BAR size of 256MiB. Consider enabling 'Resizable BAR' or similar, if available in the BIOS.
    [    9.725220] i915 0000:09:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [    9.741264] i915 0000:09:00.0: [drm] Finished loading DMC firmware i915/dg2_dmc_ver2_08.bin (v2.8)
    [    9.742334] i915 0000:09:00.0: [drm] *ERROR* GT0: HuC firmware i915/dg2_huc_gsc.bin: fetch failed -ENOENT
    [    9.742341] i915 0000:09:00.0: [drm] GT0: HuC firmware(s) can be downloaded from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
    [    9.750012] i915 0000:09:00.0: [drm] GT0: GuC firmware i915/dg2_guc_70.bin version 70.5.1
    [    9.855546] i915 0000:09:00.0: [drm] GT0: GUC: submission disabled
    [    9.855550] i915 0000:09:00.0: [drm] GT0: GUC: SLPC disabled
    [    9.902577] [drm] Initialized i915 1.6.0 20201103 for 0000:09:00.0 on minor 0
    [    9.903559] snd_hda_intel 0000:0a:00.0: bound 0000:09:00.0 (ops i915_audio_component_bind_ops [i915])
    [    9.904430] i915 0000:09:00.0: [drm] DRM_I915_DEBUG enabled
    [    9.904432] i915 0000:09:00.0: [drm] DRM_I915_DEBUG_GEM enabled
    [    9.904433] i915 0000:09:00.0: [drm] DRM_I915_DEBUG_RUNTIME_PM enabled
    [    9.935882] fbcon: i915drmfb (fb0) is primary device
    [    9.993306] i915 0000:09:00.0: [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
    [  10.033598] i915 0000:09:00.0: [drm] fb0: i915drmfb frame buffer device
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2023-06-25, 10:27 PM (This post was last modified: 2023-06-25, 10:27 PM by TheDreadPirate. Edited 1 time in total.)
    I'm wondering if this is a driver issue. Whatever repo you are using doesn't have the proper Arc drivers?

    I supposed the Ubuntu steps in this guide would be appropriate for openmediavault.

    https://dgpu-docs.intel.com/driver/insta...tall-steps

    Also, if your NAS' platform supports resizeable BAR, enable it.
    nyanmisaka
    Online

    Team Member

    Posts: 236
    Threads: 0
    Joined: 2023 Jun
    Reputation: 8
    #7
    2023-06-26, 11:41 AM
    (2023-06-25, 09:53 PM)Olize Wrote:
    Code:
    [h264_qsv @ 0x55dc69d33c80] Selected ratecontrol mode is unsupported

    dmesg container:
    Code:
    # dmesg | grep i915
    [    9.742334] i915 0000:09:00.0: [drm] *ERROR* GT0: HuC firmware i915/dg2_huc_gsc.bin: fetch failed -ENOENT
    [    9.742341] i915 0000:09:00.0: [drm] GT0: HuC firmware(s) can be downloaded from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
    [    9.750012] i915 0000:09:00.0: [drm] GT0: GuC firmware i915/dg2_guc_70.bin version 70.5.1
    [    9.855546] i915 0000:09:00.0: [drm] GT0: GUC: submission disabled
    [    9.855550] i915 0000:09:00.0: [drm] GT0: GUC: SLPC disabled

    The GuC firmware is missing in the virtual machine. You can install them by checking our docs.

    https://jellyfin.org/docs/general/admini...e-on-linux
    Olize
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2023 Jun
    Reputation: 0
    #8
    2023-06-26, 01:30 PM
    How can I add Kernel Moduls in an Docker COntainer?
    Docker has no grub.
    zackoid
    Offline

    Community Moderator

    Posts: 10
    Threads: 0
    Joined: 2023 Jun
    Reputation: 0
    #9
    2023-06-26, 02:24 PM
    You don't, those need to be installed on the host in your case.
    Olize
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2023 Jun
    Reputation: 0
    #10
    2023-06-26, 04:02 PM
    I added the modul on the host and same Problem.
    Pages (2): 1 2 Next »

    « 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