11 hours ago
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:
any ideas?
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/movies
Movies
restart: unless-stopped
#runtime: nvidia
#deploy:
# resources:
# reservations:
# devices:
# - driver: nvidia
# count: all
# capabilities: [gpu]
any ideas?