Server Version#: 1.32.4.7195
Player Version#: 1.74.1.3913-9baac009
<If providing server logs please do NOT turn on verbose logging, only debug logging should be enabled>
cpu: ryzen 1700
gpu: gtx1060 3g
system: ubuntu22.04-server docker (esxi)
I use plex on docker
docker -v
Docker version 20.10.21, build 20.10.21-0ubuntu1~22.04.3
docker-compose -v
Docker Compose version v2.19.1
I install nvidia driver 470
nvidia-smi
Wed Jul 19 13:52:23 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.125.06 Driver Version: 525.125.06 CUDA Version: 12.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... Off | 00000000:03:00.0 Off | N/A |
| 38% 39C P8 6W / 120W | 2MiB / 3072MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
and libnvidia-encode, libnvidia-decode, nvidia-docker2…
my docker-compose file
version: '3'
services:
plex:
image: plexinc/pms-docker
restart: unless-stopped
container_name: plex
networks:
macvlan_1:
ipv4_address: 192.168.2.50
ports:
- 32400:32400
environment:
PLEX_CLAIM: claim-QPYejXj3EXisyQNxwF3B
NVIDIA_VISIBLE_DEVICES: all
NVIDIA_DRIVER_CAPABILITIES: compute,video,utility
VERSION: docker
PUID: 1000
PGID: 1000
PLEX_UID: 1000
PLEX_GID: 1000
TZ: Asia/Shanghai
volumes:
- /mnt/double/docker/005plex2:/config
- /mnt/double/cache/000plex:/transcode
- /mnt:/mnt
devices:
- /dev/dri:/dev/dri
- /dev/nvidia0:/dev/nvidia0
- /dev/nvidiactl:/dev/nvidiactl
- /dev/nvidia-modeset:/dev/nvidia-modeset
- /dev/nvidia-uvm:/dev/nvidia-uvm
- /dev/nvidia-uvm-tools:/dev/nvidia-uvm-tools
labels:
- "traefik.enable=true"
deploy:
resources:
limits:
cpus: '0.5'
memory: 2G
reservations:
cpus: '0.05'
memory: 64M
# devices:
# - capabilities: [gpu]
runtime: nvidia
networks:
macvlan_1:
external: true
driver: macvlan
transcoding option is checked
The above is my configuration.
anyway,
When I try transcoding to play a movie, I get error 4294967283.
Frist,
I think maybe my compose file has problem. I keep revising until the current state.
It doesn’t work
And,
I think maybe 470 mvidia drive has problem, then i create a new ubuntu22.04, install 535 and 525
(because 535 drivers have not yet been tested.)
It doesn’t work
finaly
I create a new plex rollback to a old version
It doesn’t work
This is my first plex logs
Plex Media Server Logs_2023-07-18_19-17-34.zip (87.2 KB)
and drive 525 logs
Plex Media Server Logs_2023-07-19_21-44-58.zip (810.5 KB)
Please help me, I try any thing i can do. but doesn’t work.





