Closed Symbiot78 closed 1 year ago
oh .. the docker compose part is :
frigate:
container_name: frigate
privileged: true # this may not be necessary for all setups
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:stable
#image: ghcr.io/blakeblackshear/frigate:dev-6d0c2ec
shm_size: "128mb" # update for your cameras based on calculation above
devices:
# - /dev/bus/usb:/dev/bus/usb # passes the USB Coral, needs to be modified for other versions
# - /dev/apex_0:/dev/apex_0 # passes a PCIe Coral, follow driver instructions here https://coral.ai/docs/m2/get-started/#2a-on-linux
- /dev/dri/renderD128 # for intel hwaccel, needs to be updated for your hardware
volumes:
- /etc/localtime:/etc/localtime:ro
#- /srv/storage0a/portainer/docker/frigate/config.yml:/config/config.yml:ro
- /srv/storage0a/surveillance:/media/frigate
- /srv/storage0a/portainer/docker/frigate:/config
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 1500000000
ports:
- "5000:5000"
#- "1935:1935" # RTMP feeds
- "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp
environment:
FRIGATE_RTSP_PASSWORD: "password"
TZ: "Europe/Copenhagen"
Ffprobe failed, would be good to see that. You need to run it in the container or in the frigate webUI
hi Nick.. The ffprobe
FFPROBE OUTPUT Stream 0: Return Code: 0
Video:
Codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 Resolution: 640x360 FPS: 12/1
So - I tried with a very basic config and each of my 3 cameras. Same issue with all 3
mqtt: host: 192.168.1.131 user: mqttuser password: mqtt1
cameras: carport: ffmpeg: inputs:
Seeing only the Frigate logs would be helpful
not sure if this is what you're asking for.. but here goes..
2023-06-07 09:02:18.377658156 [INFO] Starting Frigate...
2023-06-07 09:02:18.992874010 [2023-06-07 09:02:18] frigate.app INFO : Starting Frigate (0.12.0-da3e197)
2023-06-07 09:02:19.007747573 [2023-06-07 09:02:19] peewee_migrate INFO : Starting migrations
2023-06-07 09:02:19.010804274 [2023-06-07 09:02:19] peewee_migrate INFO : There is nothing to migrate
2023-06-07 09:02:19.025108218 [2023-06-07 09:02:19] detector.cpu INFO : Starting detection process: 325
2023-06-07 09:02:19.028036128 [2023-06-07 09:02:19] frigate.app INFO : Output process started: 327
2023-06-07 09:02:19.029489784 [2023-06-07 09:02:19] frigate.detectors WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
2023-06-07 09:02:19.035045234 [2023-06-07 09:02:19] frigate.app INFO : Camera processor started for carport: 330
2023-06-07 09:02:19.040232673 [2023-06-07 09:02:19] frigate.app INFO : Capture process started for carport: 332
2023-06-07 11:03:38.466989659 [2023-06-07 11:03:38] watchdog.carport INFO : No frames received from carport in 20 seconds. Exiting ffmpeg...
2023-06-07 11:03:38.467052704 [2023-06-07 11:03:38] watchdog.carport INFO : Waiting for ffmpeg to exit gracefully...
2023-06-07 09:03:04.632753456 [2023-06-07 09:03:04] frigate.video ERROR : carport: Unable to read frames from ffmpeg process.
2023-06-07 09:03:04.632928087 [2023-06-07 09:03:04] frigate.video ERROR : carport: ffmpeg process is not running. exiting capture thread...
2023-06-07 09:03:14.634911073 [2023-06-07 09:03:14] watchdog.carport ERROR : Ffmpeg process crashed unexpectedly for carport.
2023-06-07 09:03:14.641002722 [2023-06-07 09:03:14] watchdog.carport ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-06-07 09:03:14.641010760 [2023-06-07 09:03:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55e44075e6c0] [swscaler @ 0x55e44076b680] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:03:14.641014707 [2023-06-07 09:03:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55e44075e6c0] [swscaler @ 0x55e44078b800] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:03:14.641017519 [2023-06-07 09:03:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55e440781880] [swscaler @ 0x55e44078e880] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:03:14.641019618 [2023-06-07 09:03:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55e440781880] [swscaler @ 0x55e44075fe40] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:03:14.641037512 [2023-06-07 09:03:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55e44075e6c0] [swscaler @ 0x55e440781880] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:03:14.641051345 [2023-06-07 09:03:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55e44075e6c0] [swscaler @ 0x55e44078e880] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:03:14.641053324 [2023-06-07 09:03:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55e44075e6c0] [swscaler @ 0x55e440781880] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:03:14.641055177 [2023-06-07 09:03:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55e44075e6c0] [swscaler @ 0x55e44078e880] deprecated pixel format used, make sure you did set range correctly
2023-06-07 11:04:38.468432941 [2023-06-07 11:04:38] watchdog.carport INFO : No frames received from carport in 20 seconds. Exiting ffmpeg...
2023-06-07 11:04:38.468436107 [2023-06-07 11:04:38] watchdog.carport INFO : Waiting for ffmpeg to exit gracefully...
2023-06-07 09:04:04.641894168 [2023-06-07 09:04:04] frigate.video ERROR : carport: Unable to read frames from ffmpeg process.
2023-06-07 09:04:04.641899134 [2023-06-07 09:04:04] frigate.video ERROR : carport: ffmpeg process is not running. exiting capture thread...
2023-06-07 09:04:14.643421568 [2023-06-07 09:04:14] watchdog.carport ERROR : Ffmpeg process crashed unexpectedly for carport.
2023-06-07 09:04:14.643425808 [2023-06-07 09:04:14] watchdog.carport ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-06-07 09:04:14.643427452 [2023-06-07 09:04:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55abff42e180] [swscaler @ 0x55abff43b140] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:04:14.643428844 [2023-06-07 09:04:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55abff42e180] [swscaler @ 0x55abff45ad80] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:04:14.643430287 [2023-06-07 09:04:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55abff451240] [swscaler @ 0x55abff45e200] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:04:14.643431696 [2023-06-07 09:04:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55abff451240] [swscaler @ 0x55abff431fc0] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:04:14.643432954 [2023-06-07 09:04:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55abff42e180] [swscaler @ 0x55abff43b140] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:04:14.643434242 [2023-06-07 09:04:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55abff42e180] [swscaler @ 0x55abff452f80] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:04:14.643435569 [2023-06-07 09:04:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55abff42e180] [swscaler @ 0x55abff43b140] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:04:14.643436895 [2023-06-07 09:04:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55abff42e180] [swscaler @ 0x55abff454a40] deprecated pixel format used, make sure you did set range correctly
2023-06-07 11:05:38.469049349 [2023-06-07 11:05:38] watchdog.carport INFO : No frames received from carport in 20 seconds. Exiting ffmpeg...
2023-06-07 11:05:38.469068785 [2023-06-07 11:05:38] watchdog.carport INFO : Waiting for ffmpeg to exit gracefully...
2023-06-07 09:05:04.637635799 [2023-06-07 09:05:04] frigate.video ERROR : carport: Unable to read frames from ffmpeg process.
2023-06-07 09:05:04.637774802 [2023-06-07 09:05:04] frigate.video ERROR : carport: ffmpeg process is not running. exiting capture thread...
2023-06-07 09:05:14.639612639 [2023-06-07 09:05:14] watchdog.carport ERROR : Ffmpeg process crashed unexpectedly for carport.
2023-06-07 09:05:14.639669767 [2023-06-07 09:05:14] watchdog.carport ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-06-07 09:05:14.639715865 [2023-06-07 09:05:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55df10ac6a40] [swscaler @ 0x55df10ad3a00] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:05:14.639760485 [2023-06-07 09:05:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55df10ac6a40] [swscaler @ 0x55df10af3b80] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:05:14.639785802 [2023-06-07 09:05:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55df10ae9c00] [swscaler @ 0x55df10af6c00] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:05:14.639820505 [2023-06-07 09:05:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55df10ae9c00] [swscaler @ 0x55df10aca880] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:05:14.639852087 [2023-06-07 09:05:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55df10ac6a40] [swscaler @ 0x55df10ad3a00] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:05:14.639886244 [2023-06-07 09:05:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55df10ac6a40] [swscaler @ 0x55df10aeb940] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:05:14.639923703 [2023-06-07 09:05:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55df10ac6a40] [swscaler @ 0x55df10ad3a00] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:05:14.639949329 [2023-06-07 09:05:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55df10ac6a40] [swscaler @ 0x55df10aea7c0] deprecated pixel format used, make sure you did set range correctly
2023-06-07 11:06:38.471270114 [2023-06-07 11:06:38] watchdog.carport INFO : No frames received from carport in 20 seconds. Exiting ffmpeg...
2023-06-07 11:06:38.471274326 [2023-06-07 11:06:38] watchdog.carport INFO : Waiting for ffmpeg to exit gracefully...
2023-06-07 09:06:04.609563601 [2023-06-07 09:06:04] frigate.video ERROR : carport: Unable to read frames from ffmpeg process.
2023-06-07 09:06:04.609566874 [2023-06-07 09:06:04] frigate.video ERROR : carport: ffmpeg process is not running. exiting capture thread...
2023-06-07 09:06:14.610930270 [2023-06-07 09:06:14] watchdog.carport ERROR : Ffmpeg process crashed unexpectedly for carport.
2023-06-07 09:06:14.610934768 [2023-06-07 09:06:14] watchdog.carport ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-06-07 09:06:14.610936456 [2023-06-07 09:06:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56454c301140] [swscaler @ 0x56454c30e100] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:06:14.610937856 [2023-06-07 09:06:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56454c301140] [swscaler @ 0x56454c32e280] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:06:14.610939257 [2023-06-07 09:06:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56454c324300] [swscaler @ 0x56454c331300] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:06:14.610940653 [2023-06-07 09:06:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56454c324300] [swscaler @ 0x56454c304f80] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:06:14.610941994 [2023-06-07 09:06:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56454c301140] [swscaler @ 0x56454c30e100] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:06:14.610943500 [2023-06-07 09:06:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56454c301140] [swscaler @ 0x56454c326680] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:06:14.610944846 [2023-06-07 09:06:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56454c324300] [swscaler @ 0x56454c331300] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:06:14.610946185 [2023-06-07 09:06:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56454c324300] [swscaler @ 0x56454c301140] deprecated pixel format used, make sure you did set range correctly
2023-06-07 11:07:38.471678782 [2023-06-07 11:07:38] watchdog.carport INFO : No frames received from carport in 20 seconds. Exiting ffmpeg...
2023-06-07 11:07:38.472143624 [2023-06-07 11:07:38] watchdog.carport INFO : Waiting for ffmpeg to exit gracefully...
2023-06-07 09:07:04.566073047 [2023-06-07 09:07:04] frigate.video ERROR : carport: Unable to read frames from ffmpeg process.
2023-06-07 09:07:04.566076565 [2023-06-07 09:07:04] frigate.video ERROR : carport: ffmpeg process is not running. exiting capture thread...
2023-06-07 09:07:14.567387898 [2023-06-07 09:07:14] watchdog.carport ERROR : Ffmpeg process crashed unexpectedly for carport.
2023-06-07 09:07:14.567518673 [2023-06-07 09:07:14] watchdog.carport ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-06-07 09:07:14.568150339 [2023-06-07 09:07:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55964cd99bc0] [swscaler @ 0x55964cda6b80] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:07:14.568156564 [2023-06-07 09:07:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55964cd99bc0] [swscaler @ 0x55964cdc6d00] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:07:14.568185140 [2023-06-07 09:07:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55964cdbcd80] [swscaler @ 0x55964cdc9d80] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:07:14.568189689 [2023-06-07 09:07:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55964cdbcd80] [swscaler @ 0x55964cd9da00] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:07:14.568193843 [2023-06-07 09:07:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55964cd99bc0] [swscaler @ 0x55964cda6b80] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:07:14.568197567 [2023-06-07 09:07:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55964cd99bc0] [swscaler @ 0x55964cdbf100] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:07:14.568202152 [2023-06-07 09:07:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55964cdbcd80] [swscaler @ 0x55964cdc9d80] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:07:14.568205970 [2023-06-07 09:07:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x55964cdbcd80] [swscaler @ 0x55964cd99bc0] deprecated pixel format used, make sure you did set range correctly
2023-06-07 11:08:38.474388546 [2023-06-07 11:08:38] watchdog.carport INFO : No frames received from carport in 20 seconds. Exiting ffmpeg...
2023-06-07 11:08:38.474394362 [2023-06-07 11:08:38] watchdog.carport INFO : Waiting for ffmpeg to exit gracefully...
2023-06-07 09:08:04.605868192 [2023-06-07 09:08:04] frigate.video ERROR : carport: Unable to read frames from ffmpeg process.
2023-06-07 09:08:04.606255767 [2023-06-07 09:08:04] frigate.video ERROR : carport: ffmpeg process is not running. exiting capture thread...
2023-06-07 09:08:14.607187961 [2023-06-07 09:08:14] watchdog.carport ERROR : Ffmpeg process crashed unexpectedly for carport.
2023-06-07 09:08:14.607194814 [2023-06-07 09:08:14] watchdog.carport ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-06-07 09:08:14.607229335 [2023-06-07 09:08:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56171f39f300] [swscaler @ 0x56171f3ac2c0] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:08:14.607254427 [2023-06-07 09:08:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56171f39f300] [swscaler @ 0x56171f3cc440] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:08:14.607295011 [2023-06-07 09:08:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56171f3c24c0] [swscaler @ 0x56171f3cf4c0] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:08:14.607467919 [2023-06-07 09:08:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56171f3c24c0] [swscaler @ 0x56171f3a3140] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:08:14.607471500 [2023-06-07 09:08:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56171f39f300] [swscaler @ 0x56171f3ac2c0] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:08:14.607474790 [2023-06-07 09:08:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56171f39f300] [swscaler @ 0x56171f3c4840] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:08:14.607477789 [2023-06-07 09:08:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56171f3c24c0] [swscaler @ 0x56171f3cf4c0] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:08:14.607537246 [2023-06-07 09:08:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56171f3c24c0] [swscaler @ 0x56171f39f300] deprecated pixel format used, make sure you did set range correctly
2023-06-07 11:09:38.474777287 [2023-06-07 11:09:38] watchdog.carport INFO : No frames received from carport in 20 seconds. Exiting ffmpeg...
2023-06-07 11:09:38.476127162 [2023-06-07 11:09:38] watchdog.carport INFO : Waiting for ffmpeg to exit gracefully...
2023-06-07 09:09:04.584411837 [2023-06-07 09:09:04] frigate.video ERROR : carport: Unable to read frames from ffmpeg process.
2023-06-07 09:09:04.584809164 [2023-06-07 09:09:04] frigate.video ERROR : carport: ffmpeg process is not running. exiting capture thread...
2023-06-07 09:09:14.591950596 [2023-06-07 09:09:14] watchdog.carport ERROR : Ffmpeg process crashed unexpectedly for carport.
2023-06-07 09:09:14.591957748 [2023-06-07 09:09:14] watchdog.carport ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-06-07 09:09:14.591961411 [2023-06-07 09:09:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56342546db00] [swscaler @ 0x56342547ac80] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:09:14.591964844 [2023-06-07 09:09:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56342546db00] [swscaler @ 0x56342549ae40] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:09:14.591968054 [2023-06-07 09:09:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56342546db00] [swscaler @ 0x56342547ac80] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:09:14.591971281 [2023-06-07 09:09:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56342546db00] [swscaler @ 0x563425491a80] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:09:14.591974346 [2023-06-07 09:09:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56342546db00] [swscaler @ 0x56342547ac80] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:09:14.591977488 [2023-06-07 09:09:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56342546db00] [swscaler @ 0x563425490ec0] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:09:14.591980596 [2023-06-07 09:09:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56342546db00] [swscaler @ 0x56342547ac80] deprecated pixel format used, make sure you did set range correctly
2023-06-07 09:09:14.591983648 [2023-06-07 09:09:14] ffmpeg.carport.detect ERROR : [swscaler @ 0x56342546db00] [swscaler @ 0x563425490ec0] deprecated pixel format used, make sure you did set range correctly
2023-06-07 11:10:38.476274817 [2023-06-07 11:10:38] watchdog.carport INFO : No frames received from carport in
rinse & repeat :-)
Maybe try upgrading the firmware on the camera or something, either that or perhaps there is some network issue causing problems. ffmpeg is not receiving data from the camera.
Hi @NickM-27 - appreciate the suggestion. I’ve already checked.
I see the same issue with 3 cameras 2 hikvision 1 unifi
If I check connections by swapping cables or similar I don’t see any improvement. It’s like it’s frigate being extremely sensitive. I don’t see ping loss or any other indication of packet loss.
It is important to note that pings are very lightweight and don't represent the load of rtsp. In any case, ffmpeg is not sensitive and has a timeout of 5 seconds, so it has to not receive frames for 5 seconds before it will restart the stream like this.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I have the same error, the curious part is that if I open a player and the rtsp transmission, it works without problems, without frame cuts, even if I save the local video with ffmpeg, it works perfectly.
Describe the problem you are having
Ffmpeg keeps crashing saying it hasn't received any frame sin 20 seconds. This goes for all 3 cameras I have. 2 hikvision, 1 unifi
I created the below config file to test with a little added as possible but it makes no difference.
strange thing is that it does kindda work.. but I think these crashes happen 1-2 times pr. minute.
If i open frigate and keep the feed running I see no issues.
the error happens whether or not there's any movement or anything like that.
Version
0.12.0-DA3E197
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
Operating system
Debian
Install method
Docker Compose
Coral version
CPU (no coral)
Network connection
Wired
Camera make and model
hikvision DS-2CD2347G2-LU
Any other information that may be helpful
frigate runs on a debian docker host which in turn runs as a VM on an esxi OS.
The host is an intel nuc NUC11TNHv7 4 CPUs x 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz
ls -l /sys/class/drm/renderD*/device/driver lrwxrwxrwx 1 root root 0 May 29 11:24 /sys/class/drm/renderD128/device/driver -> ../../../bus/pci/drivers/vmwgfx