![]() |
Jellyfin crashes during playback with no evidence in logs - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Jellyfin crashes during playback with no evidence in logs (/t-jellyfin-crashes-during-playback-with-no-evidence-in-logs) |
RE: Jellyfin crashes during playback with no evidence in logs - hugefinfan - 2024-10-31 (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). RE: Jellyfin crashes during playback with no evidence in logs - TheDreadPirate - 2024-11-01 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? RE: Jellyfin crashes during playback with no evidence in logs - hugefinfan - 2024-11-01 (2024-11-01, 12:49 AM)TheDreadPirate Wrote: Using cloudflare to stream video is against their TOS and could be a contributing factor. 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-specific-terms-application-services/#content-delivery-network-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 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. RE: Jellyfin crashes during playback with no evidence in logs - hugefinfan - 2024-11-01 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 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! RE: Jellyfin crashes during playback with no evidence in logs - hugefinfan - 2024-11-01 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. RE: Jellyfin crashes during playback with no evidence in logs - TheDreadPirate - 2024-11-01 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? RE: Jellyfin crashes during playback with no evidence in logs - hugefinfan - 2024-11-01 (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. RE: Jellyfin crashes during playback with no evidence in logs - TheDreadPirate - 2024-11-01 Do you have any browser plugins that could interfere with Jellyfin? Have you tried non-browser clients? RE: Jellyfin crashes during playback with no evidence in logs - hugefinfan - 2024-11-04 (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. RE: Jellyfin crashes during playback with no evidence in logs - hugefinfan - 2024-11-06 Upgraded to v10.10.1 and the problem hasn't presented itself yet! |