• 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 Next »

     
    • 0 Vote(s) - 0 Average

    Transcoding setup issues

    Deegee88
    Offline

    Member

    Posts: 59
    Threads: 7
    Joined: 2023 Dec
    Reputation: 0
    Country:United Kingdom
    #21
    2024-03-13, 08:48 PM
    Same issue - with "Enable hardware encoding" checked https://sourceb.in/vfzXnIjQaO
    and without - https://sourceb.in/e9f3bH1HVS

    This is the log from when I select "none" in hardware acceleration - https://sourceb.in/mdfXE2s8WF
    This is the only way it works.
    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
    #22
    2024-03-13, 09:35 PM
    Run the validation steps for docker, #5 and 6 in the docker section.

    https://jellyfin.org/docs/general/admini...ial-docker

    What is the output?
    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
    #23
    2024-03-13, 09:56 PM (This post was last modified: 2024-03-13, 09:58 PM by Deegee88.)
    When I try this in the shell I just get the error "Docker not found".
    "$ docker exec -it jellyfin /usr/lib/jellygin-ffmpeg/vainfo
    /bin/sh: 1: docker: not found"

    Apparently they've completely removed docker from Truenas Scale now.
    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
    #24
    2024-03-13, 10:01 PM
    If you open up the shell for the Jellyfin container you can simply run

    /usr/lib/jellygin-ffmpeg/vainfo

    And

    /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va -init_hw_device opencl@va

    The "docker exec" bit just lets you run commands inside the container from the host shell.
    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
    #25
    2024-03-13, 10:04 PM
    So for #5:
    "$ /usr/lib/jellyfin-ffmpeg/vainfo
    Trying display: drm
    error: failed to initialize display"

    and #6:
    "$ /usr/lib/jellyfin-ffmpeg -v verbose -init_hw_device vaapi=va -init_hw_device opencl@va
    /bin/sh: 2: /usr/lib/jellyfin-ffmpeg: Permission denied"
    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
    #26
    2024-03-13, 10:12 PM (This post was last modified: 2024-03-13, 10:12 PM by TheDreadPirate.)
    And that was done inside the Jellyfin container? Looking over the screenshots you provided, I don't see a way to pass in the GID for the render group from the host.

    On the host

    Code:
    getent group render | cut -d: -f3

    If this was a plain docker compose setup you would add the GID from the above command to your yaml.

    Code:
    group_add:
          - "122" # Change this to match your "render" host group id and remove this comment

    Is there an equivalent "group_add" in the UI?
    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
    #27
    2024-03-13, 10:16 PM
    This is the only thing i can see that has anything to do with Groups.


    Attached Files Thumbnail(s)
       
    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
    #28
    2024-03-13, 10:20 PM
    https://www.truenas.com/docs/scale/scale...psscreens/

    So there is a separate groups screen. Add the render group if it isn't there. Then add UID 568 as a member?
    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
    #29
    2024-03-13, 10:24 PM
    Okay i've added 568 (apps) to the group called Render.
    Do I have to change the group ID within the container from 568 to render?
    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
    #30
    2024-03-13, 10:31 PM
    No. That should stay as is. My understanding is that UID 568 being in the render group should be the equivalent of "group_add" in a plain docker setup.
    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]
    Pages (4): « Previous 1 2 3 4 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