Closed wokkieman closed 1 year ago
You're running an old version of frigate, you should update to 0.11.1
I've updated to 0.11.1-2EADA21 (Had to remove the amd-64 part, so now it's image: blakeblackshear/frigate:stable ...)
Docker doesn't crash, but we're still 'green'
[2023-03-03 14:53:15] ffmpeg.eufy_front.detect ERROR : Error while decoding stream #0:0: Input/output error
[2023-03-03 14:53:15] ffmpeg.eufy_front.detect ERROR : [h264_qsv @ 0x55a781bf69c0] Error during QSV decoding.: device failed (-17)
[2023-03-03 14:52:15] ffmpeg.eufy_front.detect ERROR : Finishing stream 1:0 without any data written to it.
[2023-03-03 14:52:15] ffmpeg.eufy_front.detect ERROR : [flv @ 0x55aff85add40] Failed to update header with correct duration.
[2023-03-03 14:52:15] ffmpeg.eufy_front.detect ERROR : [flv @ 0x55aff85add40] Failed to update header with correct filesize.
[2023-03-03 14:52:18] ws4py INFO : Terminating websocket [Local => 127.0.0.1:5002 | Remote => 127.0.0.1:50628]
[2023-03-03 14:52:30] ws4py INFO : Managing websocket [Local => 127.0.0.1:5002 | Remote => 127.0.0.1:56204]
[2023-03-03 14:52:35] watchdog.eufy_front INFO : No frames received from eufy_front in 20 seconds. Exiting ffmpeg...
[2023-03-03 14:52:35] watchdog.eufy_front INFO : Waiting for ffmpeg to exit gracefully...
[2023-03-03 14:52:35] frigate.video ERROR : eufy_front: Unable to read frames from ffmpeg process.
[2023-03-03 14:52:35] frigate.video ERROR : eufy_front: ffmpeg process is not running. exiting capture thread...`
Cool, that error is what we've seen for other 12th gen users. This is fixed in 0.12 which is currently in beta
ok! thanks for the quick support and the awesome software :)
can confirm that it works with: 0.12.0-beta2
Thanks again
@rjwonder just so you're aware beta2 is a very old version of the betas. Newer versions will not be posted to dockerhub as they are now hosted exclusively on github
Feel free to create a new issue if something else comes up
@rjwonder just so you're aware beta2 is a very old version of the betas. Newer versions will not be posted to dockerhub as they are now hosted exclusively on github
thanks, also changed that part
Describe the problem you are having
Stream from Eufy camera is working fine. I can see it in VLC and I can in Frigate when removing 'hwaccel_args'
I just migrated Frigate to a new Intel i5-12400 box and therefor changed hardware acceleration in config.yml to
ffmpeg: hwaccel_args: -c:v h264_qsv
As soon as I do that, the camera's change to a green box. Without it the camera shows up fine.
FFMPEG is showing (a lot of times)
Error while decoding stream #0:0: Invalid argument [h264_qsv @ 0x563878e32780] Error initializing an internal MFX session: unsupported (-3) [h264_qsv @ 0x563878e32780] Error initializing an MFX session [h264_qsv @ 0x563878e32780] Error initializing the MFX video decoder: invalid handle (-6)
I get the same results when running the test command:
ffmpeg -c:v h264_qsv -re -stream_loop -1 -i https://streams.videolan.org/ffmpeg/incoming/720p60.mp4 -f rawvideo -pix_fmt yuv420p pipe: > /dev/null
ls /dev/dri (in docker container)
Could someone point me in the right direction here?
Note: Coral USB TPU (also?) gets detected without issues
Version
0.10.1-83481AF
Frigate config file
docker-compose file or Docker CLI command
Relevant log output
FFprobe output from your camera
Operating system
Debian
Install method
Docker Compose
Network connection
Wired
Camera make and model
eufy indoor cam (wireless)
Any other information that may be helpful
No response