2025-04-05, 11:52 PM
(This post was last modified: 2025-04-06, 01:18 AM by TheDreadPirate. Edited 1 time in total.)
(2025-04-04, 02:10 PM)TheDreadPirate Wrote: Can you share your docker compose?
Sure thing! Thank you so much for looking it over. I just tested on my laptop and everything plays fine with transcoding enabled, same settings I showed. There is no transcoding occurring as per intel_gpu_top but that's to be expected, I guess, since my laptop can play these files just fine.
I also meant to add that the client tested on is an Onn Android TV 4K, using the Jellyfin app.. so perhaps it is the device that is the problem? Here is my compose file:
_________________________________________________________________________
Code:
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=568
- PGID=568
- TZ=America/New_York
volumes:
- ./configs/jellyfin:/config
- ${MEDIA_PATH}:/media # Use the MEDIA_PATH variable
- DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel
ports:
- 8096:8096
restart: unless-stopped