Server Version#: 4.108.0
Player Version#: n/a
host: ProxMox.
Operating system: Ubuntu 22.04 VM.
Plex is running on docker compose on Ubuntu 22.04 VM.
here is my docker compose for plex.
plex:
image: lscr.io/linuxserver/plex:latest
container_name: plex
network_mode: bridge
devices:
- /dev/dri:/dev/dri
ports:
- 32400:32400
environment:
- PUID=1000
- PGID=1000
- TZ=America/Los_Angeles
- VERSION=docker
- PLEX_CLAIM= #optional
- DOCKER_MODS=Package theme.park · GitHub
- TP_THEME=overseerr
- -e TP_ADDON=overseerr-side-menu
volumes:
- /home/dlone/Configs/Plex-Config:/config
- /media/data/:/media/data
- /dev/shm:/transcode
here is a screenshot of my Transcoder setup in Plex Media server Settings.
here is a screenshot of the error message I receive when trying to play any content in my library.

here is a screenshot of the size of mt /dev/shm

I can confirm setting the transcoding location to /tmp works just fine and playback is working flawlessly there. this is only occurring with /dev/shm trying to achive RAM Transcoding in Plex.
If you have any questions or need any additional information to assist this, please let me know thank you for your time and I look forward to a response.
