![]() |
Jellyfin server becomes unreachable after some playback - 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 server becomes unreachable after some playback (/t-jellyfin-server-becomes-unreachable-after-some-playback) |
Jellyfin server becomes unreachable after some playback - SyauqiMA - 2025-02-14 Hello everyone, I am new to Jellyfin and Linux, and I get this weird issue where the Jellyfin server (Docker version) would become unreachable after some music playback ( I mainly use Jellyfin for music, using Finamp Android app). So the steps are: 1. Booting my linux machine, and start the Jellyfin docker (docker compose up -d) 2. Connect from my Finamp app 3. Start playing some music 4. After playing maybe 4 or 5 song (all files are MP3 320kbps) the app won't continue playing and is disconnected (Screenshot 1 and 2) 5. And then my server (port 8096) would become unreachable from any phone and any browser in the same network, except from the host machine itself. The thing is other port will connect well (for example openspeedtest at port 3000). Restarting the server and the docker container doesn't solve it, but after restarting my host machine it the server can be connected again (but will eventually unreachable again after playing some music). The server is a Linux Debian 12 laptop, and I only use Jellyfin locally through my ISP's router. The media is in an External SSD, if that is relevant. I have set so this laptop has a static IP. Is there something I missed in my settings or installations? Any assistance will be appreciated. Logs (there are 9 songs played because they are short): https://pastebin.com/xhi75Cdd docker-compose file: https://pastebin.com/fisbmXhc RE: Jellyfin server becomes unreachable after some playback - SyauqiMA - 2025-02-15 Correction: The second screenshot is because I did a typo, but the problem still exists with the correct address RE: Jellyfin server becomes unreachable after some playback - gnattu - 2025-02-15 The server is still up but the ip forwarding from your device to the server is cut. The very first thing I *think* could be problematic is the ISP router. RE: Jellyfin server becomes unreachable after some playback - SyauqiMA - 2025-02-15 (2025-02-15, 03:53 AM)gnattu Wrote: The server is still up but the ip forwarding from your device to the server is cut. The very first thing I *think* could be problematic is the ISP router.Definitely makes sense, although I am not sure what could cause this in the settings, I have not touched anything in the router except giving a static IP to my laptop. This ISP is known for locking down router settings though. It is a ZTE F609 router. That said, if it is really the router that caused this, is there any other way to run Jellyfin locally? Should I just look for getting a different router? |