Host OS Upgrade - Now Receiving: "h264 @ 0x5a0476c00f40] No support for codec h264 profile 100" #18970
Replies: 2 comments 7 replies
-
If you upgraded your host OS, your host iGPU driver could have changed. You probably want to explicitly specify https://docs.frigate.video/configuration/hardware_acceleration/#intel-based-cpus Proxmox is an officially unsupported installation method as myself nor any of the other maintainers use it. But perhaps the community can provide additional assistance. |
Beta Was this translation helpful? Give feedback.
-
Had the same in the log, using it for years, and you could have same thing since you mount all of /dev/dri Have updated proxmox and also to 6.14 as suggested here with manually updating apex driver. G.. Check with docker exec frigate /bin/bash -c 'ps auxww | grep render' and vainfo --display drm --device /dev/dri/renderD... That it is using the correct device. I have two cards and added both as passthrough in proxmox years ago. Until now, I removed the 129 card-setting. It started to use the 129 instead of 128 and that did not work correctly with the vaapi setting. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
I run Frigate in an LXC on Proxmox. The underlying system is using an Intel 11th Gen Core i7-1165G7. I've not changed anything in the LXC and from the container's perspective it appears that the GPU is still passed through appropriately.
From in the frigate LXC, and I run
ffmpeg -hwaccels
I see that it's available:The errors I'm seeing (for all cams now - which were all previously working) is:
Not really sure what could have gone wrong given that I'm using the same setup with no changes. This is the only LXC running with access to the iGPU and that config looks has passthrough that looks like:
The above was abbreviated - the TPU still seems to be initialized correctly. At a loss here, what else could be impacting this? The odd thing is my substreams seem to work fine.
Version
0.15.1
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
Install method
Docker Compose
Object Detector
Coral
Network connection
Wired
Camera make and model
Reolink
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions