blakeblackshear / frigate

NVR with realtime local object detection for IP cameras
https://frigate.video
MIT License
17.99k stars 1.64k forks source link

[Support]: "Unknown error" when opening "Last Month" folder in Home Assistant #9639

Closed Eiritj closed 7 months ago

Eiritj commented 7 months ago

Describe the problem you are having

I recently upgraded to 0.13.1 from what I believe was 0.12.0, and I can no longer open the "Last Month" directory for clips and snapshots, I just get an "Unknown Error" message. Has anyone else encountered this? Is there a known fix?

Version

0.13.1

Frigate config file

Unchanged since issue appeared

Relevant log output

FRIGATE
FRIGATE
Cameras
Birdseye
Events
Exports
Storage
System
Config
Logs
Documentation
GitHub
LOGS
Frigate
Go2rtc
Nginx
COPY TO CLIPBOARD
2024-02-01 22:06:19.832122120  [INFO] Preparing Frigate...
2024-02-01 22:06:19.838806929  [INFO] Moving db from '/media/frigate/frigate.db' to the '/config' dir...
2024-02-01 22:06:20.120840699  copied '/media/frigate/frigate.db' -> '/config/frigate.db'
2024-02-01 22:06:20.120843584  removed '/media/frigate/frigate.db'
2024-02-01 22:06:20.124689063  [INFO] Starting Frigate...
2024-02-01 22:06:21.034141871  [2024-02-01 23:06:21] frigate.app                    INFO    : Starting Frigate (0.13.1-34fb1c2)
2024-02-01 22:06:21.034175785  [2024-02-01 23:06:21] frigate.app                    INFO    : Creating directory: /tmp/cache
2024-02-01 22:06:21.034208457  [2024-02-01 23:06:21] frigate.app                    INFO    : Creating directory: /config/model_cache
2024-02-01 22:06:21.034246919  [2024-02-01 23:06:21] frigate.app                    INFO    : Creating directory: /media/frigate/exports
2024-02-01 22:06:21.078411818  [2024-02-01 23:06:21] peewee_migrate.logs            INFO    : Starting migrations
2024-02-01 22:06:21.087974159  [2024-02-01 23:06:21] peewee_migrate.logs            INFO    : Migrate "013_create_timeline_table"
2024-02-01 22:06:21.088030556  [2024-02-01 23:06:21] 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-02-01 22:06:21.088104575  [2024-02-01 23:06:21] peewee_migrate.logs            INFO    : sql ('CREATE INDEX IF NOT EXISTS "timeline_camera" ON "timeline" ("camera")',)
2024-02-01 22:06:21.088213120  [2024-02-01 23:06:21] peewee_migrate.logs            INFO    : sql ('CREATE INDEX IF NOT EXISTS "timeline_source" ON "timeline" ("source")',)
2024-02-01 22:06:21.088324621  [2024-02-01 23:06:21] peewee_migrate.logs            INFO    : sql ('CREATE INDEX IF NOT EXISTS "timeline_source_id" ON "timeline" ("source_id")',)
2024-02-01 22:06:21.088642190  [2024-02-01 23:06:21] peewee_migrate.logs            INFO    : Done 013_create_timeline_table
2024-02-01 22:06:21.091990190  [2024-02-01 23:06:21] peewee_migrate.logs            INFO    : Migrate "014_event_updates_for_fp"
2024-02-01 22:06:21.092025918  [2024-02-01 23:06:21] peewee_migrate.logs            INFO    : add_column ('event', 'score', <FloatField: Event.score>)
2024-02-01 22:06:21.092247726  [2024-02-01 23:06:21] peewee_migrate.logs            INFO    : add_column ('event', 'model_hash', <CharField: Event.model_hash>)
2024-02-01 22:06:21.092422536  [2024-02-01 23:06:21] peewee_migrate.logs            INFO    : add_column ('event', 'detector_type', <CharField: Event.detector_type>)
2024-02-01 22:06:21.092607826  [2024-02-01 23:06:21] peewee_migrate.logs            INFO    : add_column ('event', 'model_type', <CharField: Event.model_type>)
2024-02-01 22:06:21.092762969  [2024-02-01 23:06:21] peewee_migrate.logs            INFO    : drop_not_null ('event', 'area')
2024-02-01 22:06:21.491592993  [2024-02-01 23:06:21] peewee_migrate.logs            INFO    : drop_not_null ('event', 'false_positive')
2024-02-01 22:06:21.757078545  [2024-02-01 23:06:21] peewee_migrate.logs            INFO    : apply_default ('event', 'false_positive', <BooleanField: Event.false_positive>)
2024-02-01 22:06:21.788056141  [2024-02-01 23:06:21] peewee_migrate.logs            INFO    : Done 014_event_updates_for_fp
2024-02-01 22:06:22.200048291  [2024-02-01 23:06:22] peewee_migrate.logs            INFO    : Migrate "015_event_refactor"
2024-02-01 22:06:22.200131418  [2024-02-01 23:06:22] peewee_migrate.logs            INFO    : drop_not_null ('event', 'top_score')
2024-02-01 22:06:22.488371053  [2024-02-01 23:06:22] peewee_migrate.logs            INFO    : drop_not_null ('event', 'score')
2024-02-01 22:06:22.750679497  [2024-02-01 23:06:22] peewee_migrate.logs            INFO    : drop_not_null ('event', 'region')
2024-02-01 22:06:23.014346246  [2024-02-01 23:06:23] peewee_migrate.logs            INFO    : drop_not_null ('event', 'box')
2024-02-01 22:06:23.276301565  [2024-02-01 23:06:23] peewee_migrate.logs            INFO    : drop_not_null ('event', 'area')
2024-02-01 22:06:23.541951006  [2024-02-01 23:06:23] peewee_migrate.logs            INFO    : drop_not_null ('event', 'ratio')
2024-02-01 22:06:23.805825558  [2024-02-01 23:06:23] peewee_migrate.logs            INFO    : add_column ('event', 'data', <JSONField: Event.data>)
2024-02-01 22:06:24.138996819  [2024-02-01 23:06:24] peewee_migrate.logs            INFO    : Done 015_event_refactor
2024-02-01 22:06:24.452609640  [2024-02-01 23:06:24] peewee_migrate.logs            INFO    : Migrate "016_sublabel_increase"
2024-02-01 22:06:24.452697135  [2024-02-01 23:06:24] peewee_migrate.logs            INFO    : change_column ('event', 'sub_label', <CharField: Event.sub_label>)
2024-02-01 22:06:24.745870213  [2024-02-01 23:06:24] peewee_migrate.logs            INFO    : Done 016_sublabel_increase
2024-02-01 22:06:25.066558250  [2024-02-01 23:06:25] peewee_migrate.logs            INFO    : Migrate "017_update_indexes"
2024-02-01 22:06:25.066649141  [2024-02-01 23:06:25] peewee_migrate.logs            INFO    : sql ('CREATE INDEX "recordings_camera_segment_size" ON "recordings" ("camera", "segment_size")',)
2024-02-01 22:06:25.078985479  [2024-02-01 23:06:25] peewee_migrate.logs            INFO    : Done 017_update_indexes
2024-02-01 22:06:25.081211471  [2024-02-01 23:06:25] peewee_migrate.logs            INFO    : Migrate "018_add_dbfs"
2024-02-01 22:06:25.081297363  [2024-02-01 23:06:25] peewee_migrate.logs            INFO    : add_column ('recordings', 'dBFS', <IntegerField: Recordings.dBFS>)
2024-02-01 22:06:25.081488463  [2024-02-01 23:06:25] peewee_migrate.logs            INFO    : Done 018_add_dbfs
2024-02-01 22:06:25.081975022  [2024-02-01 23:06:25] peewee_migrate.logs            INFO    : Migrate "019_create_regions_table"
2024-02-01 22:06:25.082055444  [2024-02-01 23:06:25] 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-02-01 22:06:25.082184086  [2024-02-01 23:06:25] peewee_migrate.logs            INFO    : Done 019_create_regions_table
2024-02-01 22:06:25.082828383  [2024-02-01 23:06:25] peewee_migrate.logs            INFO    : Migrate "020_update_index_recordings"
2024-02-01 22:06:25.082905438  [2024-02-01 23:06:25] peewee_migrate.logs            INFO    : sql ('DROP INDEX recordings_end_time_start_time',)
2024-02-01 22:06:25.084793613  [2024-02-01 23:06:25] peewee_migrate.logs            INFO    : sql ('CREATE INDEX "recordings_camera_start_time_end_time" ON "recordings" ("camera", "start_time" DESC, "end_time" DESC)',)
2024-02-01 22:06:25.096726147  [2024-02-01 23:06:25] peewee_migrate.logs            INFO    : sql ('CREATE INDEX "recordings_api_recordings_summary" ON "recordings" ("camera", "start_time" DESC, "duration", "motion", "objects")',)
2024-02-01 22:06:25.111990872  [2024-02-01 23:06:25] peewee_migrate.logs            INFO    : sql ('CREATE INDEX "recordings_start_time" ON "recordings" ("start_time")',)
2024-02-01 22:06:25.118108621  [2024-02-01 23:06:25] peewee_migrate.logs            INFO    : Done 020_update_index_recordings
2024-02-01 22:06:25.121152867  [2024-02-01 23:06:25] frigate.app                    INFO    : Running database vacuum
2024-02-01 22:06:25.512587251  [2024-02-01 23:06:25] frigate.app                    INFO    : Recording process started: 595
2024-02-01 22:06:25.514344308  [2024-02-01 23:06:25] frigate.app                    INFO    : go2rtc process pid: 89
2024-02-01 22:06:25.527269226  [2024-02-01 23:06:25] detector.coral_pci             INFO    : Starting detection process: 605
2024-02-01 22:06:25.533899291  [2024-02-01 23:06:25] frigate.app                    INFO    : Output process started: 607
2024-02-01 22:06:25.533971147  [2024-02-01 23:06:25] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as pci
2024-02-01 22:06:25.534023596  [2024-02-01 23:06:25] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2024-02-01 22:06:25.652074869  [2024-02-01 23:06:25] frigate.app                    INFO    : Camera processor started for garasje: 640
2024-02-01 22:06:25.659096874  [2024-02-01 23:06:25] frigate.app                    INFO    : Camera processor started for inngang: 641
2024-02-01 22:06:25.662733369  [2024-02-01 23:06:25] frigate.app                    INFO    : Camera processor started for terrasse: 643
2024-02-01 22:06:25.666558991  [2024-02-01 23:06:25] frigate.app                    INFO    : Camera processor started for Bakgaard: 644
2024-02-01 22:06:25.669963748  [2024-02-01 23:06:25] frigate.app                    INFO    : Capture process started for garasje: 646
2024-02-01 22:06:25.673302941  [2024-02-01 23:06:25] frigate.app                    INFO    : Capture process started for inngang: 650
2024-02-01 22:06:25.677374888  [2024-02-01 23:06:25] frigate.app                    INFO    : Capture process started for terrasse: 654
2024-02-01 22:06:25.684125390  [2024-02-01 23:06:25] frigate.app                    INFO    : Capture process started for Bakgaard: 660
2024-02-02 08:20:31.431961475  [h264 @ 0x7f69f80e5dc0] error while decoding MB 4 81, bytestream -5
2024-02-02 08:24:51.529942229  [h264 @ 0x7f69f80f8780] error while decoding MB 101 12, bytestream -7
2024-02-02 09:01:21.478799151  [h264 @ 0x7f69f80f8780] error while decoding MB 26 80, bytestream -5
2024-02-02 09:28:41.444766805  [h264 @ 0x7f69f8014d00] error while decoding MB 38 78, bytestream -5
2024-02-02 09:59:21.561209465  [h264 @ 0x7f69f80e5dc0] error while decoding MB 77 60, bytestream -9
2024-02-02 10:00:01.577893426  [h264 @ 0x7f69f80e5dc0] error while decoding MB 53 43, bytestream -9
2024-02-02 10:06:51.657731674  [h264 @ 0x7f69f80f8780] error while decoding MB 133 2, bytestream -11
2024-02-02 10:12:56.549579840  [h264 @ 0x7f69f80135c0] error while decoding MB 84 75, bytestream -14
2024-02-02 10:13:06.342607036  [2024-02-02 11:13:06] watchdog.garasje               INFO    : No frames received from garasje in 20 seconds. Exiting ffmpeg...
2024-02-02 10:13:06.342679243  [2024-02-02 11:13:06] watchdog.garasje               INFO    : Waiting for ffmpeg to exit gracefully...
2024-02-02 10:13:06.391189046  [2024-02-02 11:13:06] frigate.video                  ERROR   : garasje: Unable to read frames from ffmpeg process.
2024-02-02 10:13:06.391725308  [2024-02-02 11:13:06] frigate.video                  ERROR   : garasje: ffmpeg process is not running. exiting capture thread...
2024-02-02 10:13:06.403191807  [2024-02-02 11:13:06] watchdog.Bakgaard              INFO    : No frames received from Bakgaard in 20 seconds. Exiting ffmpeg...
2024-02-02 10:13:06.403195854  [2024-02-02 11:13:06] watchdog.Bakgaard              INFO    : Waiting for ffmpeg to exit gracefully...
2024-02-02 10:13:06.423057392  [2024-02-02 11:13:06] frigate.video                  ERROR   : Bakgaard: Unable to read frames from ffmpeg process.
2024-02-02 10:13:06.423648628  [2024-02-02 11:13:06] frigate.video                  ERROR   : Bakgaard: ffmpeg process is not running. exiting capture thread...
2024-02-02 10:13:16.338246999  [2024-02-02 11:13:16] watchdog.terrasse              INFO    : No frames received from terrasse in 20 seconds. Exiting ffmpeg...
2024-02-02 10:13:16.338353229  [2024-02-02 11:13:16] watchdog.terrasse              INFO    : Waiting for ffmpeg to exit gracefully...
2024-02-02 10:13:16.366635354  [2024-02-02 11:13:16] watchdog.inngang               INFO    : No frames received from inngang in 20 seconds. Exiting ffmpeg...
2024-02-02 10:13:16.366714283  [2024-02-02 11:13:16] watchdog.inngang               INFO    : Waiting for ffmpeg to exit gracefully...
2024-02-02 10:13:16.373939614  [2024-02-02 11:13:16] frigate.video                  ERROR   : terrasse: Unable to read frames from ffmpeg process.
2024-02-02 10:13:16.374730177  [2024-02-02 11:13:16] frigate.video                  ERROR   : terrasse: ffmpeg process is not running. exiting capture thread...
2024-02-02 10:13:16.388676827  [2024-02-02 11:13:16] frigate.video                  ERROR   : inngang: Unable to read frames from ffmpeg process.
2024-02-02 10:13:16.389313980  [2024-02-02 11:13:16] frigate.video                  ERROR   : inngang: ffmpeg process is not running. exiting capture thread...
2024-02-02 10:13:16.394417044  [2024-02-02 11:13:16] watchdog.garasje               ERROR   : Ffmpeg process crashed unexpectedly for garasje.
2024-02-02 10:13:16.394482488  [2024-02-02 11:13:16] watchdog.garasje               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-02-02 10:13:16.394556477  [2024-02-02 11:13:16] ffmpeg.garasje.detect          ERROR   : [segment @ 0x5556d6b18a00] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2024-02-02 10:13:16.394615018  [2024-02-02 11:13:16] ffmpeg.garasje.detect          ERROR   : [h264 @ 0x5556d6929c80] error while decoding MB 157 74, bytestream -5
2024-02-02 10:13:16.394673198  [2024-02-02 11:13:16] ffmpeg.garasje.detect          ERROR   : rtsp://*:*@192.168.1.127:554/h264Preview_01_main: Connection timed out
2024-02-02 10:13:16.394726398  [2024-02-02 11:13:16] ffmpeg.garasje.detect          ERROR   : rtsp://*:*@192.168.1.127:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:16.394783666  [2024-02-02 11:13:16] ffmpeg.garasje.detect          ERROR   : [rtsp @ 0x5556d68fd100] CSeq 1457 expected, 0 received.
2024-02-02 10:13:16.394840063  [2024-02-02 11:13:16] ffmpeg.garasje.detect          ERROR   :     Last message repeated 1 times
2024-02-02 10:13:16.428522172  [2024-02-02 11:13:16] watchdog.Bakgaard              ERROR   : Ffmpeg process crashed unexpectedly for Bakgaard.
2024-02-02 10:13:16.428566947  [2024-02-02 11:13:16] watchdog.Bakgaard              ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-02-02 10:13:16.428617843  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.428655474  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Input buffer exhausted before END element found
2024-02-02 10:13:16.428690169  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.428734854  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Input buffer exhausted before END element found
2024-02-02 10:13:16.428762977  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.428794486  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 2.10 is not allocated
2024-02-02 10:13:16.428826847  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.428858607  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 1.8 is not allocated
2024-02-02 10:13:16.428891379  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.428923470  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 3.0 is not allocated
2024-02-02 10:13:16.428956272  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.428989454  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Input buffer exhausted before END element found
2024-02-02 10:13:16.429030101  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.429071639  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] skip_data_stream_element: Input buffer exhausted before END element found
2024-02-02 10:13:16.429099081  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.429132735  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Input buffer exhausted before END element found
2024-02-02 10:13:16.429169334  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.429205753  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 0.0 is not allocated
2024-02-02 10:13:16.429248473  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.429283109  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Input buffer exhausted before END element found
2024-02-02 10:13:16.429316201  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.429349684  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 1.4 is not allocated
2024-02-02 10:13:16.429384320  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.429417122  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 2.1 is not allocated
2024-02-02 10:13:16.429451507  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.429488677  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 1.9 is not allocated
2024-02-02 10:13:16.429518864  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.429550874  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Input buffer exhausted before END element found
2024-02-02 10:13:16.429585540  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.429618562  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] TYPE_FIL: Input buffer exhausted before END element found
2024-02-02 10:13:16.429653778  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.429685639  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Input buffer exhausted before END element found
2024-02-02 10:13:16.429720003  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.429752515  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Input buffer exhausted before END element found
2024-02-02 10:13:16.429785517  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.429821756  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Sample rate index in program config element does not match the sample rate index configured by the container.
2024-02-02 10:13:16.429853395  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] decode_pce: Input buffer exhausted before END element found
2024-02-02 10:13:16.429891818  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Operation not permitted
2024-02-02 10:13:16.429926103  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Input buffer exhausted before END element found
2024-02-02 10:13:16.429963954  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.429997698  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 3.2 is not allocated
2024-02-02 10:13:16.430040268  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.430073581  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 3.8 is not allocated
2024-02-02 10:13:16.430108297  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.430145006  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] TYPE_FIL: Input buffer exhausted before END element found
2024-02-02 10:13:16.430179421  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.430214958  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 0.9 is not allocated
2024-02-02 10:13:16.430258871  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.430292895  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 0.0 is not allocated
2024-02-02 10:13:16.430328933  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.430363909  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 2.12 is not allocated
2024-02-02 10:13:16.430400999  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.430435454  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 1.8 is not allocated
2024-02-02 10:13:16.430472835  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.430507731  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Sample rate index in program config element does not match the sample rate index configured by the container.
2024-02-02 10:13:16.430544500  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] decode_pce: Input buffer exhausted before END element found
2024-02-02 10:13:16.430580318  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Operation not permitted
2024-02-02 10:13:16.430617308  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Input buffer exhausted before END element found
2024-02-02 10:13:16.430652544  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.430688191  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 2.0 is not allocated
2024-02-02 10:13:16.430724249  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.430758965  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 0.0 is not allocated
2024-02-02 10:13:16.430794582  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.430832003  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Sample rate index in program config element does not match the sample rate index configured by the container.
2024-02-02 10:13:16.430869544  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] decode_pce: Input buffer exhausted before END element found
2024-02-02 10:13:16.430906734  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Operation not permitted
2024-02-02 10:13:16.430944605  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Sample rate index in program config element does not match the sample rate index configured by the container.
2024-02-02 10:13:16.430980924  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] decode_pce: Input buffer exhausted before END element found
2024-02-02 10:13:16.431018605  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Operation not permitted
2024-02-02 10:13:16.431053972  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 1.15 is not allocated
2024-02-02 10:13:16.431091192  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.431129444  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] skip_data_stream_element: Input buffer exhausted before END element found
2024-02-02 10:13:16.431166184  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.431201701  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 0.0 is not allocated
2024-02-02 10:13:16.431243480  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.431280670  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Sample rate index in program config element does not match the sample rate index configured by the container.
2024-02-02 10:13:16.431316548  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] decode_pce: Input buffer exhausted before END element found
2024-02-02 10:13:16.431353417  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Operation not permitted
2024-02-02 10:13:16.431392301  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 0.0 is not allocated
2024-02-02 10:13:16.431429070  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.431466391  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Sample rate index in program config element does not match the sample rate index configured by the container.
2024-02-02 10:13:16.431502038  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] decode_pce: Input buffer exhausted before END element found
2024-02-02 10:13:16.431539459  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Operation not permitted
2024-02-02 10:13:16.431575356  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Input buffer exhausted before END element found
2024-02-02 10:13:16.431611975  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.431647242  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Input buffer exhausted before END element found
2024-02-02 10:13:16.431684432  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.431721703  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 0.5 is not allocated
2024-02-02 10:13:16.431759654  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.431796093  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Input buffer exhausted before END element found
2024-02-02 10:13:16.431832321  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.431869381  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 0.0 is not allocated
2024-02-02 10:13:16.431907493  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.431943361  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Input buffer exhausted before END element found
2024-02-02 10:13:16.431979610  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.432015287  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] channel element 1.8 is not allocated
2024-02-02 10:13:16.432052517  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.432088415  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : [aac @ 0x55c5ef3efcc0] Input buffer exhausted before END element found
2024-02-02 10:13:16.432126848  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:16.432163627  [2024-02-02 11:13:16] ffmpeg.Bakgaard.detect         ERROR   : rtsp://*:*@192.168.1.123:554/h264Preview_01_main: Connection timed out
2024-02-02 10:13:26.376485148  [2024-02-02 11:13:26] watchdog.terrasse              ERROR   : Ffmpeg process crashed unexpectedly for terrasse.
2024-02-02 10:13:26.376559038  [2024-02-02 11:13:26] watchdog.terrasse              ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-02-02 10:13:26.376629070  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [segment @ 0x5563aaba5ec0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2024-02-02 10:13:26.376682421  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aabac3c0] error while decoding MB 10 70, bytestream -11
2024-02-02 10:13:26.376742665  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.376785345  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aabac3c0] cabac decode of qscale diff failed at 123 49
2024-02-02 10:13:26.376832073  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aabac3c0] error while decoding MB 123 49, bytestream -3
2024-02-02 10:13:26.376878842  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.376924959  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aabac3c0] error while decoding MB 4 81, bytestream -5
2024-02-02 10:13:26.376971206  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.377017503  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aabac3c0] error while decoding MB 101 12, bytestream -7
2024-02-02 10:13:26.377064162  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.377112493  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aab9f040] Increasing reorder buffer to 1
2024-02-02 10:13:26.377160964  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.377208123  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aab9f040] error while decoding MB 104 43, bytestream -7
2024-02-02 10:13:26.381495728  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aabac3c0] error while decoding MB 117 7, bytestream -7
2024-02-02 10:13:26.381549840  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.381598302  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aabac3c0] error while decoding MB 125 21, bytestream -7
2024-02-02 10:13:26.381646443  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.381693862  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aab9f040] error while decoding MB 26 80, bytestream -5
2024-02-02 10:13:26.381741151  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.381788781  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aabac3c0] error while decoding MB 150 83, bytestream -5
2024-02-02 10:13:26.381834958  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.381883059  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aabac3c0] error while decoding MB 11 57, bytestream -7
2024-02-02 10:13:26.381929066  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.381984932  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aabac3c0] error while decoding MB 159 7, bytestream -5
2024-02-02 10:13:26.382023144  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.382068830  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aabac3c0] error while decoding MB 38 78, bytestream -5
2024-02-02 10:13:26.382114847  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.382190029  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aab9f040] error while decoding MB 7 84, bytestream -5
2024-02-02 10:13:26.382230736  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.382287172  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aabac3c0] error while decoding MB 157 77, bytestream -5
2024-02-02 10:13:26.382335123  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aab9f040] error while decoding MB 11 46, bytestream -5
2024-02-02 10:13:26.382381921  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.382428750  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aabac3c0] error while decoding MB 39 63, bytestream -5
2024-02-02 10:13:26.382475618  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.382524210  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aab9f040] error while decoding MB 136 75, bytestream -7
2024-02-02 10:13:26.382570898  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aab9f040] error while decoding MB 14 78, bytestream -7
2024-02-02 10:13:26.382618187  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.382663863  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aabac3c0] error while decoding MB 57 80, bytestream -5
2024-02-02 10:13:26.382710972  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.382758021  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aabac3c0] error while decoding MB 77 60, bytestream -9
2024-02-02 10:13:26.382805010  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.382853091  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aabac3c0] error while decoding MB 53 43, bytestream -9
2024-02-02 10:13:26.382899659  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.382946267  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [h264 @ 0x5563aabac3c0] error while decoding MB 133 2, bytestream -11
2024-02-02 10:13:26.382992915  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.383040695  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : rtsp://*:*@192.168.1.227:554/h264Preview_01_main: Connection timed out
2024-02-02 10:13:26.383090519  [2024-02-02 11:13:26] ffmpeg.terrasse.detect         ERROR   : [rtsp @ 0x5563aab88100] RTP: PT=60: bad cseq 593e expected=3c1d
2024-02-02 10:13:26.392861235  [2024-02-02 11:13:26] watchdog.inngang               ERROR   : Ffmpeg process crashed unexpectedly for inngang.
2024-02-02 10:13:26.392905068  [2024-02-02 11:13:26] watchdog.inngang               ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-02-02 10:13:26.392954221  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] channel element 2.5 is not allocated
2024-02-02 10:13:26.392995960  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:26.393042407  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] channel element 2.6 is not allocated
2024-02-02 10:13:26.393074688  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:26.393110075  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] channel element 0.5 is not allocated
2024-02-02 10:13:26.393150752  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:26.393191138  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] Input buffer exhausted before END element found
2024-02-02 10:13:26.393234530  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:26.393280477  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] Input buffer exhausted before END element found
2024-02-02 10:13:26.393317186  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:26.393355478  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] skip_data_stream_element: Input buffer exhausted before END element found
2024-02-02 10:13:26.393390645  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:26.393430630  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [h264 @ 0x564f8fffc1c0] error while decoding MB 84 75, bytestream -14
2024-02-02 10:13:26.393467179  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : rtsp://*:*@192.168.1.229:554/h264Preview_01_main: Connection timed out
2024-02-02 10:13:26.393503969  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : rtsp://*:*@192.168.1.229:554/h264Preview_01_main: corrupt decoded frame in stream 0
2024-02-02 10:13:26.393541049  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] Input buffer exhausted before END element found
2024-02-02 10:13:26.393574813  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:26.393606562  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] channel element 3.4 is not allocated
2024-02-02 10:13:26.393643462  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:26.393673759  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] channel element 0.0 is not allocated
2024-02-02 10:13:26.393709737  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:26.393750755  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] Input buffer exhausted before END element found
2024-02-02 10:13:26.393781413  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:26.393814405  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] channel element 2.10 is not allocated
2024-02-02 10:13:26.393853078  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:26.393886651  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] Input buffer exhausted before END element found
2024-02-02 10:13:26.393918321  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:26.393955431  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] TYPE_FIL: Input buffer exhausted before END element found
2024-02-02 10:13:26.393988904  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:26.394025544  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] Sample rate index in program config element does not match the sample rate index configured by the container.
2024-02-02 10:13:26.394057724  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] decode_pce: Input buffer exhausted before END element found
2024-02-02 10:13:26.394093792  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Operation not permitted
2024-02-02 10:13:26.394118860  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] TYPE_FIL: Input buffer exhausted before END element found
2024-02-02 10:13:26.394150189  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:26.394181207  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] Input buffer exhausted before END element found
2024-02-02 10:13:26.394210453  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:26.394258644  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] Input buffer exhausted before END element found
2024-02-02 10:13:26.394289602  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:26.394322695  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] Input buffer exhausted before END element found
2024-02-02 10:13:26.394352381  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:26.394383389  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] Input buffer exhausted before END element found
2024-02-02 10:13:26.394413496  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : Error while decoding stream #0:1: Invalid data found when processing input
2024-02-02 10:13:26.394443803  [2024-02-02 11:13:26] ffmpeg.inngang.detect          ERROR   : [aac @ 0x564f90297d00] Input buffer exhausted before END element found
2024-02-02 10:13:26.394477507  [2024-02-02 11:13:26] 
2024-02-03 13:21:48.134883533  [2024-02-03 14:21:48] watchdog.Bakgaard              ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-02-03 13:21:48.134935681  [2024-02-03 14:21:48] ffmpeg.Bakgaard.detect         ERROR   : [tcp @ 0x5561999194c0] Connection to tcp://192.168.1.123:554?timeout=5000000 failed: No route to host
2024-02-03 13:21:48.134986698  [2024-02-03 14:21:48] ffmpeg.Bakgaard.detect         ERROR   : rtsp://*:*@192.168.1.123:554/h264Preview_01_main: No route to host
2024-02-03 13:21:49.708578393  [2024-02-03 14:21:49] frigate.video                  ERROR   : Bakgaard: Unable to read frames from ffmpeg process.
2024-02-03 13:21:49.708625572  [2024-02-03 14:21:49] frigate.video                  ERROR   : Bakgaard: ffmpeg process is not running. exiting capture thread...
2024-02-03 13:21:58.145717014  [2024-02-03 14:21:58] watchdog.Bakgaard              ERROR   : Ffmpeg process crashed unexpectedly for Bakgaard.
2024-02-03 13:21:58.145801905  [2024-02-03 14:21:58] watchdog.Bakgaard              ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-02-03 13:21:58.145877337  [2024-02-03 14:21:58] ffmpeg.Bakgaard.detect         ERROR   : [tcp @ 0x555b1eed64c0] Connection to tcp://192.168.1.123:554?timeout=5000000 failed: No route to host
2024-02-03 13:21:58.145936168  [2024-02-03 14:21:58] ffmpeg.Bakgaard.detect         ERROR   : rtsp://*:*@192.168.1.123:554/h264Preview_01_main: No route to host
2024-02-03 13:21:58.923905734  [2024-02-03 14:21:58] frigate.video                  ERROR   : Bakgaard: Unable to read frames from ffmpeg process.
2024-02-03 13:21:58.923997457  [2024-02-03 14:21:58] frigate.video                  ERROR   : Bakgaard: ffmpeg process is not running. exiting capture thread...
2024-02-03 13:22:08.159245614  [2024-02-03 14:22:08] watchdog.Bakgaard              ERROR   : Ffmpeg process crashed unexpectedly for Bakgaard.
2024-02-03 13:22:08.159294817  [2024-02-03 14:22:08] watchdog.Bakgaard              ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-02-03 13:22:08.159330945  [2024-02-03 14:22:08] ffmpeg.Bakgaard.detect         ERROR   : [tcp @ 0x5641bcc404c0] Connection to tcp://192.168.1.123:554?timeout=5000000 failed: No route to host
2024-02-03 13:22:08.159362615  [2024-02-03 14:22:08] ffmpeg.Bakgaard.detect         ERROR   : rtsp://*:*@192.168.1.123:554/h264Preview_01_main: No route to host
2024-02-03 13:22:11.212157984  [2024-02-03 14:22:11] frigate.video                  ERROR   : Bakgaard: Unable to read frames from ffmpeg process.
2024-02-03 13:22:11.212200625  [2024-02-03 14:22:11] frigate.video                  ERROR   : Bakgaard: ffmpeg process is not running. exiting capture thread...
2024-02-03 13:22:18.170221846  [2024-02-03 14:22:18] watchdog.Bakgaard              ERROR   : Ffmpeg process crashed unexpectedly for Bakgaard.
2024-02-03 13:22:18.170306676  [2024-02-03 14:22:18] watchdog.Bakgaard              ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-02-03 13:22:18.170364886  [2024-02-03 14:22:18] ffmpeg.Bakgaard.detect         ERROR   : [tcp @ 0x55856e94f4c0] Connection to tcp://192.168.1.123:554?timeout=5000000 failed: No route to host
2024-02-03 13:22:18.170431261  [2024-02-03 14:22:18] ffmpeg.Bakgaard.detect         ERROR   : rtsp://*:*@192.168.1.123:554/h264Preview_01_main: No route to host
2024-02-03 13:22:20.428811384  [2024-02-03 14:22:20] frigate.video                  ERROR   : Bakgaard: Unable to read frames from ffmpeg process.
2024-02-03 13:22:20.428856830  [2024-02-03 14:22:20] frigate.video                  ERROR   : Bakgaard: ffmpeg process is not running. exiting capture thread...
2024-02-03 13:22:28.181476180  [2024-02-03 14:22:28] watchdog.Bakgaard              ERROR   : Ffmpeg process crashed unexpectedly for Bakgaard.
2024-02-03 13:22:28.181550079  [2024-02-03 14:22:28] watchdog.Bakgaard              ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-02-03 13:22:28.181605363  [2024-02-03 14:22:28] ffmpeg.Bakgaard.detect         ERROR   : [tcp @ 0x55e14bcc04c0] Connection to tcp://192.168.1.123:554?timeout=5000000 failed: No route to host
2024-02-03 13:22:28.181656029  [2024-02-03 14:22:28] ffmpeg.Bakgaard.detect         ERROR   : rtsp://*:*@192.168.1.123:554/h264Preview_01_main: No route to host
2024-02-03 13:22:31.244771148  [2024-02-03 14:22:31] frigate.video                  ERROR   : Bakgaard: Unable to read frames from ffmpeg process.
2024-02-03 13:22:31.244853263  [2024-02-03 14:22:31] frigate.video                  ERROR   : Bakgaard: ffmpeg process is not running. exiting capture thread...
2024-02-03 13:22:38.191541695  [2024-02-03 14:22:38] watchdog.Bakgaard              ERROR   : Ffmpeg process crashed unexpectedly for Bakgaard.
2024-02-03 13:22:38.191628358  [2024-02-03 14:22:38] watchdog.Bakgaard              ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-02-03 13:22:38.191704612  [2024-02-03 14:22:38] ffmpeg.Bakgaard.detect         ERROR   : [tcp @ 0x55c87f3594c0] Connection to tcp://192.168.1.123:554?timeout=5000000 failed: No route to host
2024-02-03 13:22:38.191778301  [2024-02-03 14:22:38] ffmpeg.Bakgaard.detect         ERROR   : rtsp://*:*@192.168.1.123:554/h264Preview_01_main: No route to host
2024-02-03 13:22:41.291738421  [2024-02-03 14:22:41] frigate.video                  ERROR   : Bakgaard: Unable to read frames from ffmpeg process.
2024-02-03 13:22:41.291815256  [2024-02-03 14:22:41] frigate.video                  ERROR   : Bakgaard: ffmpeg process is not running. exiting capture thread...
2024-02-03 13:22:48.203260789  [2024-02-03 14:22:48] watchdog.Bakgaard              ERROR   : Ffmpeg process crashed unexpectedly for Bakgaard.
2024-02-03 13:22:48.203338886  [2024-02-03 14:22:48] watchdog.Bakgaard              ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-02-03 13:22:48.203413156  [2024-02-03 14:22:48] ffmpeg.Bakgaard.detect         ERROR   : [tcp @ 0x5620217344c0] Connection to tcp://192.168.1.123:554?timeout=5000000 failed: No route to host
2024-02-03 13:22:48.203495111  [2024-02-03 14:22:48] ffmpeg.Bakgaard.detect         ERROR   : rtsp://*:*@192.168.1.123:554/h264Preview_01_main: No route to host
2024-02-03 13:22:51.277365880  [2024-02-03 14:22:51] frigate.video                  ERROR   : Bakgaard: Unable to read frames from ffmpeg process.
2024-02-03 13:22:51.277480196  [2024-02-03 14:22:51] frigate.video                  ERROR   : Bakgaard: ffmpeg process is not running. exiting capture thread...
2024-02-03 13:22:53.560410682  [h264 @ 0x7f69f8015180] error while decoding MB 15 78, bytestream -7
2024-02-03 13:22:58.215004409  [2024-02-03 14:22:58] watchdog.Bakgaard              ERROR   : Ffmpeg process crashed unexpectedly for Bakgaard.
2024-02-03 13:22:58.215047089  [2024-02-03 14:22:58] watchdog.Bakgaard              ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-02-03 13:22:58.215079130  [2024-02-03 14:22:58] ffmpeg.Bakgaard.detect         ERROR   : [tcp @ 0x5643b50b04c0] Connection to tcp://192.168.1.123:554?timeout=5000000 failed: No route to host
2024-02-03 13:22:58.215107363  [2024-02-03 14:22:58] ffmpeg.Bakgaard.detect         ERROR   : rtsp://*:*@192.168.1.123:554/h264Preview_01_main: No route to host
2024-02-03 13:23:01.324088918  [2024-02-03 14:23:01] frigate.video                  ERROR   : Bakgaard: Unable to read frames from ffmpeg process.
2024-02-03 13:23:01.324188796  [2024-02-03 14:23:01] frigate.video                  ERROR   : Bakgaard: ffmpeg process is not running. exiting capture thread...
2024-02-03 13:23:08.230992559  [2024-02-03 14:23:08] watchdog.Bakgaard              ERROR   : Ffmpeg process crashed unexpectedly for Bakgaard.
2024-02-03 13:23:08.231061750  [2024-02-03 14:23:08] watchdog.Bakgaard              ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-02-03 13:23:08.231092077  [2024-02-03 14:23:08] ffmpeg.Bakgaard.detect         ERROR   : [tcp @ 0x5616f22be4c0] Connection to tcp://192.168.1.123:554?timeout=5000000 failed: No route to host
2024-02-03 13:23:08.231129598  [2024-02-03 14:23:08] ffmpeg.Bakgaard.detect         ERROR   : rtsp://*:*@192.168.1.123:554/h264Preview_01_main: No route to host
2024-02-03 13:23:11.307663290  [2024-02-03 14:23:11] frigate.video                  ERROR   : Bakgaard: Unable to read frames from ffmpeg process.
2024-02-03 13:23:11.307740405  [2024-02-03 14:23:11] frigate.video                  ERROR   : Bakgaard: ffmpeg process is not running. exiting capture thread...
2024-02-03 13:23:18.237167816  [2024-02-03 14:23:18] watchdog.Bakgaard              ERROR   : Ffmpeg process crashed unexpectedly for Bakgaard.
2024-02-03 13:23:18.237292251  [2024-02-03 14:23:18] watchdog.Bakgaard              ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-02-03 13:23:18.237386950  [2024-02-03 14:23:18] ffmpeg.Bakgaard.detect         ERROR   : [tcp @ 0x56519734a4c0] Connection to tcp://192.168.1.123:554?timeout=5000000 failed: No route to host
2024-02-03 13:23:18.237453355  [2024-02-03 14:23:18] ffmpeg.Bakgaard.detect         ERROR   : rtsp://*:*@192.168.1.123:554/h264Preview_01_main: No route to host
2024-02-03 13:24:53.664280707  [h264 @ 0x7f69f8025640] error while decoding MB 151 46, bytestream -5
2024-02-03 13:29:03.655582255  [h264 @ 0x7f69f80f8780] error while decoding MB 135 73, bytestream -9
2024-02-03 13:29:23.654557246  [h264 @ 0x7f69f8018780] error while decoding MB 23 61, bytestream -7
2024-02-03 13:43:43.675082217  [h264 @ 0x7f69f8163500] error while decoding MB 134 36, bytestream -5
2024-02-03 13:44:33.582487452  [h264 @ 0x7f69f8013c40] error while decoding MB 97 86, bytestream -7
2024-02-03 13:58:13.610422183  [h264 @ 0x7f69f800ee00] error while decoding MB 42 52, bytestream -5
2024-02-03 14:05:53.612768275  [h264 @ 0x7f69f8163500] error while decoding MB 97 40, bytestream -13
2024-02-03 14:23:38.641640122  [h264 @ 0x7f69f8017440] error while decoding MB 22 76, bytestream -5
2024-02-03 14:38:13.649587105  [h264 @ 0x7f69f80fb000] error while decoding MB 120 3, bytestream -7
2024-02-03 14:47:43.668219792  [h264 @ 0x7f69f800ee00] error while decoding MB 66 63, bytestream -7
2024-02-03 14:54:43.677929617  [h264 @ 0x7f69f801f800] error while decoding MB 1 41, bytestream -9
2024-02-03 15:20:23.846467832  [h264 @ 0x7f69f8bc92c0] error while decoding MB 108 69, bytestream -5
2024-02-03 15:56:03.829813393  [h264 @ 0x7f69f8017440] error while decoding MB 41 65, bytestream -7
2024-02-03 16:03:03.850073753  [h264 @ 0x7f69f8163500] error while decoding MB 131 27, bytestream -5
2024-02-03 16:07:18.761412144  [h264 @ 0x7f69f800ee00] error while decoding MB 116 13, bytestream -5

FFprobe output from your camera

Not a camera issue

Frigate stats

I don't know how to get this info..

Operating system

HassOS

Install method

HassOS Addon

Coral version

USB

Network connection

Wired

Camera make and model

Different Reolink

Any other information that may be helpful

No response

NickM-27 commented 7 months ago

this is the wrong repo for this issue, also it has already been fixed (waiting on an update) in the integration side

Eiritj commented 7 months ago

Thanks a lot for the quick reply Nicolas, as usual 😊 Sorry for posting this in the wrong place. I will wait for the integration update 👍