Jellyfin Forum
Random playback stops - 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: Random playback stops (/t-random-playback-stops)



Random playback stops - RedRedKrovy - 2024-06-18

I have a Firestick with Jellyfin installed and a Jellyfin server behind an nginx reverse proxy being served via cloudflare at my own domain.  For the last week or so when watching a show or movie the playback will randomly just stop.  I've recently upgraded to Jellyfin 10.9.3 and made some changes to the sites-available file on my nginx server.  Wondering if anyone had any ideas.  It looks like there isn't a failure on the server but for some reason the stick sends a stop signal to the server but I'm not good at interpreting these logs so maybe someone can look at the logs and confirm that.

Here is my Jellyfin log file. 

https://pastebin.com/pHUjzA1d


Here is my Jellyfin FFMPEG log file.

https://pastebin.com/SY9PY6dZ


My next course of action is going to be setting the Firestick to the local IP of the server and seeing if that solves the issue.  If it does than I know it's not the server itself.  I'll update as soon as I can but I'm about to leave town for the week.

Edit: I did point the Jellyfin app on the Firestick directly at my internal IP and was able to watch an hour long show without any issues. So the problem likely lies with my nginx server settings or cloudflare. I set nginx up based upon the subdomain setup listed on this page:

https://jellyfin.org/docs/general/networking/nginx/#nginx-from-a-subdomain-jellyfinexampleorg


RE: Random playback stops - TheDreadPirate - 2024-06-18

Your logs look fine, but sounds like an issue I often have with my Chromecast w/Google TV.

Does this github issue sound like yours?

https://github.com/jellyfin/jellyfin-androidtv/issues/3590

Also, are you using exoplayer or libVLC?