-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Config Support]: pipe:: Invalid argument #5101
Comments
Your hwaccel args are incorrect. It should either use vaapi or qsv but you're trying to mix them. See the docs https://docs.frigate.video/configuration/hardware_acceleration |
Oh, right. removed QSV and now this shows up:
|
What's your docker CLI command from Unraid? Doesn't look like you're passing the iGPU in |
/dev/dri is used. |
Are you sure you've enabled the intel driver in Unraid? It's not enabled by default. Also, what cpu / GPU do you have? |
I installed the App Intel-GPU-TOP. I hoped that this would be enough. I use an i5-13600k without an extra GPU PS: With /dev/dri Plex Server gets HW. Does that mean the iGPU UHD 770 is running? |
If Intel GPU top works then it should be. But it seems your passing to the frigate container is incorrect somewhere because frigate does not see the device. Can you run |
Host: Container: # ls /dev/dri/ |
Can you paste your current config? |
|
Okay, seems really weird. This might be a driver issue which could be fixed in 0.12 since we have newer drivers |
I changed to 0.12 Beta 3 and now I am a bit closer to the solution.
|
Are you using |
My Global Arguments at the bottom of the config file are:
They work perfectly fine for all the other cameras. I just had to define new output arguments for Spielzimmer so far in Home Assistant. |
I would suggest moving to the ffmpeg presets per the release notes for the beta. |
I removed the Output Arguments for Spielzimmer and now he says
|
It looks like no arguments have been provided. Please read the release notes because I think you are misunderstanding what I mean by presets |
Oh, I missed that part. I also found something intresting in the docs. That worked even better for this C800 than the presets preset-record-mjpeg https://deploy-preview-4055--frigate-docs.netlify.app/configuration/camera_specific/#annke-c800 Streams are all working now! How do I add the camers Spielzimmer in my home assistant dashbaord? I installed Frigate Proxy and the x264 Cameras show up as "GoNAME", but the Spielzimmer Kamera is not showing up at all under Camera Entity. And the Go Streams are also buffering almost always. Any way to change back to the old default strems without Go? |
Preset record mjpeg is going to be using software to reencode the video as h264 so that seems like it will greatly increase CPU usage. Also the RTSP streams in HA should be used as webRTC either with the webRTC v3 integration or rtsp2webrtc integration that is built into HA (just add it and point it to frigate_ip:1984 The frigate card is also going to be updated to updated to use webRTC / MSE which is fully recommended over HA HLS |
Everything works like a charm now! Great work and thank you very much! |
Describe the problem you are having
Have a great weekend everyone.
I am in the process of moving Home Assistant from my DS920+ to a new Unraid server.
So new processor i5-13600K comes to use.
Also changed that now I don't want to run Frigate in Home Assistant itself, but as Docker in Unraid OS.
I took my old configuration 1:1, as it ran very stable for the last few months.
I then changed the hwaccel_args based on Nick's tips.
Interestingly, the error message "pipe:: Invalid argument", however pipe does not appear at all in my configuration.
Does anyone know what I need to change to make it work?
Version
0.11.1-2EADA21
Frigate config file
Relevant log output
Frigate stats
Operating system
UNRAID
Install method
Docker CLI
Coral version
USB
Any other information that may be helpful
No response
The text was updated successfully, but these errors were encountered: