PMS 1.32.4.7164 : Still have issues with HW Transcoding (Synology DS 1019+)

@ChuckPa

Here are my server logs.

Plex Media Server Logs_2023-06-07_09-20-02.zip (13.0 KB)

Here is my Docker Compose:

Blockquote


version: “2.1”
services:
plex:
image: lscr.io/linuxserver/plex:latest
container_name: plex
network_mode: host
group_add:
- “106”
environment:
- PUID=1000
- PGID=1000
- TZ=Canada/Atlantic
- VERSION=1.32.1.6999-91e1e2e2c
- DOCKER_MODS=jefflessard/plex-vaapi-amdgpu-mod
devices:
- /dev/dri/

volumes:
  - /srv/dev-disk-by-uuid-f150e77a-a744-4146-b9e3-25f6530e62f9/plex/config:/config
  - /srv/dev-disk-by-uuid-f150e77a-a744-4146-b9e3-25f6530e62f9/plex/content:/content
  - /tmp:/transcode
restart: unless-stopped