• 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): 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
    #1
    2024-03-12, 06:30 PM
    Hello,

    So i'm running truenas Scale beta which uses kernal 6.6 and the latest jellyfin app. The app is being run natively through Scale and not in a VM or docker.

    The GPU i'm using is an A380.
    When i have Intel Quicksync selected in playback and "Enable hardware encoding" i get this log when trying to watch a show on my phone https://pastebin.com/HxGLx33p and nothing plays.

    If i unselect "enable hardware encoding" i get this log https://pastebin.com/bs1AhvTy and it plays.....

    I would of thought it would be the other way around...I'm just trying to get it setup so I can stream efficiently to any device on my network and to one other person outside of it.

    Is there something i'm missing here? Am I completely missing the point of having a GPU for transcoding?

    Thanks in advance!
    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
    #2
    2024-03-13, 01:47 AM
    The TrueNAS "app" of Jellyfin may not have all the drivers that we include in our docker image. It is not created by us so we have no way of knowing what they did differently. I strongly recommend using the Docker capability in TrueNAS and using the official Jellyfin/jellyfin docker image. It includes all the Intel drivers needed for your A380.
    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]
    Revv23
    Offline

    Member

    Posts: 87
    Threads: 7
    Joined: 2023 Jun
    Reputation: 0
    #3
    2024-03-13, 02:36 AM
    (2024-03-13, 01:47 AM)TheDreadPirate Wrote: The TrueNAS "app" of Jellyfin may not have all the drivers that we include in our docker image.  It is not created by us so we have no way of knowing what they did differently.  I strongly recommend using the Docker capability in TrueNAS and using the official Jellyfin/jellyfin docker image.  It includes all the Intel drivers needed for your A380.


    I can 2nd this.

    I spun up a truenas instance around 6 months ago & at that time the I couldnt even get it working at all.

    I'm sure its getting better and better but taking the time to set up docker will not only guarantee your install isnt messed up but will also greatly add to your server capabilities.
    Deegee88
    Offline

    Member

    Posts: 59
    Threads: 7
    Joined: 2023 Dec
    Reputation: 0
    Country:United Kingdom
    #4
    2024-03-13, 11:59 AM
    Okay - i'll try this.
    I've never ran an app using docker before in Truenas Scale.
    I've managed to get it to install but can't access the system - on the app i just go to my ip 192.168.4.86:8096 and it brings up the GUI.
    With this docker version it doesnt...i've tried enabling the webui portal and put in ip address and port 9000 (just so it doesn't conflict with the current app version) and nothing, but when i check the logs the container is up and running.
    Any thoughts?
    Jellyfin 10.10.3
    Ubuntu Desktop LTS 24.04
    Intel Xeon E5-1650 v3
    64GB DDR4
    Deegee88
    Offline

    Member

    Posts: 59
    Threads: 7
    Joined: 2023 Dec
    Reputation: 0
    Country:United Kingdom
    #5
    2024-03-13, 02:16 PM
    Okay - I fixed this part and now have access to the server, but it isn’t persisting.
    I’m very new to any of this so just trying to make sure it has access to the right volumes in order to save the data and not needing to be reset every time.
    Then I’ll test the transcoding and see if it makes any difference.
    Thanks!
    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
    #6
    2024-03-13, 05:42 PM
    Make sure you specify a volume for the container to mount /config to. That is where all the persistent data is.
    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
    #7
    2024-03-13, 07:31 PM
    Hey thanks - that helped!
    I've managed to get it up and running and i've turned it on and off a few times to make sure it stills sticks around and it does!

    I've just tried streaming something to my phone and it didn't work - this is the log https://pastebin.com/Ttjmvvsn

    Unlike the Truenas Scale App version this doesn't work regarless of whether i have the encoding enabled or not.

    I'm sure i'm missing something simple but i can't see it.
    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
    #8
    2024-03-13, 07:40 PM
    Did you pass the GPU into the container as a device?
    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
    #9
    2024-03-13, 07:46 PM
    Yes - there is a Resource Reservation part and I made sure to select : "Allocate 1 gpu.intel.com/i915 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
    #10
    2024-03-13, 07:49 PM
    Can you re-upload that ffmpeg log to https://sourceb.in/ ?

    My work PC blocks pastebin.
    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): 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