• 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 Server stops working when playing video

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

     
    • 0 Vote(s) - 0 Average

    Server stops working when playing video

    This won't happen when playing audio
    neogeo
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #11
    2024-08-23, 04:31 PM
    These reebots are done by hard rebooting the Raspberry. All contaniers just stop working and unable to SSH anymore.

    Output of free -m command:

    @raspberrypi:~ $ free -m
    total used free shared buff/cache available
    Mem: 7809 1208 3277 147 3592 6600
    Swap: 199 0 199

    I'm runing on a Raspberry Pi 4 with 8Gb memory.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #12
    2024-08-23, 04:46 PM
    What is the underlying OS, can you share your docker compose file, and which Docker image for Jellyfin are you using? I'm assuming the Linuxserver version.

    Have you ALWAYS had issues with video or only recently?
    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]
    neogeo
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #13
    2024-08-23, 04:47 PM
    Not even able to direct log in to Raspberry. It's completely frozen.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #14
    2024-08-23, 04:48 PM
    And what is the output of this command.

    Code:
    cat /proc/cgroups | grep memory
    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]
    neogeo
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #15
    2024-08-23, 04:56 PM
    @raspberrypi:~ $ cat /proc/cgroups | grep memory
    memory 0 49 0
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #16
    2024-08-23, 05:04 PM
    See my prior post requesting additional information.
    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]
    neogeo
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #17
    2024-08-23, 05:19 PM (This post was last modified: 2024-08-23, 05:19 PM by neogeo.)
    Excuse me, I missed that one.

    What is the underlying OS: Debian GNU/Linux 12

    Can you share your docker compose file: Installed it through Portainer, so I'm not able to get the docker compose file (as far as I know). But you can ask me any parameter you want. Volumes are binded, btw.

    And which Docker image for Jellyfin are you using: linuxserver/jellyfin:latest

    Have you ALWAYS had issues with video or only recently: Always, but only with video. At first the problem was that the video stopped for like half a second every 4 seconds aprox., but it didn't froze the server. A few months later (a few days from now) I uploaded a new movie, and I didn't had any issue when playing so I started uploading lots of content. A few hours later I realized that the problem was still there.

    Audio has always worked beautifully.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #18
    2024-08-23, 05:24 PM
    Try the following.

    1) Increase the log level to debug. /config/logging.default.json and replace "Warning" and "Information" with "Debug". The change in logging should take affect immediately. Repeat the problem and share the new log.
    2) Spin up an another container, but use the official image. jellyfin/jellyfin:latest
    3) Install Jellyfin directly on Debian. We have a script to automate that process.
    Code:
    curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
    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]
    neogeo
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #19
    2024-08-23, 05:47 PM
    Here's new log with increase https://drive.proton.me/urls/9XJTRXM7PW#AUYgZSzxgaSh

    Btw, for any reason it took me a while to be able to repeat the problem. I was skipping forward and backwards like crazy and nothing happened (that behaviour should have caused a crash) but I had to use Jellyfin on my phone device at the same time to cause the crash.

    I will try options 2 or 3 tomorrow. It would be nice to buy you a coffee.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #20
    2024-08-23, 05:54 PM
    The increased logging would go to /config/log/log_<today's date>.log. Share that one.
    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]
    Pages (3): « Previous 1 2 3 Next »

    « Next Oldest | Next Newest »

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