• 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 Media Scanning & Identification SOLVED: New install stuck at 0.0% Scanning Libraries and no playback

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    SOLVED: New install stuck at 0.0% Scanning Libraries and no playback

    As Above
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #11
    2024-08-22, 07:27 PM
    Can you open a dev console in your browser, reproduce the problem, and look for any thing in the browser console messages that stand out.

    Also, are you using a reverse proxy?
    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]
    BourbonDoc
    Offline

    Junior Member

    Posts: 31
    Threads: 4
    Joined: 2024 Aug
    Reputation: 0
    #12
    2024-08-22, 07:45 PM
    To rule out the HDD I tried content from the original array and am still having the same playback issues
    BourbonDoc
    Offline

    Junior Member

    Posts: 31
    Threads: 4
    Joined: 2024 Aug
    Reputation: 0
    #13
    2024-08-22, 08:03 PM
    (2024-08-22, 07:27 PM)TheDreadPirate Wrote: Can you open a dev console in your browser, reproduce the problem, and look for any thing in the browser console messages that stand out.

    Also, are you using a reverse proxy?

    Currently accessing with wg VPN.

    Attached are the only things that looked interesting in the browser. Though admittedly I have no idea what I'm looking at.


    Attached Files Thumbnail(s)
           
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #14
    2024-08-22, 08:31 PM
    Since it is using port 30013, that tells me this is the Jellyfin "app" that TrueNAS provides. Is there no way to run a container outside of Kubernetes? Just a plain docker container?
    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]
    BourbonDoc
    Offline

    Junior Member

    Posts: 31
    Threads: 4
    Joined: 2024 Aug
    Reputation: 0
    #15
    2024-08-22, 08:44 PM (This post was last modified: 2024-08-22, 08:46 PM by BourbonDoc. Edited 1 time in total.)
    (2024-08-22, 08:31 PM)TheDreadPirate Wrote: Since it is using port 30013, that tells me this is the Jellyfin "app" that TrueNAS provides.  Is there no way to run a container outside of Kubernetes?  Just a plain docker container?

    Yea I'm using the charts app through TrueNAS. You can technically get Docker to work on the system, it's just a whole series of workarounds that's a PIA. I started to try it one day, got frustrated, and gave up.

    I had it working for a long time on TrueNAS with only the issue of my old processor not being able to handle burning in subtitles. New setup handled that no problem. Then it all came crashing down when I moved my media library to a different HDD. Having tried the old HDD with this install and having the same issue, it definitely seems to be a JF issue or configuration.
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,168
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #16
    2024-08-22, 09:10 PM (This post was last modified: 2024-08-22, 09:11 PM by Efficient_Good_5784. Edited 1 time in total.)
    Did you make sure to assign 1 GPU device in the app settings (Truenas Scale's App launcher settings for the Jellyfin container).

    Can you share a screenshot of your Jellyfin transcode settings?
    BourbonDoc
    Offline

    Junior Member

    Posts: 31
    Threads: 4
    Joined: 2024 Aug
    Reputation: 0
    #17
    2024-08-22, 09:40 PM (This post was last modified: 2024-08-22, 09:44 PM by BourbonDoc.)
    Got back to my home network. Fire TV stick works no problem on LG CX TV, phone now works no problem, browser gives "Fatal player error". ¯\(°_o)/¯

    (2024-08-22, 09:10 PM)Efficient_Good_5784 Wrote: Did you make sure to assign 1 GPU device in the app settings (Truenas Scale's App launcher settings for the Jellyfin container).

    Can you share a screenshot of your Jellyfin transcode settings?

    It's set to 5 GPU Device, the highest option it gave. 

    Screenshot attached. Allow HEVC encoding is the only other option that's not default. Didn't want to attach another picture just for that box.


    Attached Files Thumbnail(s)
       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #18
    2024-08-22, 09:58 PM
    Your GPU does not support AV1 decoding. You can check all the other boxes except AV1 decoding. Also, farther down, do you have "Allow encoding in AV1" checked (I can't remember if that is checked by default)? Your GPU doesn't support that either.
    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]
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,168
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #19
    2024-08-22, 10:17 PM
    (2024-08-22, 09:40 PM)BourbonDoc Wrote: It's set to 5 GPU Device, the highest option it gave. 

    Screenshot attached. Allow HEVC encoding is the only other option that's not default. Didn't want to attach another picture just for that box.
    You don't need to assign all 5 devices. Jellyfin only supports a single GPU device.
    Looked up what your CPU's iGPU supports, and it supports the decoding of all codecs listed in Jellyfin except for VP8.

    Maybe try unchecking the "Prefer OS native DXVA or VA-API hardware decoders" option.
    BourbonDoc
    Offline

    Junior Member

    Posts: 31
    Threads: 4
    Joined: 2024 Aug
    Reputation: 0
    #20
    2024-08-23, 03:53 PM
    I'm marking this as solved because it seems to have been a combination of a lot of things that eventually got sorted out. Thanks for putting up with my troubleshooting!

    I ended up ordering an A380 that I can throw in and never have to worry about compatibility (until the next generation of compression anyhow).

    If y'all have buy me a coffee links or similar let me know, I appreciate the help and rapid replies!
    Pages (2): « Previous 1 2

    « 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