2023-12-06, 11:02 PM
Hey team. Really loving your work. Has been a real game changer for me. Unfortunately, I seem to be having issues with DV playback. From what I can gather, this has only been an issue with DV Profile 5. The result is the purple/green hue problem. It is a problem on both devices that qualify for DirectStreaming (IE my DV capable TV) and devices that get a transcoded version.
I will attempt to provide all the information I think may be pertinent but please forgive me if you need more. More than happy to provide anything required. I apologise in advance for any formatting issues. I'm doing my best!
The server is running a 12th gen intel CPU and I am using QSV.
My compose.yaml file is as follows.
When attempting to play on a DV capable device, the following log is the result: https://pastebin.com/8rawNp4m
Please let me know what information you may require and any troubleshooting steps you would like me to take. Really appreciate and assistance I can get, because apart from these files, I can not be more happy with JF.
Kindest regards.
I will attempt to provide all the information I think may be pertinent but please forgive me if you need more. More than happy to provide anything required. I apologise in advance for any formatting issues. I'm doing my best!
The server is running a 12th gen intel CPU and I am using QSV.
My compose.yaml file is as follows.
Code:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
DOCKER_MODS: linuxserver/mods:jellyfin-opencl-intel
PUID: ${PUID}
PGID: ${PGID}
TZ: ${TZ}
devices:
- "/dev/dri:/dev/dri"
volumes:
- ./docker/jellyfin/config:/config
- /mnt/disk3/Media:/data/Media
ports:
- "192.168.1.2:8096:8096"
restart: unless-stopped
When attempting to play on a DV capable device, the following log is the result: https://pastebin.com/8rawNp4m
Please let me know what information you may require and any troubleshooting steps you would like me to take. Really appreciate and assistance I can get, because apart from these files, I can not be more happy with JF.
Kindest regards.