Intel Driver/Transcoder is crashing. Bleeding edge isn’t good for Plex, so you will either have to wait for them to catch up or drop back to a 5.15 kernel.
You could switch to the plex docker image and see if that is more stable with your setup. Wait for Plex to update sometime after Xmas or reload with stable OMV 6.0.24 and don’t upgrade.
One thing Plex may be interested in related to the CPU id.
Line 143: Dec 11, 2022 00:47:26.109 [0x7f04a757eb38] WARN - [GPU] Failed to load PCIID map: Failed to locate a readable PCIID database
Line 144: Dec 11, 2022 00:47:26.109 [0x7f04a757eb38] DEBUG - [GPU] Got device: , intel@builtin, default true, best true, ID /dev/dri/renderD128, DevID [8086:4e71], flags 0xde
The Failure.
Dec 11, 2022 00:48:03.717 [0x7f04a5c7eb38] ERROR - [Req#15d/Transcode/wt247dz3rjrqpeo54ytg8er6/90552a5d-78d6-4dae-b5fc-a50e99456eb7] [h264_vaapi @ 0x7f2dad86adc0] Driver does not support any RC mode compatible with selected options (supported modes: CQP).
Dec 11, 2022 00:48:03.717 [0x7f04a757eb38] ERROR - [Req#162/Transcode/wt247dz3rjrqpeo54ytg8er6/90552a5d-78d6-4dae-b5fc-a50e99456eb7] Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
You could try locating the Drivers directory along your /config path and clearing it so that they re-download. Delete the docker image and change your compose to switch to the plexinc/pms-docker image.
Appropriate warning that these are the risks that a user assumes when using an unsupported OS. @ChuckPa, any guidance on the PCIID database issue?
I checked that forum too doesn’t seem like there was a solution and I tried switching to plexinc/pms-docker didn’t help i looked into the logs same issue and i did mount the volume for the drive alongside other volumes
here the log anyway Plex Media Server Logs_2022-12-11_15-22-29.zip (530.5 KB)
thanks for trying to help, maybe after weekend one of the dev shine light on this issue and help
Dec 11, 2022 00:48:03.717 [0x7f04a5c7eb38] ERROR - [Req#15d/Transcode/wt247dz3rjrqpeo54ytg8er6/90552a5d-78d6-4dae-b5fc-a50e99456eb7] [h264_vaapi @ 0x7f2dad86adc0] Driver does not support any RC mode compatible with selected options (supported modes: CQP).
Dec 11, 2022 00:48:03.717 [0x7f04a757eb38] ERROR - [Req#162/Transcode/wt247dz3rjrqpeo54ytg8er6/90552a5d-78d6-4dae-b5fc-a50e99456eb7] Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
In my experience, this indicates the GuC/HuC firmware has not been successfully loaded/initialized. Try running the following: sudo dmesg | grep -i i915
Look for lines to the effect that the GuC/HuC firmware failed to load. If that’s the case, you can use the information here to find the required firmware:
i think i need repo for that because im getting this
root@homeserver:/# sudo apt install intel-media-va-driver-non-free
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package intel-media-va-driver-non-free is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'intel-media-va-driver-non-free' has no installation candidate
root@homeserver:/#