Plex Error 4294967283 after updating to 24.10

After updating to 24.10 and adding my GPU to my plex app, when trying to transcode videos I get error code 4294967283 and the transcode fails. Anyone else having this issue?

1 Like

same issue… have you find any resolution?

Not yet. I’ve been keeping the app/Nvidia Drivers/OS up to date but I’m still having the issue. Seems like hw transcoding is working on other devices (TVs, Roku, etc.) but the Windows/Mac app and in-browser are still always getting this error.

same issue here - its completely broken for Windows App / Mac App and browser. Works fine on iPhone, Apple TV and Android TV.

I have the same issue, I have T400 GPU and I’ve,

  1. Changed the Permissions on all directories
  2. Change the transcode folder between temp folder/Host Path/tmpfs
  3. Deleted the “codec” folder

Happens on Windows Client and web. iOS is Solid.

I have the same issue, only android seems to work

Getting the same error with Nvidia GPU transcoding on an Ubuntu 24 VM with PCI passthrough of a Quadro P620, Nvidia driver 550.120 installed via apt.

Having the same issue with a RTX 2070.

Sometimes it starts, but after a few seconds it just sends me to Home.

TrueNAS SCALE 24.10.2
NVIDIA Driver Version: 550.127.05

My docker compose (not full):

  plex:
    image: linuxserver/plex:latest
    container_name: plex
    runtime: nvidia
    deploy:
       resources:
         reservations:
          devices:
            - driver: nvidia
              count: all
              capabilities: [gpu]
    environment:
      - TZ=Etc/Lisbon
      - PUID=568
      - PGID=568
      - NVIDIA_VISIBLE_DEVICES=all
      - NVIDIA_DRIVER_CAPABILITIES=all

When attempting to change stream on iOS it even crashed the container:

****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.41.4.9463-630c9f557/PLEX MEDIA SERVER/ae45a11b-e795-4397-1dadd49a-fc8bc150.dmp

Not sure if this is a TrueNAS issue or a Plex issue.