Jellyfin Forum
Onn 4k Pro freezing/stuttering (not buffering) - 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: Onn 4k Pro freezing/stuttering (not buffering) (/t-onn-4k-pro-freezing-stuttering-not-buffering)



Onn 4k Pro freezing/stuttering (not buffering) - SilveryAbaba - 2025-08-26

Hello,
After running flawlessly for a long time Onn started freezing during playback. 

It isn't buffering because the connection is great, I set up a laptop there and it plays the same media via wifi perfectly. I figured it was an internet problem anyway and finally got around to running ethernet to it, but it made no difference.

I did a factory reset and installed just tailscale (to access the server) and jellyfin, and it's still continuing. 

I tried disabling game mode, frame match, bluetooth, etc. 

I tried an kodi as an external player but it suffers the same behavior. 
I set up kodi jellyfin add on and it also suffers.


I had to disable nvidia because the container stopped launching with it, but the issue came awhile after that. Regardless, the media is direct play.

I put the media on a thumbdrive and it played it just fine.

docker-compose:

jellyfin:

    image: jellyfin/jellyfin

    container_name: jellyfin

    networks:

      - bridge_network

      - backend_network

    user: 1000:1000

    volumes:

      - jellyconfigconfig

      - jellycachecache

      - /media/8tb/moviesConfused-faceMovies

    restart: unless-stopped

    #runtime: nvidia

    #deploy:

    #  resources:

    #    reservations:

    #      devices:

    #        - driver: nvidia

    #          count: all

    #          capabilities: [gpu]


any ideas?