• 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 AV1 content takes obscenely long time to load

     
    • 0 Vote(s) - 0 Average

    AV1 content takes obscenely long time to load

    thepwrtank18
    Offline

    Junior Member

    Posts: 14
    Threads: 7
    Joined: 2023 Jun
    Reputation: 0
    #1
    2023-06-28, 01:17 AM (This post was last modified: 2023-06-28, 01:18 AM by thepwrtank18. Edited 1 time in total.)
    When it eventually loads, it's using Direct Play, so it's not trying to modify anything. It looks like it gets worse the higher the resolution, with 4K seeming like it just doesn't load at all (it does eventually load after ~5 minutes). This is all I see in the log:

    Code:
    [2023-06-27 21:11:01.006 -04:00] [WRN] [27] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://[jellyfin url]/web/90471e989e93c6f2f5bf.woff2" to "[user ip]" in 0:00:00.8151517 with Status Code 200

    This happens on both Chromium 116.0.5838.0 and Firefox 115.0b9. The device used for playback has an NVIDIA GeForce RTX 4070, which should be more than capable of playing AV1 content, and made the files in the first place.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2023-06-28, 03:01 AM
    What OS is the server running on, is Jellyfin running natively or in a container, and what are the server hardware specs? Can you attach more of the log file?
    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]
    thepwrtank18
    Offline

    Junior Member

    Posts: 14
    Threads: 7
    Joined: 2023 Jun
    Reputation: 0
    #3
    2023-06-28, 05:12 PM
    Jellyfin 10.8.10 (Native)
    Windows 10 22H2
    Core i7 4910MQ @ 2.10GHz
    Nvidia GeForce GTX 880M
    32GB DDR3
    x1 LITEONIT DMT-80M6M-11 mSATA 80GB (Operating System), x2 PNY 1TB SATA SSD (Everything for Jellyfin except the server binaries)

    Here's the full log file (domain name is censored, all IP's are from Cloudflare): https://gist.githubusercontent.com/thepw...230628.log
    Venson
    Offline

    Moderator, Server Dev, XBox Maintainer

    Posts: 378
    Threads: 7
    Joined: 2023 Jun
    Reputation: 15
    Country:Germany
    #4
    2023-06-28, 05:15 PM
    You said that your ips are from CF. Do you tunnel your traffic though Cloudflare?
    typos are finders, keepers.
    Next Jellyfin release 10.11.0 will be Soon™
    Soon™ is an unregistered trademark of Jellyfin International
    thepwrtank18
    Offline

    Junior Member

    Posts: 14
    Threads: 7
    Joined: 2023 Jun
    Reputation: 0
    #5
    2023-06-28, 05:20 PM
    I tunnel through Cloudflare.
    Venson
    Offline

    Moderator, Server Dev, XBox Maintainer

    Posts: 378
    Threads: 7
    Joined: 2023 Jun
    Reputation: 15
    Country:Germany
    #6
    2023-06-28, 05:22 PM
    @thepwrtank18 did you try to access it directly and see if that works?
    We generally try to avoid helping with any instance related to CF Tunneling as its against CF's TermsOfService.
    typos are finders, keepers.
    Next Jellyfin release 10.11.0 will be Soon™
    Soon™ is an unregistered trademark of Jellyfin International
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2023-06-28, 05:26 PM
    (2023-06-28, 05:12 PM)thepwrtank18 Wrote: Jellyfin 10.8.10 (Native)
    Windows 10 22H2
    Core i7 4910MQ @ 2.10GHz
    Nvidia GeForce GTX 880M
    32GB DDR3
    x1 LITEONIT DMT-80M6M-11 mSATA 80GB (Operating System), x2 PNY 1TB SATA SSD (Everything for Jellyfin except the server binaries)

    Here's the full log file (domain name is censored, all IP's are from Cloudflare): https://gist.githubusercontent.com/thepw...230628.log

    On your server, open up task manager and sort by CPU usage.  Start playing a video and tell me what process is using the most CPU.  I'm betting it is Windows Defender.  I had the same issue when I was still running Jellyfin on Windows.  Even with HEVC direct plays, I also had issues with responsiveness just from Windows Defender inspecting the video file.
    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]
    thepwrtank18
    Offline

    Junior Member

    Posts: 14
    Threads: 7
    Joined: 2023 Jun
    Reputation: 0
    #8
    2023-06-28, 05:30 PM
    It looks like disabling Cloudflare's tunneling fixes the issue.

    Are there alternatives to Cloudflare's tunneling that allow video?
    Venson
    Offline

    Moderator, Server Dev, XBox Maintainer

    Posts: 378
    Threads: 7
    Joined: 2023 Jun
    Reputation: 15
    Country:Germany
    #9
    2023-06-28, 05:33 PM (This post was last modified: 2023-06-28, 05:35 PM by Venson.)
    @thepwrtank18

    Sure CF has paid plans for that, but i can not think of any provider that allows that for free. Its a huge load you put on thier systems with video/audio streams thats why they generally do not allow that.

    But an VPS can easily be created by our own for around 10€/Month with a headless server hosted at (insert your prefered hosting provider). Then use OpenVPN or other free VPN software for that.
    typos are finders, keepers.
    Next Jellyfin release 10.11.0 will be Soon™
    Soon™ is an unregistered trademark of Jellyfin International
    « 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