![]() |
Jellyfin crashed during playback, can't get it back - 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 crashed during playback, can't get it back (/t-jellyfin-crashed-during-playback-can-t-get-it-back) |
Jellyfin crashed during playback, can't get it back - tparadox - 2025-03-22 I was watching a movie on a WebOS client and the screen went black. Thought the TV had turned itself off, so I power cycled it and was able to get back to the movie. A while later, it went black again and I could no longer connect to the JF server on any device while everything else on that machine is working. I rebooted a few times and no change. The first time I ran "jellyfin status" I got an error about not finding content in the appropriate folder to start a web client, so I ran "apt install Jellyfin" and it upgraded some things, most notably ffmpeg went from 5 to 7. But I still couldn't connect, so I ran "jellyfin status" again and these are the errors it's throwing (I saw the same version failed error before apt upgraded ffmpeg): Code: 17:55:14] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncode RE: Jellyfin checked crashed during playback, can't get it back - TheDreadPirate - 2025-03-23 What OS is the Jellyfin server running on? And how is it installed? Can you share your full jellyfin log via privatebin.net? RE: Jellyfin checked crashed during playback, can't get it back - tparadox - 2025-03-29 Armbian v25.2.3 for Odroid XU4 running Armbian Linux 6.6.81-current-odroid xu4, installed directly with Apt. I think this is what you need? https://privatebin.net/?0b6c776b7c9cea64#FtcEfpJSbA2m3EmyQsvX6Exb5tgLsrkFEDacJH87LBec RE: Jellyfin crashed during playback, can't get it back - TheDreadPirate - 2025-03-30 How are you starting Jellyfin? Are you starting it via systemctl? "sudo systemctl start jellyfin"? Or are you literally typing just "jellyfin"? RE: Jellyfin crashed during playback, can't get it back - tparadox - 2025-03-30 Yes, I use Systemctl. RE: Jellyfin crashed during playback, can't get it back - TheDreadPirate - 2025-03-31 Did you install jellyfin-ffmpeg? RE: Jellyfin crashed during playback, can't get it back - tparadox - 2025-04-12 Code: root@odroidxu4:~# apt install jellyfin-ffmpeg7 RE: Jellyfin crashed during playback, can't get it back - TheDreadPirate - 2025-04-12 Code: sudo apt list --installed | grep jellyfin Share the output of those commands via privatebin.net. RE: Jellyfin crashed during playback, can't get it back - tparadox - 2025-04-27 https://privatebin.net/?744c07fdc65a637e#Hg8dnywy67NYjHaihHPuuvJBbzQ59jZkueQKiWWjoGBh RE: Jellyfin crashed during playback, can't get it back - tparadox - 2025-05-10 I backed up my config and data and ran "apt purge jellyfin" and then "apt install jellyfin". I ran "systemctl enable jellyfin" and "systemctl start jellyfin". Then I ran systemctl status jellyfin and got the same abort message. https://privatebin.net/?1238656b788f3d30#52e9BMnKhsQDq8ySUbkF5K9yJAyLyKPZuWXfeZZaW5me |