• 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 Jellyfin crashes during playback with no evidence in logs

    Pages (4): « Previous 1 2 3 4 Next »

     
    • 0 Vote(s) - 0 Average

    Jellyfin crashes during playback with no evidence in logs

    Jellyfin crashes during playback with no evidence in logs
    hugefinfan
    Offline

    Junior Member

    Posts: 26
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #21
    2024-10-31, 07:56 PM (This post was last modified: 2024-10-31, 07:59 PM by hugefinfan. Edited 1 time in total.)
    (2024-10-31, 07:18 PM)TheDreadPirate Wrote: IMO, it looks like you are losing connection with the server.  Is your server local?  Remote?  Behind a reverse proxy?  CGNAT?

    First of all THANK YOU so much for helping me out here; I have both plex and JF set up and I MUCH prefer the purely open source philosophy and want my system to work best.

    Yes, in this particular example I am behind a reverse proxy (NGINX -> CloudFlare) but am accessing this connection from the same location as the server is located. Oddly plex doesnt have this issue and the issue happens even if the buffer is full in the Jellyfin admin console (last time it happened in the last few minutes of a 58-minutes episode).
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #22
    2024-11-01, 12:49 AM
    Using cloudflare to stream video is against their TOS and could be a contributing factor.

    For your local devices, are they using your domain address to connect?
    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]
    hugefinfan
    Offline

    Junior Member

    Posts: 26
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #23
    2024-11-01, 01:27 AM (This post was last modified: 2024-11-01, 01:30 AM by hugefinfan. Edited 1 time in total.)
    (2024-11-01, 12:49 AM)TheDreadPirate Wrote: Using cloudflare to stream video is against their TOS and could be a contributing factor.

    For your local devices, are they using your domain address to connect?


    Correct about cloudflare; I'm not using CloudFlare Tunnels; just their proxy and DNS services. My understanding is that it is the CDN that is against streaming ToS:

    https://www.cloudflare.com/service-speci...work-terms

    For devices on my network, no, they are connecting to the public-facing domain name and my browser is not pointed directly at the local server.

    Here's a thought; I'll try streaming internally and see if the error persists there. In the meantime here is another firefox console of another crash:

    Code:
    Requesting url without automatic networking: https://sub.domain.tld/Sessions/Playing/Progress 3 node_modules.jellyfin-apiclient.bundle.js:2:14622
    Sending web socket message: KeepAlive node_modules.jellyfin-apiclient.bundle.js:2:18698
    Received KeepAlive from server. node_modules.jellyfin-apiclient.bundle.js:2:62736
    Requesting url without automatic networking: https://sub.domain.tld/Sessions/Playing/Progress 3 node_modules.jellyfin-apiclient.bundle.js:2:14622
    Sending web socket message: KeepAlive node_modules.jellyfin-apiclient.bundle.js:2:18698
    Received KeepAlive from server. node_modules.jellyfin-apiclient.bundle.js:2:62736
    Requesting url without automatic networking: https://sub.domain.tld/Sessions/Playing/Progress 3 node_modules.jellyfin-apiclient.bundle.js:2:14622
    Sending web socket message: KeepAlive node_modules.jellyfin-apiclient.bundle.js:2:18698
    Received KeepAlive from server. node_modules.jellyfin-apiclient.bundle.js:2:62736
    HLS Error: Type: networkError Details: fragLoadError Fatal: false main.jellyfin.bundle.js:2:69163
    hls.js response error code: 502 main.jellyfin.bundle.js:2:69369
    Requesting url without automatic networking: https://sub.domain.tld/Sessions/Playing/Progress node_modules.jellyfin-apiclient.bundle.js:2:14622
    Requesting url without automatic networking: https://sub.domain.tld/Sessions/Playing/Progress node_modules.jellyfin-apiclient.bundle.js:2:14622
    Sending web socket message: KeepAlive node_modules.jellyfin-apiclient.bundle.js:2:18698
    Received KeepAlive from server.

    I think we may be on the right track with investigating proxy or gateway as the 502 error (again above) seems to point to that:

    https://en.wikipedia.org/wiki/HTTP_502

    but I am unsure why losing connection from the server for a few seconds (or in all likelihood even a few milliseconds) would cause video to crash if there is tens of minutes buffered already. If that were the case I imagine many people would experience this error with great frequency causing this software to be basically unusable.
    hugefinfan
    Offline

    Junior Member

    Posts: 26
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #24
    2024-11-01, 01:40 AM
    woah, now this is interesting. When it crashes while playing locally (no dns, no proxy) this is the browser console error:

    Code:
    Requesting url without automatic networking: http://10.xxx.xxx.xxx:8096/Sessions/Playing/Progress node_modules.jellyfin-apiclient.bundle.js:2:14622
    HLS Error: Type: mediaError Details: bufferStalledError Fatal: false main.jellyfin.bundle.js:2:69163
    Requesting url without automatic networking: http://10.xxx.xxx.xxx:8096/Sessions/Playing/Progress

    ok this feels like we're getting somewhere. I'm currently digging into some forums related specifically to HLS but if I should be looking somewhere else please let me know!
    hugefinfan
    Offline

    Junior Member

    Posts: 26
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #25
    2024-11-01, 01:48 AM
    Found this thread from a few years ago:

    https://github.com/jellyfin/jellyfin/issues/11450

    To my knowledge all my advanced playback -> transcoding settings are all default except for me enabling QSV.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #26
    2024-11-01, 02:53 PM
    Is your host and/or router setup for IPv6? This seems like some weird networking issue. Does your home network have any special configurations? VLANs?
    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]
    hugefinfan
    Offline

    Junior Member

    Posts: 26
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #27
    2024-11-01, 04:57 PM
    (2024-11-01, 02:53 PM)TheDreadPirate Wrote: Is your host and/or router setup for IPv6?  This seems like some weird networking issue.  Does your home network have any special configurations?  VLANs?

    IPv6 is disabled. My test machine and the server are on the same VLAN.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #28
    2024-11-01, 08:39 PM
    Do you have any browser plugins that could interfere with Jellyfin? Have you tried non-browser clients?
    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]
    hugefinfan
    Offline

    Junior Member

    Posts: 26
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #29
    2024-11-04, 12:16 AM
    (2024-11-01, 08:39 PM)TheDreadPirate Wrote: Do you have any browser plugins that could interfere with Jellyfin?  Have you tried non-browser clients?

    I have a roku device and sometimes use my android app on my phone. I've never had an issue with either.

    Firefox has ublock, decentraleyes, privacy badger and chrome only has ublock.
    hugefinfan
    Offline

    Junior Member

    Posts: 26
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    #30
    2024-11-06, 05:23 PM
    Upgraded to v10.10.1 and the problem hasn't presented itself yet!
    Pages (4): « Previous 1 2 3 4 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 2 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