[Support]: No frames have been received, check error logs #10239
Answered
by
NickM-27
Mians0
asked this question in
General Support
-
Describe the problem you are havingI had version 0.12.1 working fine with no errors. When I updated to 0.13 I have to go back to 0.12.1 becouse I had the same errors that I'm having with 0.13.2 Version0.13.2-6476F8A Frigate config filedetectors:
coral:
type: edgetpu
device: usb
mqtt:
host: 192.168.1.201
user: mqtt
password: V1ll4J4zm1n
#database:
# path: /docker/frigate/frigate.db
birdseye:
enabled: true
mode: continuous
detect:
width: 640
height: 480
fps: 5
#width: 896
#height: 672
#fps: 7
enabled: True
max_disappeared: 25
stationary:
interval: 10
threshold: 50
record:
enabled: true
retain:
days: 10
events:
retain:
default: 15
snapshots:
enabled: true
timestamp: false
bounding_box: true
retain:
default: 10
objects:
person: 15
ffmpeg:
# hwaccel_args: preset-vaapi
input_args: preset-http-reolink
output_args:
record: preset-record-generic-audio-copy
go2rtc:
streams:
cam_piscina:
- http://192.168.1.234/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=frigate&password=frigate1
# - rtsp://frigate:[email protected]:554/h264Preview_01_main
- "ffmpeg:cam_piscina#audio=opus"
#- "ffmpeg:http://192.168.1.234/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=frigate&password=frigate1#audio=opus"
cam_piscina_sub:
- http://192.168.1.234/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=frigate&password=frigate1
# - rtsp://frigate:[email protected]:554/h264Preview_01_sub
cam_puerta:
- http://192.168.1.235/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=frigate&password=frigate1
# - rtsp://frigate:[email protected]:554/h264Preview_01_main
- "ffmpeg:cam_puerta#audio=opus"
cam_puerta_sub:
- http://192.168.1.235/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=frigate&password=frigate1
# - rtsp://frigate:[email protected]:554/h264Preview_01_sub
cam_huerto:
- http://192.168.1.233/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=frigate&password=frigate1
# - rtsp://frigate:[email protected]:554/h264Preview_01_main
- "ffmpeg:cam_huerto#audio=opus"
cam_huerto_sub:
- http://192.168.1.233/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=frigate&password=frigate1
# - rtsp://frigate:[email protected]:554/h264Preview_01_sub
cam_gimnasio:
- http://192.168.1.231/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=frigate&password=frigate1
# - rtsp://frigate:[email protected]:554/h264Preview_01_main
- "ffmpeg:cam_gimnasio#audio=opus"
cam_gimnasio_sub:
- http://192.168.1.231/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=frigate&password=frigate1
# - rtsp://frigate:[email protected]:554/h264Preview_01_sub
cam_trasera:
- http://192.168.1.232/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=frigate&password=frigate1
# - rtsp://frigate:[email protected]:554/h264Preview_01_main
- "ffmpeg:cam_trasera#audio=opus"
cam_trasera_sub:
- http://192.168.1.232/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=frigate&password=frigate1
# - rtsp://frigate:[email protected]:554/h264Preview_01_sub
cam_interior:
- http://192.168.1.238/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=frigate&password=frigate1
# - rtsp://frigate:[email protected]:554/h264Preview_01_main
- "ffmpeg:cam_trasera#audio=opus"
cam_interior_sub:
- http://192.168.1.238/flv?port=1935&app=bcs&stream=channel0_sub.bcs&user=frigate&password=frigate1
# - rtsp://frigate:[email protected]:554/h264Preview_01_sub
cameras:
c_piscina:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/cam_piscina?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/cam_piscina_sub?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- detect
objects:
track:
- person
- dog
c_puerta:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/cam_puerta?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/cam_puerta_sub?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- detect
objects:
track:
- person
- dog
#- car
filters:
person:
min_area: 2800
max_area: 28000
min_score: 0.53
threshold: 0.76
dog:
min_area: 500
max_area: 16000
min_score: 0.50
threshold: 0.70
#car:
# min_area: 1000
# max_area: 30000
#min_score: 0.40
#threshold: 0.68
c_huerto:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/cam_huerto?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/cam_huerto_sub?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- detect
objects:
track:
- person
- dog
filters:
person:
min_area: 2000
max_area: 28000
min_score: 0.53
threshold: 0.75
dog:
min_area: 500
max_area: 16000
min_score: 0.50
threshold: 0.70
c_gimnasio:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/cam_gimnasio?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/cam_gimnasio_sub?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- detect
objects:
track:
- person
- dog
filters:
person:
min_area: 2000
max_area: 28000
min_score: 0.53
threshold: 0.75
dog:
min_area: 500
max_area: 16000
min_score: 0.50
threshold: 0.70
c_trasera:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/cam_trasera?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/cam_trasera_sub?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- detect
objects:
track:
- person
- dog
filters:
person:
min_area: 2000
max_area: 28000
min_score: 0.53
threshold: 0.75
dog:
min_area: 500
max_area: 16000
min_score: 0.50
threshold: 0.701
c_interior:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/cam_interior?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/cam_interior_sub?video=copy&audio=aac
input_args: preset-rtsp-restream
roles:
- detect
objects:
track:
- person
- dog
### Relevant log output
```shell
2024-03-04 19:57:28.424918220 [INFO] Preparing Frigate...
2024-03-04 19:57:28.451173575 [INFO] Moving db from '/media/frigate/frigate.db' to the '/config' dir...
2024-03-04 19:57:28.542830094 copied '/media/frigate/frigate.db' -> '/config/frigate.db'
2024-03-04 19:57:28.542836536 removed '/media/frigate/frigate.db'
2024-03-04 19:57:28.557487541 [INFO] Starting Frigate...
2024-03-04 19:57:31.221732108 [2024-03-04 19:57:31] frigate.app INFO : Starting Frigate (0.13.2-6476f8a)
2024-03-04 19:57:31.222324041 [2024-03-04 19:57:31] frigate.app INFO : Creating directory: /tmp/cache
2024-03-04 19:57:31.377939472 [2024-03-04 19:57:31] peewee_migrate.logs INFO : Starting migrations
2024-03-04 19:57:31.407742496 [2024-03-04 19:57:31] peewee_migrate.logs INFO : Migrate "013_create_timeline_table"
2024-03-04 19:57:31.407882782 [2024-03-04 19:57:31] peewee_migrate.logs INFO : sql ('CREATE TABLE IF NOT EXISTS "timeline" ("timestamp" DATETIME NOT NULL, "camera" VARCHAR(20) NOT NULL, "source" VARCHAR(20) NOT NULL, "source_id" VARCHAR(30), "class_type" VARCHAR(50) NOT NULL, "data" JSON)',)
2024-03-04 19:57:31.408185877 [2024-03-04 19:57:31] peewee_migrate.logs INFO : sql ('CREATE INDEX IF NOT EXISTS "timeline_camera" ON "timeline" ("camera")',)
2024-03-04 19:57:31.408373344 [2024-03-04 19:57:31] peewee_migrate.logs INFO : sql ('CREATE INDEX IF NOT EXISTS "timeline_source" ON "timeline" ("source")',)
2024-03-04 19:57:31.408571701 [2024-03-04 19:57:31] peewee_migrate.logs INFO : sql ('CREATE INDEX IF NOT EXISTS "timeline_source_id" ON "timeline" ("source_id")',)
2024-03-04 19:57:31.409795298 [2024-03-04 19:57:31] peewee_migrate.logs INFO : Done 013_create_timeline_table
2024-03-04 19:57:31.420121359 [2024-03-04 19:57:31] peewee_migrate.logs INFO : Migrate "014_event_updates_for_fp"
2024-03-04 19:57:31.420217310 [2024-03-04 19:57:31] peewee_migrate.logs INFO : add_column ('event', 'score', <FloatField: Event.score>)
2024-03-04 19:57:31.420754479 [2024-03-04 19:57:31] peewee_migrate.logs INFO : add_column ('event', 'model_hash', <CharField: Event.model_hash>)
2024-03-04 19:57:31.421201432 [2024-03-04 19:57:31] peewee_migrate.logs INFO : add_column ('event', 'detector_type', <CharField: Event.detector_type>)
2024-03-04 19:57:31.421618873 [2024-03-04 19:57:31] peewee_migrate.logs INFO : add_column ('event', 'model_type', <CharField: Event.model_type>)
2024-03-04 19:57:31.422087905 [2024-03-04 19:57:31] peewee_migrate.logs INFO : drop_not_null ('event', 'area')
2024-03-04 19:57:31.426923403 [2024-03-04 19:57:31] peewee_migrate.logs INFO : drop_not_null ('event', 'false_positive')
2024-03-04 19:57:31.429982519 [2024-03-04 19:57:31] peewee_migrate.logs INFO : apply_default ('event', 'false_positive', <BooleanField: Event.false_positive>)
2024-03-04 19:57:31.430592027 [2024-03-04 19:57:31] peewee_migrate.logs INFO : Done 014_event_updates_for_fp
2024-03-04 19:57:31.434211291 [2024-03-04 19:57:31] peewee_migrate.logs INFO : Migrate "015_event_refactor"
2024-03-04 19:57:31.434341660 [2024-03-04 19:57:31] peewee_migrate.logs INFO : drop_not_null ('event', 'top_score')
2024-03-04 19:57:31.437125171 [2024-03-04 19:57:31] peewee_migrate.logs INFO : drop_not_null ('event', 'score')
2024-03-04 19:57:31.439799821 [2024-03-04 19:57:31] peewee_migrate.logs INFO : drop_not_null ('event', 'region')
2024-03-04 19:57:31.442379554 [2024-03-04 19:57:31] peewee_migrate.logs INFO : drop_not_null ('event', 'box')
2024-03-04 19:57:31.445046697 [2024-03-04 19:57:31] peewee_migrate.logs INFO : drop_not_null ('event', 'area')
2024-03-04 19:57:31.447618319 [2024-03-04 19:57:31] peewee_migrate.logs INFO : drop_not_null ('event', 'ratio')
2024-03-04 19:57:31.450460464 [2024-03-04 19:57:31] peewee_migrate.logs INFO : add_column ('event', 'data', <JSONField: Event.data>)
2024-03-04 19:57:31.454376030 [2024-03-04 19:57:31] peewee_migrate.logs INFO : Done 015_event_refactor
2024-03-04 19:57:31.457960149 [2024-03-04 19:57:31] peewee_migrate.logs INFO : Migrate "016_sublabel_increase"
2024-03-04 19:57:31.458080188 [2024-03-04 19:57:31] peewee_migrate.logs INFO : change_column ('event', 'sub_label', <CharField: Event.sub_label>)
2024-03-04 19:57:31.461296066 [2024-03-04 19:57:31] peewee_migrate.logs INFO : Done 016_sublabel_increase
2024-03-04 19:57:31.464405261 [2024-03-04 19:57:31] peewee_migrate.logs INFO : Migrate "017_update_indexes"
2024-03-04 19:57:31.464547955 [2024-03-04 19:57:31] peewee_migrate.logs INFO : sql ('CREATE INDEX "recordings_camera_segment_size" ON "recordings" ("camera", "segment_size")',)
2024-03-04 19:57:31.465273072 [2024-03-04 19:57:31] peewee_migrate.logs INFO : Done 017_update_indexes
2024-03-04 19:57:31.468478015 [2024-03-04 19:57:31] peewee_migrate.logs INFO : Migrate "018_add_dbfs"
2024-03-04 19:57:31.468576211 [2024-03-04 19:57:31] peewee_migrate.logs INFO : add_column ('recordings', 'dBFS', <IntegerField: Recordings.dBFS>)
2024-03-04 19:57:31.469368241 [2024-03-04 19:57:31] peewee_migrate.logs INFO : Done 018_add_dbfs
2024-03-04 19:57:31.472478724 [2024-03-04 19:57:31] peewee_migrate.logs INFO : Migrate "019_create_regions_table"
2024-03-04 19:57:31.472707384 [2024-03-04 19:57:31] peewee_migrate.logs INFO : sql ('CREATE TABLE IF NOT EXISTS "regions" ("camera" VARCHAR(20) NOT NULL PRIMARY KEY, "last_update" DATETIME NOT NULL, "grid" JSON)',)
2024-03-04 19:57:31.473455054 [2024-03-04 19:57:31] peewee_migrate.logs INFO : Done 019_create_regions_table
2024-03-04 19:57:31.476689484 [2024-03-04 19:57:31] peewee_migrate.logs INFO : Migrate "020_update_index_recordings"
2024-03-04 19:57:31.476779635 [2024-03-04 19:57:31] peewee_migrate.logs INFO : sql ('DROP INDEX recordings_end_time_start_time',)
2024-03-04 19:57:31.476945329 [2024-03-04 19:57:31] peewee_migrate.logs INFO : sql ('CREATE INDEX "recordings_camera_start_time_end_time" ON "recordings" ("camera", "start_time" DESC, "end_time" DESC)',)
2024-03-04 19:57:31.477212718 [2024-03-04 19:57:31] peewee_migrate.logs INFO : sql ('CREATE INDEX "recordings_api_recordings_summary" ON "recordings" ("camera", "start_time" DESC, "duration", "motion", "objects")',)
2024-03-04 19:57:31.477427288 [2024-03-04 19:57:31] peewee_migrate.logs INFO : sql ('CREATE INDEX "recordings_start_time" ON "recordings" ("start_time")',)
2024-03-04 19:57:31.478192875 [2024-03-04 19:57:31] peewee_migrate.logs INFO : Done 020_update_index_recordings
2024-03-04 19:57:31.481577660 [2024-03-04 19:57:31] frigate.app INFO : Running database vacuum
2024-03-04 19:57:31.502373308 [2024-03-04 19:57:31] frigate.app INFO : Recording process started: 300
2024-03-04 19:57:31.508295376 [2024-03-04 19:57:31] frigate.app INFO : go2rtc process pid: 89
2024-03-04 19:57:31.583607384 [2024-03-04 19:57:31] detector.coral INFO : Starting detection process: 310
2024-03-04 19:57:31.591496502 [2024-03-04 19:57:31] frigate.app INFO : Output process started: 312
2024-03-04 19:57:31.631229604 [2024-03-04 19:57:31] frigate.app INFO : Camera processor started for c_piscina: 321
2024-03-04 19:57:31.643323848 [2024-03-04 19:57:31] frigate.app INFO : Camera processor started for c_puerta: 322
2024-03-04 19:57:31.671185805 [2024-03-04 19:57:31] frigate.app INFO : Camera processor started for c_huerto: 325
2024-03-04 19:57:31.673564189 [2024-03-04 19:57:31] frigate.app INFO : Camera processor started for c_gimnasio: 327
2024-03-04 19:57:31.687531997 [2024-03-04 19:57:31] frigate.app INFO : Camera processor started for c_trasera: 330
2024-03-04 19:57:31.700752655 [2024-03-04 19:57:31] frigate.app INFO : Camera processor started for c_interior: 334
2024-03-04 19:57:31.713850664 [2024-03-04 19:57:31] frigate.app INFO : Capture process started for c_piscina: 335
2024-03-04 19:57:31.727062873 [2024-03-04 19:57:31] frigate.app INFO : Capture process started for c_puerta: 338
2024-03-04 19:57:31.740593782 [2024-03-04 19:57:31] frigate.app INFO : Capture process started for c_huerto: 343
2024-03-04 19:57:31.758269609 [2024-03-04 19:57:31] frigate.app INFO : Capture process started for c_gimnasio: 349
2024-03-04 19:57:31.777948584 [2024-03-04 19:57:31] frigate.app INFO : Capture process started for c_trasera: 357
2024-03-04 19:57:31.799055868 [2024-03-04 19:57:31] frigate.app INFO : Capture process started for c_interior: 363
2024-03-04 19:57:34.248960257 [2024-03-04 19:57:31] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2024-03-04 19:57:34.259967308 [2024-03-04 19:57:34] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2024-03-04 19:58:41.838022020 [2024-03-04 19:58:41] watchdog.c_piscina INFO : No frames received from c_piscina in 20 seconds. Exiting ffmpeg...
2024-03-04 19:58:41.838637666 [2024-03-04 19:58:41] watchdog.c_piscina INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 19:58:41.841134468 [2024-03-04 19:58:41] watchdog.c_huerto INFO : No frames received from c_huerto in 20 seconds. Exiting ffmpeg...
2024-03-04 19:58:41.841739830 [2024-03-04 19:58:41] watchdog.c_huerto INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 19:58:41.872248467 [2024-03-04 19:58:41] frigate.video ERROR : c_piscina: Unable to read frames from ffmpeg process.
2024-03-04 19:58:41.874294557 [2024-03-04 19:58:41] watchdog.c_puerta INFO : No frames received from c_puerta in 20 seconds. Exiting ffmpeg...
2024-03-04 19:58:41.875126605 [2024-03-04 19:58:41] watchdog.c_puerta INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 19:58:41.875372490 [2024-03-04 19:58:41] frigate.video ERROR : c_piscina: ffmpeg process is not running. exiting capture thread...
2024-03-04 19:58:41.876823753 [2024-03-04 19:58:41] watchdog.c_gimnasio INFO : No frames received from c_gimnasio in 20 seconds. Exiting ffmpeg...
2024-03-04 19:58:41.877340627 [2024-03-04 19:58:41] watchdog.c_gimnasio INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 19:58:41.914909345 [2024-03-04 19:58:41] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 19:58:41.915240705 [2024-03-04 19:58:41] frigate.video ERROR : c_huerto: ffmpeg process is not running. exiting capture thread...
2024-03-04 19:58:41.916231727 [2024-03-04 19:58:41] watchdog.c_interior INFO : No frames received from c_interior in 20 seconds. Exiting ffmpeg...
2024-03-04 19:58:41.917389718 [2024-03-04 19:58:41] watchdog.c_interior INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 19:58:41.920507468 [2024-03-04 19:58:41] frigate.video ERROR : c_gimnasio: Unable to read frames from ffmpeg process.
2024-03-04 19:58:41.921170460 [2024-03-04 19:58:41] frigate.video ERROR : c_gimnasio: ffmpeg process is not running. exiting capture thread...
2024-03-04 19:58:41.921838742 [2024-03-04 19:58:41] watchdog.c_trasera INFO : No frames received from c_trasera in 20 seconds. Exiting ffmpeg...
2024-03-04 19:58:41.922027583 [2024-03-04 19:58:41] watchdog.c_trasera INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 19:58:41.932780045 [2024-03-04 19:58:41] frigate.video ERROR : c_interior: Unable to read frames from ffmpeg process.
2024-03-04 19:58:41.933246026 [2024-03-04 19:58:41] frigate.video ERROR : c_interior: ffmpeg process is not running. exiting capture thread...
2024-03-04 19:58:41.960258760 [2024-03-04 19:58:41] frigate.video ERROR : c_puerta: Unable to read frames from ffmpeg process.
2024-03-04 19:58:41.960268174 [2024-03-04 19:58:41] frigate.video ERROR : c_trasera: Unable to read frames from ffmpeg process.
2024-03-04 19:58:41.960271431 [2024-03-04 19:58:41] frigate.video ERROR : c_trasera: ffmpeg process is not running. exiting capture thread...
2024-03-04 19:58:41.960279128 [2024-03-04 19:58:41] frigate.video ERROR : c_puerta: ffmpeg process is not running. exiting capture thread...
2024-03-04 19:58:51.877110165 [2024-03-04 19:58:51] watchdog.c_piscina ERROR : Ffmpeg process crashed unexpectedly for c_piscina.
2024-03-04 19:58:51.877624983 [2024-03-04 19:58:51] watchdog.c_piscina ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 19:58:51.917534327 [2024-03-04 19:58:51] watchdog.c_huerto ERROR : Ffmpeg process crashed unexpectedly for c_huerto.
2024-03-04 19:58:51.918686829 [2024-03-04 19:58:51] watchdog.c_huerto ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 19:58:51.936657277 [2024-03-04 19:58:51] watchdog.c_interior ERROR : Ffmpeg process crashed unexpectedly for c_interior.
2024-03-04 19:58:51.951243266 [2024-03-04 19:58:51] watchdog.c_interior ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 19:58:51.952788582 [2024-03-04 19:58:51] watchdog.c_gimnasio ERROR : Ffmpeg process crashed unexpectedly for c_gimnasio.
2024-03-04 19:58:51.953559424 [2024-03-04 19:58:51] watchdog.c_gimnasio ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 19:58:51.974084704 [2024-03-04 19:58:51] watchdog.c_puerta ERROR : Ffmpeg process crashed unexpectedly for c_puerta.
2024-03-04 19:58:51.974463377 [2024-03-04 19:58:51] watchdog.c_puerta ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 19:58:51.975141037 [2024-03-04 19:58:51] watchdog.c_trasera ERROR : Ffmpeg process crashed unexpectedly for c_trasera.
2024-03-04 19:58:51.975433940 [2024-03-04 19:58:51] watchdog.c_trasera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:00:01.935031187 [2024-03-04 20:00:01] watchdog.c_piscina INFO : No frames received from c_piscina in 20 seconds. Exiting ffmpeg...
2024-03-04 20:00:01.935039048 [2024-03-04 20:00:01] watchdog.c_piscina INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:00:01.966945684 [2024-03-04 20:00:01] watchdog.c_huerto INFO : No frames received from c_huerto in 20 seconds. Exiting ffmpeg...
2024-03-04 20:00:01.966953277 [2024-03-04 20:00:01] watchdog.c_huerto INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:00:01.989534540 [2024-03-04 20:00:01] watchdog.c_gimnasio INFO : No frames received from c_gimnasio in 20 seconds. Exiting ffmpeg...
2024-03-04 20:00:01.989541082 [2024-03-04 20:00:01] watchdog.c_gimnasio INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:00:01.992956932 [2024-03-04 20:00:01] watchdog.c_interior INFO : No frames received from c_interior in 20 seconds. Exiting ffmpeg...
2024-03-04 20:00:01.992964031 [2024-03-04 20:00:01] watchdog.c_interior INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:00:01.998639261 [2024-03-04 20:00:01] watchdog.c_puerta INFO : No frames received from c_puerta in 20 seconds. Exiting ffmpeg...
2024-03-04 20:00:01.998646781 [2024-03-04 20:00:01] watchdog.c_puerta INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:00:02.021546169 [2024-03-04 20:00:02] watchdog.c_trasera INFO : No frames received from c_trasera in 20 seconds. Exiting ffmpeg...
2024-03-04 20:00:02.021553351 [2024-03-04 20:00:02] watchdog.c_trasera INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:00:02.044714032 [2024-03-04 20:00:02] frigate.video ERROR : c_gimnasio: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.059458053 [2024-03-04 20:00:02] frigate.video ERROR : c_gimnasio: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.059465140 [2024-03-04 20:00:02] frigate.video ERROR : c_gimnasio: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:00:02.094813322 [2024-03-04 20:00:02] frigate.video ERROR : c_interior: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.094820396 [2024-03-04 20:00:02] frigate.video ERROR : c_interior: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.094822685 [2024-03-04 20:00:02] frigate.video ERROR : c_interior: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.094824788 [2024-03-04 20:00:02] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.094826850 [2024-03-04 20:00:02] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.094830263 [2024-03-04 20:00:02] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.097302889 [2024-03-04 20:00:02] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.097856788 [2024-03-04 20:00:02] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.098188717 [2024-03-04 20:00:02] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.105225687 [2024-03-04 20:00:02] frigate.video ERROR : c_trasera: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.105711064 [2024-03-04 20:00:02] frigate.video ERROR : c_trasera: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.106134371 [2024-03-04 20:00:02] frigate.video ERROR : c_trasera: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.106426345 [2024-03-04 20:00:02] frigate.video ERROR : c_trasera: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.112411335 [2024-03-04 20:00:02] frigate.video ERROR : c_piscina: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.112949744 [2024-03-04 20:00:02] frigate.video ERROR : c_piscina: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.113242775 [2024-03-04 20:00:02] frigate.video ERROR : c_piscina: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.113509084 [2024-03-04 20:00:02] frigate.video ERROR : c_piscina: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.122712931 [2024-03-04 20:00:02] frigate.video ERROR : c_piscina: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.123399041 [2024-03-04 20:00:02] frigate.video ERROR : c_piscina: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.124170776 [2024-03-04 20:00:02] frigate.video ERROR : c_piscina: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.124574151 [2024-03-04 20:00:02] frigate.video ERROR : c_piscina: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.124989040 [2024-03-04 20:00:02] frigate.video ERROR : c_interior: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.125501770 [2024-03-04 20:00:02] frigate.video ERROR : c_interior: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:00:02.154607849 [2024-03-04 20:00:02] frigate.video ERROR : c_trasera: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.155112435 [2024-03-04 20:00:02] frigate.video ERROR : c_trasera: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:00:02.155401852 [2024-03-04 20:00:02] frigate.video ERROR : c_piscina: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.168880709 [2024-03-04 20:00:02] frigate.video ERROR : c_piscina: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:00:02.169395512 [2024-03-04 20:00:02] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.169707888 [2024-03-04 20:00:02] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.170065606 [2024-03-04 20:00:02] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.170358410 [2024-03-04 20:00:02] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.170640959 [2024-03-04 20:00:02] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.170950161 [2024-03-04 20:00:02] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.171396596 [2024-03-04 20:00:02] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.171745595 [2024-03-04 20:00:02] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.172136381 [2024-03-04 20:00:02] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.222488810 [2024-03-04 20:00:02] frigate.video ERROR : c_puerta: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.222740075 [2024-03-04 20:00:02] frigate.video ERROR : c_puerta: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:00:02.223066144 [2024-03-04 20:00:02] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:00:02.223273182 [2024-03-04 20:00:02] frigate.video ERROR : c_huerto: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:00:12.063052037 [2024-03-04 20:00:12] watchdog.c_gimnasio ERROR : Ffmpeg process crashed unexpectedly for c_gimnasio.
2024-03-04 20:00:12.063435923 [2024-03-04 20:00:12] watchdog.c_gimnasio ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:00:12.129144929 [2024-03-04 20:00:12] watchdog.c_interior ERROR : Ffmpeg process crashed unexpectedly for c_interior.
2024-03-04 20:00:12.130544754 [2024-03-04 20:00:12] watchdog.c_interior ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:00:12.148762424 [2024-03-04 20:00:12] watchdog.c_trasera ERROR : Ffmpeg process crashed unexpectedly for c_trasera.
2024-03-04 20:00:12.148770584 [2024-03-04 20:00:12] watchdog.c_trasera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:00:12.150176781 [2024-03-04 20:00:12] watchdog.c_piscina ERROR : Ffmpeg process crashed unexpectedly for c_piscina.
2024-03-04 20:00:12.150184032 [2024-03-04 20:00:12] watchdog.c_piscina ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:00:12.198234550 [2024-03-04 20:00:12] watchdog.c_puerta ERROR : Ffmpeg process crashed unexpectedly for c_puerta.
2024-03-04 20:00:12.198241577 [2024-03-04 20:00:12] watchdog.c_puerta ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:00:12.224109862 [2024-03-04 20:00:12] watchdog.c_puerta ERROR : No new recording segments were created for c_puerta in the last 120s. restarting the ffmpeg record process...
2024-03-04 20:00:12.224658519 [2024-03-04 20:00:12] watchdog.c_puerta INFO : Terminating the existing ffmpeg process...
2024-03-04 20:00:12.225227494 [2024-03-04 20:00:12] watchdog.c_puerta INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:00:12.234428179 [2024-03-04 20:00:12] watchdog.c_huerto ERROR : Ffmpeg process crashed unexpectedly for c_huerto.
2024-03-04 20:00:12.235329959 [2024-03-04 20:00:12] watchdog.c_huerto ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:00:22.101070856 [2024-03-04 20:00:22] watchdog.c_gimnasio ERROR : No new recording segments were created for c_gimnasio in the last 120s. restarting the ffmpeg record process...
2024-03-04 20:00:22.101078569 [2024-03-04 20:00:22] watchdog.c_gimnasio INFO : Terminating the existing ffmpeg process...
2024-03-04 20:00:22.101610275 [2024-03-04 20:00:22] watchdog.c_gimnasio INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:00:22.145791584 [2024-03-04 20:00:22] watchdog.c_interior ERROR : No new recording segments were created for c_interior in the last 120s. restarting the ffmpeg record process...
2024-03-04 20:00:22.145798674 [2024-03-04 20:00:22] watchdog.c_interior INFO : Terminating the existing ffmpeg process...
2024-03-04 20:00:22.145801013 [2024-03-04 20:00:22] watchdog.c_interior INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:00:22.163223621 [2024-03-04 20:00:22] watchdog.c_piscina ERROR : No new recording segments were created for c_piscina in the last 120s. restarting the ffmpeg record process...
2024-03-04 20:00:22.163230603 [2024-03-04 20:00:22] watchdog.c_piscina INFO : Terminating the existing ffmpeg process...
2024-03-04 20:00:22.163232940 [2024-03-04 20:00:22] watchdog.c_piscina INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:00:22.170649705 [2024-03-04 20:00:22] watchdog.c_trasera ERROR : No new recording segments were created for c_trasera in the last 120s. restarting the ffmpeg record process...
2024-03-04 20:00:22.171319153 [2024-03-04 20:00:22] watchdog.c_trasera INFO : Terminating the existing ffmpeg process...
2024-03-04 20:00:22.171323750 [2024-03-04 20:00:22] watchdog.c_trasera INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:00:22.252418694 [2024-03-04 20:00:22] watchdog.c_huerto ERROR : No new recording segments were created for c_huerto in the last 120s. restarting the ffmpeg record process...
2024-03-04 20:00:22.252580885 [2024-03-04 20:00:22] watchdog.c_huerto INFO : Terminating the existing ffmpeg process...
2024-03-04 20:00:22.252732245 [2024-03-04 20:00:22] watchdog.c_huerto INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:01:22.186851804 [2024-03-04 20:01:22] watchdog.c_interior INFO : No frames received from c_interior in 20 seconds. Exiting ffmpeg...
2024-03-04 20:01:22.186866769 [2024-03-04 20:01:22] watchdog.c_interior INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:01:22.196806262 [2024-03-04 20:01:22] watchdog.c_gimnasio INFO : No frames received from c_gimnasio in 20 seconds. Exiting ffmpeg...
2024-03-04 20:01:22.197260238 [2024-03-04 20:01:22] watchdog.c_gimnasio INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:01:22.215934289 [2024-03-04 20:01:22] watchdog.c_trasera INFO : No frames received from c_trasera in 20 seconds. Exiting ffmpeg...
2024-03-04 20:01:22.216614091 [2024-03-04 20:01:22] watchdog.c_trasera INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:01:22.267894373 [2024-03-04 20:01:22] watchdog.c_piscina INFO : No frames received from c_piscina in 20 seconds. Exiting ffmpeg...
2024-03-04 20:01:22.268003641 [2024-03-04 20:01:22] watchdog.c_piscina INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:01:22.268009619 [2024-03-04 20:01:22] frigate.video ERROR : c_interior: Unable to read frames from ffmpeg process.
2024-03-04 20:01:22.268014500 [2024-03-04 20:01:22] frigate.video ERROR : c_interior: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:01:22.268019180 [2024-03-04 20:01:22] frigate.video ERROR : c_gimnasio: Unable to read frames from ffmpeg process.
2024-03-04 20:01:22.270785530 [2024-03-04 20:01:22] frigate.video ERROR : c_gimnasio: Unable to read frames from ffmpeg process.
2024-03-04 20:01:22.273407088 [2024-03-04 20:01:22] frigate.video ERROR : c_gimnasio: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:01:22.278172329 [2024-03-04 20:01:22] watchdog.c_puerta INFO : No frames received from c_puerta in 20 seconds. Exiting ffmpeg...
2024-03-04 20:01:22.278515372 [2024-03-04 20:01:22] watchdog.c_puerta INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:01:22.292621811 [2024-03-04 20:01:22] watchdog.c_huerto INFO : No frames received from c_huerto in 20 seconds. Exiting ffmpeg...
2024-03-04 20:01:22.293100470 [2024-03-04 20:01:22] watchdog.c_huerto INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:01:22.293445121 [2024-03-04 20:01:22] frigate.video ERROR : c_trasera: Unable to read frames from ffmpeg process.
2024-03-04 20:01:22.293845283 [2024-03-04 20:01:22] frigate.video ERROR : c_trasera: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:01:22.313150943 [2024-03-04 20:01:22] frigate.video ERROR : c_piscina: Unable to read frames from ffmpeg process.
2024-03-04 20:01:22.313612709 [2024-03-04 20:01:22] frigate.video ERROR : c_piscina: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:01:22.313923170 [2024-03-04 20:01:22] frigate.video ERROR : c_puerta: Unable to read frames from ffmpeg process.
2024-03-04 20:01:22.314200355 [2024-03-04 20:01:22] frigate.video ERROR : c_puerta: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:01:22.329923044 [2024-03-04 20:01:22] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:01:22.330178692 [2024-03-04 20:01:22] frigate.video ERROR : c_huerto: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:01:32.267194092 [2024-03-04 20:01:32] watchdog.c_interior ERROR : Ffmpeg process crashed unexpectedly for c_interior.
2024-03-04 20:01:32.267474091 [2024-03-04 20:01:32] watchdog.c_interior ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:01:32.291834743 [2024-03-04 20:01:32] watchdog.c_gimnasio ERROR : Ffmpeg process crashed unexpectedly for c_gimnasio.
2024-03-04 20:01:32.292508444 [2024-03-04 20:01:32] watchdog.c_gimnasio ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:01:32.308165452 [2024-03-04 20:01:32] watchdog.c_trasera ERROR : Ffmpeg process crashed unexpectedly for c_trasera.
2024-03-04 20:01:32.308174855 [2024-03-04 20:01:32] watchdog.c_trasera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:01:32.331776794 [2024-03-04 20:01:32] watchdog.c_huerto ERROR : Ffmpeg process crashed unexpectedly for c_huerto.
2024-03-04 20:01:32.331784881 [2024-03-04 20:01:32] watchdog.c_huerto ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:01:32.341143305 [2024-03-04 20:01:32] watchdog.c_puerta ERROR : Ffmpeg process crashed unexpectedly for c_puerta.
2024-03-04 20:01:32.341151115 [2024-03-04 20:01:32] watchdog.c_puerta ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:01:32.348061627 [2024-03-04 20:01:32] watchdog.c_piscina ERROR : Ffmpeg process crashed unexpectedly for c_piscina.
2024-03-04 20:01:32.348069100 [2024-03-04 20:01:32] watchdog.c_piscina ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:02:42.309491021 [2024-03-04 20:02:42] watchdog.c_interior INFO : No frames received from c_interior in 20 seconds. Exiting ffmpeg...
2024-03-04 20:02:42.309720966 [2024-03-04 20:02:42] watchdog.c_interior INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:02:42.345839264 [2024-03-04 20:02:42] watchdog.c_gimnasio INFO : No frames received from c_gimnasio in 20 seconds. Exiting ffmpeg...
2024-03-04 20:02:42.345851059 [2024-03-04 20:02:42] watchdog.c_gimnasio INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:02:42.370043136 [2024-03-04 20:02:42] watchdog.c_huerto INFO : No frames received from c_huerto in 20 seconds. Exiting ffmpeg...
2024-03-04 20:02:42.370528049 [2024-03-04 20:02:42] watchdog.c_huerto INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:02:42.370910523 [2024-03-04 20:02:42] watchdog.c_trasera INFO : No frames received from c_trasera in 20 seconds. Exiting ffmpeg...
2024-03-04 20:02:42.371167838 [2024-03-04 20:02:42] watchdog.c_trasera INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:02:42.376196340 [2024-03-04 20:02:42] frigate.video ERROR : c_interior: Unable to read frames from ffmpeg process.
2024-03-04 20:02:42.376206155 [2024-03-04 20:02:42] frigate.video ERROR : c_interior: Unable to read frames from ffmpeg process.
2024-03-04 20:02:42.376210243 [2024-03-04 20:02:42] frigate.video ERROR : c_interior: Unable to read frames from ffmpeg process.
2024-03-04 20:02:42.376871219 [2024-03-04 20:02:42] watchdog.c_piscina INFO : No frames received from c_piscina in 20 seconds. Exiting ffmpeg...
2024-03-04 20:02:42.377310910 [2024-03-04 20:02:42] watchdog.c_puerta INFO : No frames received from c_puerta in 20 seconds. Exiting ffmpeg...
2024-03-04 20:02:42.377661089 [2024-03-04 20:02:42] watchdog.c_puerta INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:02:42.378076686 [2024-03-04 20:02:42] watchdog.c_piscina INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:02:42.378514663 [2024-03-04 20:02:42] frigate.video ERROR : c_interior: Unable to read frames from ffmpeg process.
2024-03-04 20:02:42.378747225 [2024-03-04 20:02:42] frigate.video ERROR : c_interior: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:02:42.395390543 [2024-03-04 20:02:42] frigate.video ERROR : c_trasera: Unable to read frames from ffmpeg process.
2024-03-04 20:02:42.396556173 [2024-03-04 20:02:42] frigate.video ERROR : c_trasera: Unable to read frames from ffmpeg process.
2024-03-04 20:02:42.396802321 [2024-03-04 20:02:42] frigate.video ERROR : c_trasera: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:02:42.400057719 [2024-03-04 20:02:42] frigate.video ERROR : c_gimnasio: Unable to read frames from ffmpeg process.
2024-03-04 20:02:42.400682134 [2024-03-04 20:02:42] frigate.video ERROR : c_gimnasio: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:02:42.445930320 [2024-03-04 20:02:42] frigate.video ERROR : c_piscina: Unable to read frames from ffmpeg process.
2024-03-04 20:02:42.446791233 [2024-03-04 20:02:42] frigate.video ERROR : c_piscina: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:02:42.447158303 [2024-03-04 20:02:42] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:02:42.447491123 [2024-03-04 20:02:42] frigate.video ERROR : c_huerto: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:02:42.463955089 [2024-03-04 20:02:42] frigate.video ERROR : c_puerta: Unable to read frames from ffmpeg process.
2024-03-04 20:02:42.464237472 [2024-03-04 20:02:42] frigate.video ERROR : c_puerta: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:02:52.385206073 [2024-03-04 20:02:52] watchdog.c_interior ERROR : Ffmpeg process crashed unexpectedly for c_interior.
2024-03-04 20:02:52.385860844 [2024-03-04 20:02:52] watchdog.c_interior ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:02:52.399537039 [2024-03-04 20:02:52] watchdog.c_trasera ERROR : Ffmpeg process crashed unexpectedly for c_trasera.
2024-03-04 20:02:52.421178416 [2024-03-04 20:02:52] watchdog.c_trasera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:02:52.424640118 [2024-03-04 20:02:52] watchdog.c_gimnasio ERROR : Ffmpeg process crashed unexpectedly for c_gimnasio.
2024-03-04 20:02:52.424650829 [2024-03-04 20:02:52] watchdog.c_gimnasio ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:02:52.447402982 [2024-03-04 20:02:52] watchdog.c_piscina ERROR : Ffmpeg process crashed unexpectedly for c_piscina.
2024-03-04 20:02:52.447634652 [2024-03-04 20:02:52] watchdog.c_piscina ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:02:52.462842501 [2024-03-04 20:02:52] watchdog.c_huerto ERROR : Ffmpeg process crashed unexpectedly for c_huerto.
2024-03-04 20:02:52.463309878 [2024-03-04 20:02:52] watchdog.c_huerto ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:02:52.467542068 [2024-03-04 20:02:52] watchdog.c_puerta ERROR : Ffmpeg process crashed unexpectedly for c_puerta.
2024-03-04 20:02:52.468124283 [2024-03-04 20:02:52] watchdog.c_puerta ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:03:02.432696708 [2024-03-04 20:03:02] watchdog.c_interior ERROR : No new recording segments were created for c_interior in the last 120s. restarting the ffmpeg record process...
2024-03-04 20:03:02.432703940 [2024-03-04 20:03:02] watchdog.c_interior INFO : Terminating the existing ffmpeg process...
2024-03-04 20:03:02.432706088 [2024-03-04 20:03:02] watchdog.c_interior INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:03:02.512596234 [2024-03-04 20:03:02] watchdog.c_puerta ERROR : No new recording segments were created for c_puerta in the last 120s. restarting the ffmpeg record process...
2024-03-04 20:03:02.512859709 [2024-03-04 20:03:02] watchdog.c_puerta INFO : Terminating the existing ffmpeg process...
2024-03-04 20:03:02.513044561 [2024-03-04 20:03:02] watchdog.c_puerta INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:03:12.442069531 [2024-03-04 20:03:12] watchdog.c_trasera ERROR : No new recording segments were created for c_trasera in the last 120s. restarting the ffmpeg record process...
2024-03-04 20:03:12.442182346 [2024-03-04 20:03:12] watchdog.c_trasera INFO : Terminating the existing ffmpeg process...
2024-03-04 20:03:12.442304540 [2024-03-04 20:03:12] watchdog.c_trasera INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:03:12.447568543 [2024-03-04 20:03:12] watchdog.c_gimnasio ERROR : No new recording segments were created for c_gimnasio in the last 120s. restarting the ffmpeg record process...
2024-03-04 20:03:12.447575914 [2024-03-04 20:03:12] watchdog.c_gimnasio INFO : Terminating the existing ffmpeg process...
2024-03-04 20:03:12.447578191 [2024-03-04 20:03:12] watchdog.c_gimnasio INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:03:12.492408265 [2024-03-04 20:03:12] watchdog.c_huerto ERROR : No new recording segments were created for c_huerto in the last 120s. restarting the ffmpeg record process...
2024-03-04 20:03:12.492415534 [2024-03-04 20:03:12] watchdog.c_huerto INFO : Terminating the existing ffmpeg process...
2024-03-04 20:03:12.492417658 [2024-03-04 20:03:12] watchdog.c_huerto INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:03:12.497848395 [2024-03-04 20:03:12] watchdog.c_piscina ERROR : No new recording segments were created for c_piscina in the last 120s. restarting the ffmpeg record process...
2024-03-04 20:03:12.497855570 [2024-03-04 20:03:12] watchdog.c_piscina INFO : Terminating the existing ffmpeg process...
2024-03-04 20:03:12.497857771 [2024-03-04 20:03:12] watchdog.c_piscina INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:04:02.494893050 [2024-03-04 20:04:02] watchdog.c_interior INFO : No frames received from c_interior in 20 seconds. Exiting ffmpeg...
2024-03-04 20:04:02.494900844 [2024-03-04 20:04:02] watchdog.c_interior INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:04:02.500200648 [2024-03-04 20:04:02] watchdog.c_trasera INFO : No frames received from c_trasera in 20 seconds. Exiting ffmpeg...
2024-03-04 20:04:02.500462730 [2024-03-04 20:04:02] watchdog.c_trasera INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:04:02.536633918 [2024-03-04 20:04:02] watchdog.c_gimnasio INFO : No frames received from c_gimnasio in 20 seconds. Exiting ffmpeg...
2024-03-04 20:04:02.536724551 [2024-03-04 20:04:02] watchdog.c_gimnasio INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:04:02.547563198 [2024-03-04 20:04:02] watchdog.c_huerto INFO : No frames received from c_huerto in 20 seconds. Exiting ffmpeg...
2024-03-04 20:04:02.547855492 [2024-03-04 20:04:02] watchdog.c_huerto INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:04:02.561401325 [2024-03-04 20:04:02] frigate.video ERROR : c_huerto: Unable to read frames from ffmpeg process.
2024-03-04 20:04:02.561408287 [2024-03-04 20:04:02] frigate.video ERROR : c_huerto: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:04:02.574272073 [2024-03-04 20:04:02] frigate.video ERROR : c_interior: Unable to read frames from ffmpeg process.
2024-03-04 20:04:02.574708046 [2024-03-04 20:04:02] frigate.video ERROR : c_interior: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:04:02.583312158 [2024-03-04 20:04:02] frigate.video ERROR : c_trasera: Unable to read frames from ffmpeg process.
2024-03-04 20:04:02.584820350 [2024-03-04 20:04:02] frigate.video ERROR : c_trasera: Unable to read frames from ffmpeg process.
2024-03-04 20:04:02.584826085 [2024-03-04 20:04:02] frigate.video ERROR : c_trasera: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:04:02.595411480 [2024-03-04 20:04:02] frigate.video ERROR : c_gimnasio: Unable to read frames from ffmpeg process.
2024-03-04 20:04:02.596173025 [2024-03-04 20:04:02] frigate.video ERROR : c_gimnasio: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:04:02.606613016 [2024-03-04 20:04:02] watchdog.c_puerta INFO : No frames received from c_puerta in 20 seconds. Exiting ffmpeg...
2024-03-04 20:04:02.606840125 [2024-03-04 20:04:02] watchdog.c_puerta INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:04:02.621726159 [2024-03-04 20:04:02] frigate.video ERROR : c_puerta: Unable to read frames from ffmpeg process.
2024-03-04 20:04:02.622085715 [2024-03-04 20:04:02] frigate.video ERROR : c_puerta: Unable to read frames from ffmpeg process.
2024-03-04 20:04:02.622332594 [2024-03-04 20:04:02] frigate.video ERROR : c_puerta: Unable to read frames from ffmpeg process.
2024-03-04 20:04:02.623572095 [2024-03-04 20:04:02] frigate.video ERROR : c_puerta: Unable to read frames from ffmpeg process.
2024-03-04 20:04:02.623782067 [2024-03-04 20:04:02] frigate.video ERROR : c_puerta: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:04:02.638067021 [2024-03-04 20:04:02] watchdog.c_piscina INFO : No frames received from c_piscina in 20 seconds. Exiting ffmpeg...
2024-03-04 20:04:02.638266155 [2024-03-04 20:04:02] watchdog.c_piscina INFO : Waiting for ffmpeg to exit gracefully...
2024-03-04 20:04:02.682146823 [2024-03-04 20:04:02] frigate.video ERROR : c_piscina: Unable to read frames from ffmpeg process.
2024-03-04 20:04:02.682593574 [2024-03-04 20:04:02] frigate.video ERROR : c_piscina: ffmpeg process is not running. exiting capture thread...
2024-03-04 20:04:12.566645854 [2024-03-04 20:04:12] watchdog.c_huerto ERROR : Ffmpeg process crashed unexpectedly for c_huerto.
2024-03-04 20:04:12.567191436 [2024-03-04 20:04:12] watchdog.c_huerto ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:04:12.595589809 [2024-03-04 20:04:12] watchdog.c_interior ERROR : Ffmpeg process crashed unexpectedly for c_interior.
2024-03-04 20:04:12.595599942 [2024-03-04 20:04:12] watchdog.c_interior ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:04:12.599493461 [2024-03-04 20:04:12] watchdog.c_gimnasio ERROR : Ffmpeg process crashed unexpectedly for c_gimnasio.
2024-03-04 20:04:12.599503525 [2024-03-04 20:04:12] watchdog.c_gimnasio ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:04:12.629001876 [2024-03-04 20:04:12] watchdog.c_trasera ERROR : Ffmpeg process crashed unexpectedly for c_trasera.
2024-03-04 20:04:12.629010886 [2024-03-04 20:04:12] watchdog.c_trasera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:04:12.654792956 [2024-03-04 20:04:12] watchdog.c_puerta ERROR : Ffmpeg process crashed unexpectedly for c_puerta.
2024-03-04 20:04:12.654801233 [2024-03-04 20:04:12] watchdog.c_puerta ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-03-04 20:04:12.685653359 [2024-03-04 20:04:12] watchdog.c_piscina ERROR : Ffmpeg process crashed unexpectedly for c_piscina.
2024-03-04 20:04:12.697281770 [2024-03-04 20:04:12] watchdog.c_piscina ERROR : The following ffmpeg logs include the last 100 lines prior to exit. FFprobe output from your cameraffprobe 192.168.1.234
-bash: ffprobe: orden no encontrada Frigate statsNo response Operating systemDebian Install methodDocker Compose Coral versionUSB Network connectionWired Camera make and modelReolink Any other information that may be helpfulI'm going back to version 0.12.1 until a future release works |
Beta Was this translation helpful? Give feedback.
Answered by
NickM-27
Mar 4, 2024
Replies: 1 comment 3 replies
-
You should use the recommended reolink config https://docs.frigate.video/configuration/camera_specific#reolink-cameras |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Mians0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should use the recommended reolink config https://docs.frigate.video/configuration/camera_specific#reolink-cameras