[Support]: Object Detection Periodically Stops for Particular Cameras #15746
-
Describe the problem you are havingI have 8 outdoor cameras of the same type. A few should continuously see some cars due to their position. I notice that occasionally the cars are no longer detected (and car count in Home Assistant goes to zero) on CAM1 [previously had "and CAM2" but this is not the case]. If I walk in front of the camera it doesn't detect me. It is obvious it is no longer detecting objects. Object detection on the Frigate page for the camera settings says it is on. It also shows as on via the Home Assistant sensor. If I turn off object detection and back on (in Frigate or HA) it works again. After a while it will stop working again. I haven't seen any relevant information in the logs as to why this is happening. My system has ample resources (CPU averages 5-6% and GPU 3-4%). Version0.14.1-f4f3cfa What browser(s) are you using?No response Frigate config file########## SETUP ITEMS ##########
auth:
reset_admin_password: false
mqtt:
enabled: true
host: 192.168.50.15
port: 1883
user: REDACTED
password: REDACTED
#database:
# path: /config/frigate.db
detectors:
coral:
type: edgetpu
device: usb
model:
path: plus://REDACTED
birdseye:
enabled: true
mode: motion
inactivity_threshold: 60
ffmpeg:
input_args: preset-rtsp-restream-low-latency
output_args:
record: preset-record-generic-audio-aac
motion:
enabled: true
threshold: 60 # 30 was default
contour_area: 30 # 10 was default
lightning_threshold: 0.7 # 0.8 is default
detect:
enabled: true
fps: 5
stationary:
interval: 50
threshold: 50
audio:
enabled: false
listen:
- scream
- yell
- crying
- fire_alarm
- bark
objects:
track:
# People
- person
- face
# Vehicles
- car
- bicycle
- motorcycle
- license_plate
# Animals
- deer
- dog
- cat
# Deliveries
- amazon
- fedex
- usps
- ups
- dhl
- package
filters:
person:
min_score: 0.70
threshold: 0.80
car:
min_score: 0.70
threshold: 0.80
package:
min_score: 0.40
threshold: 0.75
dog:
min_score: 0.50
threshold: 0.70
cat:
min_score: 0.50
threshold: 0.70
go2rtc:
streams:
doorbell_latest: #for double-take full-res snapshots
- onvif://REDACTED: [email protected]:8000?subtype=MediaProfile00000&snapshot
doorbell_main:
- rtsp://REDACTED:[email protected]:554/Preview_01_main#backchannel=0
- rtsp://REDACTED:[email protected]:554/Preview_01_sub
- ffmpeg:doorbell_main#audio=opus#hardware
doorbell_sub:
- rtsp://REDACTED:[email protected]:554/Preview_01_sub
- ffmpeg:doorbell_sub#audio=opus#hardware
CAM1_main:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=0
CAM1_sub:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=2
CAM2_main:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=0
CAM2_sub:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=2
CAM3_main:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=0
CAM3_sub:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=2
CAM4_main:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=0
CAM4_sub:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=2
CAM5_main:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=0
CAM5_sub:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=2
CAM6_main:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=0
CAM6_sub:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=2
CAM7_main:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=0
CAM7_sub:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=2
CAM8_main:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=0
CAM8_sub:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=2
CAM11_main:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=0
CAM11_sub:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=1
CAM12_main:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=0
CAM12_sub:
- rtsp://REDACTED:[email protected]:554/cam/realmonitor?channel=1&subtype=1
record:
enabled: true
retain:
days: 15
mode: motion #all, motion, or active_objects
events:
pre_capture: 10
post_capture: 10
retain:
default: 15
mode: motion #all, motion, or active_objects
objects:
person: 30
package: 30
face: 60
license_plate: 60
snapshots:
enabled: true
bounding_box: true
crop: true
height: 400
retain:
default: 30
quality: 100
#######################
##### ALL CAMERAS #####
#######################
cameras:
doorbell:
###############################################
##### DOORBELL ################################
###############################################
#2560 high x 1920 wide main stream
#640 high x 480 wide sub stream
enabled: true
ui:
order: 0
audio:
enabled: true
min_volume: 500
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/doorbell_main
roles:
- record
- path: rtsp://127.0.0.1:8554/doorbell_main
roles:
- detect
- audio
mqtt: #MQTT images
enabled: false
objects:
track:
- person
- face
- package
- cat
- dog
mask:
- 0.279,0.372,0.481,0.439,0.48,0.611,0.399,0.615,0.412,0.772,0.296,0.776,0.268,0.57
- 0,0.246,0.325,0.254,0.39,0.107,0.522,0.076,0.708,0.114,0.82,0.206,0.864,0.3,1,0.295,1,0,0,0
review:
alerts:
labels:
- package
required_zones:
- front_doorway
detections:
labels:
- person
- face
- cat
- dog
required_zones:
- entry
motion:
mask: 0,0.051,1,0.051,1,0,0,0
zones:
entry:
coordinates: 0.837,0.055,1,0.261,1,1,0.177,1,0.103,0.483,0.23,0.057
inertia: 3
loitering_time: 0
objects:
- person
- face
- cat
- dog
front_doorway:
coordinates: 0.205,0.809,0.407,0.805,0.713,0.752,0.878,0.7,1,0.73,1,1,0.152,1
inertia: 3
loitering_time: 15
objects:
- package
CAM1:
###############################################
##### DRIVEWAY ################################
###############################################
# 3840 x 2160
enabled: true
ui:
order: 1
audio:
enabled: false
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/CAM1_main
roles:
- record
- path: rtsp://127.0.0.1:8554/CAM1_sub
roles:
- detect
- audio
mqtt: #MQTT images
enabled: false
objects:
track:
- person
- face
- car
- bicycle
- motorcycle
- license_plate
- deer
- dog
- cat
mask: 0.719,0.902,0.688,0.989,0.769,1,0.788,0.913
review:
alerts:
labels:
- deer
- dog
- cat
required_zones:
- driveway
- entry
- yard
detections:
labels:
- person
- face
- car
- bicycle
- motorcycle
- license_plate
required_zones:
- driveway
- entry
- yard
motion:
mask:
- 0.486,0,0.694,0.105,0.816,0.199,0.931,0.3,1,0,0.818,0
- 0.241,0,0.229,0.112,0.264,0.213,0.341,0.133,0.375,0.135,0.484,0.169,0.486,0
- 0.762,1,1,1,1,0,0.856,0.594
zones:
driveway:
coordinates:
0.492,0.254,0.24,0.384,0.371,0.804,0.481,1,0.763,1,0.817,0.836,0.879,0.583,0.813,0.502,0.783,0.419,0.833,0.319,0.678,0.197
loitering_time: 0
inertia: 3
entry:
coordinates: 0.176,0.79,0.063,0.333,0,0.337,0,1,0.541,1,0.394,0.763
loitering_time: 0
inertia: 1
street:
coordinates:
0.487,0.109,0.663,0.216,0.826,0.353,0.898,0.411,0.923,0.31,0.831,0.234,0.701,0.135,0.561,0.052,0.529,0.075
loitering_time: 0
inertia: 3
yard:
coordinates: 0.239,0.392,0.416,0.294,0.679,0.195,0.583,0.137,0.4,0.205,0.193,0.294
loitering_time: 0
inertia: 3
CAM2:
############################################
##### ENTRY ################################
############################################
enabled: true
ui:
order: 2
audio:
enabled: false
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/CAM2_main
roles:
- record
- path: rtsp://127.0.0.1:8554/CAM2_sub
roles:
- detect
- audio
mqtt: #MQTT images
enabled: false
motion:
mask:
- 0.652,0.033,0.654,0.083,0.978,0.086,0.977,0.031
- 0.69,0,0.655,0.126,0.677,0.192,0.713,0.228,0.744,0.207,0.838,0.256,0.875,0.323,0.91,0.347,0.946,0.271,0.945,0.103,0.936,0
- 0.001,0.318,0,1,0.172,1,0.092,0.724
objects:
track:
# People
- person
- face
# Vehicles
- car
- bicycle
- motorcycle
- license_plate
# Animals
- deer
- dog
- cat
# Deliveries
- package
mask: 1,0.404,1,0,0.659,0
review:
alerts:
labels:
- package
required_zones:
- front_doorway
detections:
labels:
- person
- face
- deer
- dog
- cat
- car
- bicycle
- motorcycle
- license_plate
required_zones:
- near_driveway
- entry
- yard
zones:
entry:
coordinates: 0,0.124,0.058,0,0.169,0,0.204,0.341,0.318,0.564,0.12,0.802,0.023,0.439
loitering_time: 0
inertia: 3
objects:
- person
- face
- dog
- cat
near_driveway:
coordinates: 0.534,0.312,0.112,0.779,0.179,0.995,0.995,0.994,0.996,0.588
loitering_time: 10
yard:
coordinates:
0.502,0.277,0.657,0.365,0.777,0.453,0.983,0.63,0.987,0.542,0.83,0.363,0.673,0.212,0.619,0.147
inertia: 3
loitering_time: 0
front_doorway:
coordinates: 0.053,0.404,0.176,0.284,0.219,0.386,0.077,0.542
inertia: 3
loitering_time: 15
objects:
- package
CAM3:
###############################################
##### FRONT ###################################
###############################################
enabled: true
ui:
order: 3
audio:
enabled: false
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/CAM3_main
roles:
- record
- path: rtsp://127.0.0.1:8554/CAM3_sub
roles:
- detect
- audio
objects:
track:
# People
- person
- face
# Vehicles
- car
- bicycle
- motorcycle
- license_plate
# Animals
- deer
- dog
- cat
# Deliveries
- amazon
- fedex
- usps
- ups
- dhl
- package
mask: 0,0.37,0.324,0.164,0.595,0.21,0.816,0.282,1,0.387,1,0,0,0
review:
alerts:
labels:
# People
- person
- face
# Vehicles
- car
- bicycle
- motorcycle
- license_plate
# Animals
- deer
- dog
- cat
# Deliveries
- amazon
- fedex
- usps
- ups
- dhl
required_zones:
- near_street
- yard
detections:
labels: []
mqtt:
enabled: false
motion:
mask:
- 0.652,0.033,0.654,0.083,0.978,0.086,0.977,0.031
- 0.286,0,0.265,0.155,0.201,0.187,0.156,0.362,0.101,0.41,0.072,0.345,0.001,0.334,0,0
- 0.786,1,0.999,0.334,1,1
zones:
street:
coordinates:
0.145,0.274,0.544,0.462,0.925,0.653,0.988,0.458,1,0.363,0.841,0.272,0.642,0.205,0.406,0.156,0.243,0.144
loitering_time: 12
inertia: 3
objects:
# Vehicles
- car
- motorcycle
- license_plate
- amazon
- fedex
- usps
- ups
- dhl
perimeter:
coordinates: 0.029,0.576,0.163,0.996,0.626,1,0.485,0.844,0.33,0.634,0.211,0.427
loitering_time: 0
objects: person
inertia: 3
yard:
coordinates:
0.366,0.346,0.043,0.62,0.09,0.819,0.15,1,0.394,1,0.625,0.999,0.792,1,0.948,0.615,0.66,0.471
loitering_time: 0
inertia: 3
near_street:
coordinates: 0.162,0.31,0.227,0.23,0.532,0.34,0.961,0.529,0.918,0.675,0.474,0.457
loitering_time: 12
inertia: 3
objects:
# Vehicles
- car
- motorcycle
- license_plate
- amazon
- fedex
- usps
- ups
- dhl
far_driveway:
coordinates: 0.222,0.312,0.016,0.456,0.05,0.652,0.354,0.375
inertia: 3
loitering_time: 0
CAM4:
###############################################
##### FRONT SIDE #########################
###############################################
enabled: true
ui:
order: 4
audio:
enabled: false
min_volume: 10000
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/CAM4_main
roles:
- record
- path: rtsp://127.0.0.1:8554/CAM4_sub
roles:
- detect
- audio
live:
stream_name: CAM4_main
objects:
track:
- person
- face
- dog
- cat
- deer
mask: 1,0.654,0.901,0.704,0.926,0.886,0.991,0.866
review:
alerts:
labels:
- person
- face
- dog
required_zones:
- yard
detections:
labels:
- deer
- cat
mqtt:
enabled: false
motion:
threshold: 60
contour_area: 30
mask:
- 0.652,0.033,0.654,0.083,0.978,0.086,0.977,0.031
- 0.203,1,0.191,0.74,0,0.365,0,1
- 0,0.292,0.12,0,0,0
zones:
perimeter:
coordinates: 0,0.584,1,0.529,1,1,0,1
loitering_time: 0
yard:
coordinates:
0,0.297,0.222,0.176,0.473,0.122,0.695,0.145,0.853,0.192,1,0.265,1,0.823,0.843,1,0.495,1,0.206,1,0.204,0.83,0.079,0.561,0,0.386
loitering_time: 0
inertia: 3
rear_door:
coordinates: 0.782,0.59,0.852,0.728,0.883,1,1,1,1,0.509
loitering_time: 0
inertia: 3
CAM5:
###############################################
##### WEST SIDE YARD #########################
###############################################
enabled: true
ui:
order: 5
audio:
enabled: false
min_volume: 10000
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/CAM5_main
roles:
- record
- path: rtsp://127.0.0.1:8554/CAM5_sub
roles:
- detect
- audio
objects:
track:
- person
- face
- car
- bicycle
- motorcycle
- deer
- cat
- dog
review:
alerts:
labels:
- person
- face
- dog
- car
- bicycle
- motorcycle
required_zones:
- yard
- street
detections:
labels:
- deer
- cat
required_zones:
- yard
mqtt:
enabled: false
motion:
threshold: 60
contour_area: 30
mask: 0.66,0.032,0.659,0.088,0.977,0.088,0.978,0.032
zones:
street:
coordinates:
0.086,0.304,0.156,0.208,0.254,0.09,0.335,0,0.3,0,0.23,0.071,0.146,0.171,0.075,0.262
loitering_time: 12
inertia: 3
objects:
- car
- bicycle
- motorcycle
perimeter:
coordinates: 0.15,0.188,0.294,0.341,0.639,0.549,1,0.773,1,1,0.307,1,0.144,0.694,0.037,0.302
loitering_time: 0
inertia: 3
yard:
coordinates:
0.188,0.212,0.391,0.197,0.571,0.227,0.766,0.297,1,0.423,1,1,0.719,1,0.314,1,0.207,0.794,0.114,0.56,0.058,0.373
loitering_time: 0
inertia: 3
CAM6:
###############################################
##### BACKYARD WEST #########################
###############################################
enabled: true
ui:
order: 6
audio:
enabled: false
min_volume: 10000
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/CAM6_main
roles:
- record
- path: rtsp://127.0.0.1:8554/CAM6_sub
roles:
- detect
- audio
objects:
track:
- person
- face
- deer
- cat
- dog
review:
alerts:
labels:
- person
- face
- dog
detections:
labels:
- deer
- cat
mqtt:
enabled: false
motion:
threshold: 60
contour_area: 30
mask:
- 0.917,0.086,0.896,0.141,0.947,0.175,0.968,0.087
- 0.657,0.038,0.657,0.084,0.98,0.085,0.977,0.034
zones:
deck:
coordinates: 0.642,0.18,0.433,0.333,0.457,1,1,1,1,0.397,0.791,0.192
loitering_time: 0
inertia: 3
backyard:
coordinates:
0.168,0.123,0.073,0.363,0.008,0.659,0,1,0.426,0.996,0.411,0.221,0.634,0.064,0.678,0.075,0.666,0.182,0.729,0.182,0.779,0.094,0.904,0.209,1,0.349,1,0.034,0.81,0.05,0.543,0.057,0.356,0.077
loitering_time: 0
inertia: 3
CAM7:
###############################################
##### BACKYARD EAST #########################
###############################################
enabled: true
ui:
order: 7
audio:
enabled: false
min_volume: 10000
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/CAM7_main
roles:
- record
- path: rtsp://127.0.0.1:8554/CAM7_sub
roles:
- detect
- audio
objects:
track:
- person
- face
- deer
- cat
- dog
review:
alerts:
labels:
- person
- face
- dog
detections:
labels:
- deer
- cat
mqtt:
enabled: false
motion:
threshold: 60
contour_area: 30
mask:
- 0.659,0.034,0.657,0.084,0.973,0.084,0.973,0.036
- 0.199,0.075,0.292,0.114,0.358,0.029,0.405,0,0.487,0,0.513,0.087,0.568,0.164,0.616,0.165,0.643,0.123,0.667,0.108,0.711,0.146,0.763,0.108,0.817,0.132,0.869,0.092,0.924,0.116,1,0.423,1,0,0.193,0
zones:
backyard:
coordinates:
0.143,0.2,0.215,0.226,0.276,0.379,0.295,0.472,0.12,0.853,0.191,0.995,1,1,1,0.705,0.946,0.44,0.879,0.173,0.73,0.107,0.522,0.086,0.395,0.098,0.251,0.127,0.163,0.148
loitering_time: 0
porch:
coordinates: 0.059,0.787,0.251,0.379,0.214,0.223,0.083,0.239,0,0.345,0.001,0.678
loitering_time: 0
CAM8:
###############################################
##### EAST SIDE YARD #########################
###############################################
enabled: true
ui:
order: 8
audio:
enabled: false
min_volume: 10000
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/CAM8_main
roles:
- record
- path: rtsp://127.0.0.1:8554/CAM8_sub
roles:
- detect
- audio
objects:
track:
- person
- face
- deer
- dog
- cat
filters:
person:
mask:
- 0.255,0.777,0.35,0.693,0.472,0.773,0.47,1,0.26,1
- 0.928,0.737,0.84,0.729,0.808,1,0.941,1
review:
alerts:
labels:
- person
- face
- dog
detections:
labels:
- deer
- cat
mqtt:
enabled: false
motion:
threshold: 60
contour_area: 30
mask:
# Timestamp
- 0.66,0.035,0.66,0.086,0.978,0.084,0.976,0.035
- 0.251,0.653,0.361,0.601,0.474,0.665,0.458,1,0.26,1
- 0.285,0.055,0.543,0.161,0.761,0.311,0.892,0.422,0.997,0.497,1,0,0.286,0.007
zones:
perimeter:
coordinates:
0.234,0.453,0.575,0.568,0.838,0.59,0.999,0.533,0.999,0.678,0.899,0.77,0.911,0.884,0.743,0.995,0.188,0.998,0.204,0.679
loitering_time: 0
yard:
coordinates:
0.18,1,0.6,1,0.749,1,0.891,0.899,0.901,0.768,1,0.687,1,0.553,0.89,0.492,0.771,0.433,0.543,0.336,0.272,0.189,0.218,0.519
loitering_time: 0
inertia: 3
backyard:
coordinates: 0.002,0.178,0.195,0.189,0.074,0.958,0.003,0.928
loitering_time: 0
CAM11:
#####################################################
##### CHILD MONITOR1 ################################
#####################################################
enabled: true
ui:
order: 11
audio:
enabled: true
max_not_heard: 30 #sec without audio to end event
min_volume: 500 #
listen:
- scream
- yell
- crying
- speech
- cough
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/CAM11_main
roles:
- record
- path: rtsp://127.0.0.1:8554/CAM11_sub
roles:
- detect
- audio
objects:
track: []
review:
alerts:
labels:
- yell
- scream
detections:
labels:
- crying
onvif:
host: 192.168.50.221
port: 80
user: REDACTED
password: REDACTED
motion:
mask: 0.741,0.052,0.747,0.095,0.964,0.099,0.968,0.058
CAM12:
######################################################
##### CHILD MONITOR2 #################################
######################################################
enabled: true
ui:
order: 12
audio:
enabled: true
max_not_heard: 30 #sec without audio to end event
min_volume: 2000 #
listen:
- scream
- yell
- crying
- cough
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/CAM12_main
roles:
- record
- path: rtsp://127.0.0.1:8554/CAM12_sub
roles:
- detect
- audio
objects:
track:
- person
- face
review:
alerts:
labels:
- yell
- scream
detections:
labels:
- crying
onvif:
host: 192.168.50.222
port: 80
user: REDACTED
password: REDACTED
zones: {}
motion:
mask: 0.752,0.054,0.749,0.095,0.965,0.099,0.963,0.056
version: 0.14
camera_groups:
Child_Monitors:
order: 1
icon: LuBaby
cameras:
- CAM11
- CAM12
Outdoor_Surveillance:
order: 2
icon: LuWarehouse
cameras:
- doorbell
- CAM1
- CAM2
- CAM3
- CAM4
- CAM5
- CAM6
- CAM7
- CAM8
Birdseye:
order: 3
icon: LuBird
cameras: birdseye Relevant Frigate log output2024-12-29 02:00:16.018841161 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438947630
2024-12-29 02:00:16.018885132 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438948621
2024-12-29 02:00:16.018925378 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438949544
2024-12-29 02:00:16.018964660 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438950514
2024-12-29 02:00:16.019005314 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438951465
2024-12-29 02:00:16.019046055 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438952424
2024-12-29 02:00:16.019086187 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438953378
2024-12-29 02:00:16.019125438 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438954360
2024-12-29 02:00:16.019165927 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438956185
2024-12-29 02:00:16.019208017 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438957062
2024-12-29 02:00:16.019250084 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438958838
2024-12-29 02:00:16.019288499 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438959223
2024-12-29 02:00:16.019328978 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438960358
2024-12-29 02:00:16.019369465 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438961220
2024-12-29 02:00:16.019409925 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438962255
2024-12-29 02:00:16.019449882 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438963143
2024-12-29 02:00:16.019491021 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438964176
2024-12-29 02:00:16.019531004 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438965063
2024-12-29 02:00:16.019571911 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438966018
2024-12-29 02:00:16.019613301 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438966980
2024-12-29 02:00:16.019656113 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438967938
2024-12-29 02:00:16.019700929 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438968899
2024-12-29 02:00:16.019745089 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438970818
2024-12-29 02:00:16.019795803 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438970820
2024-12-29 02:00:16.019841652 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438971997
2024-12-29 02:00:16.019888237 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438974224
2024-12-29 02:00:16.019938766 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438975379
2024-12-29 02:00:16.019986567 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438975431
2024-12-29 02:00:16.020033337 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438976598
2024-12-29 02:00:16.020078360 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438977538
2024-12-29 02:00:16.020124920 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438978571
2024-12-29 02:00:16.020179010 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438979477
2024-12-29 02:00:16.020223481 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438980432
2024-12-29 02:00:16.020272210 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438981380
2024-12-29 02:00:16.020319803 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438982217
2024-12-29 02:00:16.020367402 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438983147
2024-12-29 02:00:16.020413479 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438985078
2024-12-29 02:00:16.020461177 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438985086
2024-12-29 02:00:16.020506787 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438986997
2024-12-29 02:00:16.020552226 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438987983
2024-12-29 02:00:16.020597054 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438988908
2024-12-29 02:00:16.020644672 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438990251
2024-12-29 02:00:16.020689122 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438990828
2024-12-29 02:00:16.020734187 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438991794
2024-12-29 02:00:16.020779239 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438992756
2024-12-29 02:00:16.020824692 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438994028
2024-12-29 02:00:16.020869648 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438994990
2024-12-29 02:00:16.020913546 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438995961
2024-12-29 02:00:16.020953037 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438996915
2024-12-29 02:00:16.020993521 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438997888
2024-12-29 02:00:16.021033466 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438998830
2024-12-29 02:00:16.021074357 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 438999634
2024-12-29 02:00:16.021114087 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439000576
2024-12-29 02:00:16.021154860 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439001538
2024-12-29 02:00:16.021194707 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439003483
2024-12-29 02:00:16.021235255 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439004426
2024-12-29 02:00:16.021274815 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439005506
2024-12-29 02:00:16.021315334 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439006267
2024-12-29 02:00:16.021355475 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439007061
2024-12-29 02:00:16.021404843 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439008284
2024-12-29 02:00:16.021447861 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439009219
2024-12-29 02:00:16.021587034 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439010173
2024-12-29 02:00:16.021628199 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439011144
2024-12-29 02:00:16.021655481 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439011953
2024-12-29 02:00:16.021679184 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439012905
2024-12-29 02:00:16.021704526 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439014825
2024-12-29 02:00:16.021728507 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439015728
2024-12-29 02:00:16.021750302 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439016578
2024-12-29 02:00:16.021771655 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439017537
2024-12-29 02:00:16.021790326 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439017546
2024-12-29 02:00:16.021810477 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439019476
2024-12-29 02:00:16.021829938 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439020420
2024-12-29 02:00:16.021849564 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439021444
2024-12-29 02:00:16.021868103 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439023045
2024-12-29 02:00:16.021886252 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439023097
2024-12-29 02:00:16.021904763 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439024843
2024-12-29 02:00:16.021927703 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439025713
2024-12-29 02:00:16.021946302 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439026672
2024-12-29 02:00:16.021963901 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439027627
2024-12-29 02:00:16.021981492 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439028635
2024-12-29 02:00:16.021999821 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : [s16le @ 0x56482b38b800] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 470911687 >= 439030491
2024-12-29 02:00:16.022019184 [2024-12-29 02:00:16] ffmpeg.doorbell.audio ERROR : rtsp://127.0.0.1:8554/doorbell_main: Connection timed out
2024-12-29 02:00:16.022039664 [2024-12-29 02:00:16] audio.doorbell INFO : Terminating the existing ffmpeg process...
2024-12-29 02:00:16.022059422 [2024-12-29 02:00:16] audio.doorbell INFO : Waiting for ffmpeg to exit gracefully...
2024-12-29 02:00:16.238903384 [2024-12-29 02:00:16] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-29 02:00:16.238929642 [2024-12-29 02:00:16] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-29 02:00:17.349554671 [2024-12-29 02:00:17] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-29 02:00:17.349558584 [2024-12-29 02:00:17] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-29 02:00:17.349570760 [2024-12-29 02:00:17] ffmpeg.doorbell.detect ERROR : [h264 @ 0x5652ee1a1f00] Increasing reorder buffer to 1
2024-12-29 02:00:17.349585878 [2024-12-29 02:00:17] ffmpeg.doorbell.detect ERROR : rtsp://127.0.0.1:8554/doorbell_main: Connection timed out
2024-12-29 02:00:17.349608481 [2024-12-29 02:00:17] ffmpeg.doorbell.detect ERROR : Last message repeated 1 times
2024-12-29 02:00:17.361682233 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077517, current: 234332084; changing to 452077518. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.361697742 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077518, current: 234332651; changing to 452077519. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.361842160 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913533, current: 314436115; changing to 470913534. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.361845612 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913534, current: 314438011; changing to 470913535. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.361856487 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077519, current: 234333897; changing to 452077520. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.361977329 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913535, current: 314438972; changing to 470913536. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.361980830 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077520, current: 234335097; changing to 452077521. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.361996707 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913536, current: 314439159; changing to 470913537. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362153881 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077521, current: 234335869; changing to 452077522. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362157385 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913537, current: 314440111; changing to 470913538. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362159837 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077522, current: 234337107; changing to 452077523. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362172113 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913538, current: 314442019; changing to 470913539. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362335378 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913539, current: 314442980; changing to 470913540. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362338930 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077523, current: 234337740; changing to 452077524. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362341484 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077524, current: 234338944; changing to 452077525. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362359837 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913540, current: 314443935; changing to 470913541. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362503627 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077525, current: 234340168; changing to 452077526. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362507193 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913541, current: 314443940; changing to 470913542. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362509626 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077526, current: 234340957; changing to 452077527. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362644683 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913542, current: 314445913; changing to 470913543. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362648156 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913543, current: 314447030; changing to 470913544. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362650496 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913544, current: 314447949; changing to 470913545. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362672803 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077527, current: 234341576; changing to 452077528. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362719911 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913545, current: 314449651; changing to 470913546. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362764239 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077528, current: 234342348; changing to 452077529. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362808740 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913546, current: 314451860; changing to 470913547. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362853039 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077529, current: 234344042; changing to 452077530. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362897791 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077530, current: 234347655; changing to 452077531. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362942400 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913547, current: 314452053; changing to 470913548. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.362987724 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077531, current: 234347902; changing to 452077532. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363032403 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913548, current: 314452310; changing to 470913549. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363076885 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077532, current: 234347973; changing to 452077533. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363121114 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077533, current: 234348069; changing to 452077534. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363166443 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913549, current: 314452385; changing to 470913550. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363210634 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077534, current: 234349242; changing to 452077535. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363255970 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913550, current: 314454363; changing to 470913551. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363301046 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077535, current: 234350468; changing to 452077536. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363345229 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913551, current: 314455362; changing to 470913552. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363389444 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913552, current: 314456268; changing to 470913553. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363434725 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077536, current: 234351087; changing to 452077537. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363480004 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077537, current: 234352361; changing to 452077538. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363525066 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913553, current: 314457091; changing to 470913554. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363569591 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913554, current: 314458090; changing to 470913555. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363613827 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913555, current: 314458972; changing to 470913556. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363658125 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077538, current: 234353071; changing to 452077539. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363702443 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077539, current: 234354297; changing to 452077540. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363747043 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913556, current: 314459952; changing to 470913557. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363792025 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077540, current: 234355536; changing to 452077541. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363836946 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077541, current: 234356145; changing to 452077542. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363881975 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913557, current: 314460895; changing to 470913558. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363926684 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913558, current: 314461759; changing to 470913559. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.363971815 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077542, current: 234356972; changing to 452077543. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364016308 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913559, current: 314463639; changing to 470913560. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364061799 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077543, current: 234358182; changing to 452077544. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364107155 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913560, current: 314463641; changing to 470913561. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364151572 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913561, current: 314466163; changing to 470913562. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364196670 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077544, current: 234359717; changing to 452077545. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364240637 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077545, current: 234362181; changing to 452077546. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364284624 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913562, current: 314467185; changing to 470913563. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364328034 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077546, current: 234362240; changing to 452077547. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364370165 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913563, current: 314467246; changing to 470913564. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364409583 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077547, current: 234362512; changing to 452077548. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364448587 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913564, current: 314468523; changing to 470913565. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364488689 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913565, current: 314469416; changing to 470913566. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364530167 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077548, current: 234363468; changing to 452077549. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364574496 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077549, current: 234364922; changing to 452077550. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364617870 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913566, current: 314470431; changing to 470913567. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364661164 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077550, current: 234365605; changing to 452077551. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364704349 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913567, current: 314471349; changing to 470913568. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364747225 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913568, current: 314472275; changing to 470913569. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364790954 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077551, current: 234366457; changing to 452077552. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364835903 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913569, current: 314474219; changing to 470913570. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364880657 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077552, current: 234367681; changing to 452077553. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364926465 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913570, current: 314474221; changing to 470913571. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.364971400 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077553, current: 234368454; changing to 452077554. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365015982 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077554, current: 234369204; changing to 452077555. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365061119 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913571, current: 314475161; changing to 470913572. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365107453 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077555, current: 234371053; changing to 452077556. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365151996 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913572, current: 314476112; changing to 470913573. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365196930 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077556, current: 234371671; changing to 452077557. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365241784 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913573, current: 314478033; changing to 470913574. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365286096 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913574, current: 314478044; changing to 470913575. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365329982 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077557, current: 234372279; changing to 452077558. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365375480 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913575, current: 314479960; changing to 470913576. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365431217 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913576, current: 314479963; changing to 470913577. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365477339 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077558, current: 234373588; changing to 452077559. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365521980 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913577, current: 314483920; changing to 470913578. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365567216 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077559, current: 234375077; changing to 452077560. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365615733 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077560, current: 234378377; changing to 452077561. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365661955 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913578, current: 314484055; changing to 470913579. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365706624 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913579, current: 314484287; changing to 470913580. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365751306 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077561, current: 234378600; changing to 452077562. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365796158 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077562, current: 234378648; changing to 452077563. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365840640 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:0; previous: 452077563, current: 234378807; changing to 452077564. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365885560 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913580, current: 314484338; changing to 470913581. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365930270 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913581, current: 314485402; changing to 470913582. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.365974799 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913582, current: 314487298; changing to 470913583. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.366019210 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [segment @ 0x5555e395b280] Non-monotonous DTS in output stream 0:1; previous: 470913583, current: 314487301; changing to 470913584. This may result in incorrect timestamps in the output file.
2024-12-29 02:00:17.366064298 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : [aac @ 0x55fddff564c0] Queue input is backward in time
2024-12-29 02:00:17.366107360 [2024-12-29 02:00:17] ffmpeg.doorbell.record ERROR : rtsp://127.0.0.1:8554/doorbell_main: Connection timed out
2024-12-29 02:00:17.366152691 [2024-12-29 02:00:17] watchdog.doorbell INFO : Terminating the existing ffmpeg process...
2024-12-29 02:00:17.366196328 [2024-12-29 02:00:17] watchdog.doorbell INFO : Waiting for ffmpeg to exit gracefully...
2024-12-29 02:00:24.804066627 [2024-12-29 02:00:24] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-29 02:00:24.804348871 [2024-12-29 02:00:24] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-29 02:00:26.249587018 [2024-12-29 02:00:26] audio.doorbell ERROR : ffmpeg process is not running, restarting...
2024-12-29 02:00:27.367456386 [2024-12-29 02:00:27] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-29 02:00:27.367459986 [2024-12-29 02:00:27] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-29 02:00:27.367461063 [2024-12-29 02:00:27] ffmpeg.doorbell.detect ERROR : [rtsp @ 0x5632cb79eec0] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2024-12-29 02:00:27.367462123 [2024-12-29 02:00:27] ffmpeg.doorbell.detect ERROR : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2024-12-29 02:00:27.367462925 [2024-12-29 02:00:27] ffmpeg.doorbell.detect ERROR : Output file #0 does not contain any stream
2024-12-29 02:00:30.009964335 [ERROR:[email protected]] global cap.cpp:164 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
2024-12-30 20:37:01.820400 2024-12-29 02:00:30.009966570
2024-12-29 02:00:30.009967443 OpenCV(4.9.0) /io/opencv/modules/videoio/src/cap_images.cpp:274: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'
2024-12-30 20:37:01.820411 2024-12-29 02:00:30.009967968
2024-12-30 20:37:01.820413 2024-12-29 02:00:30.009968472
2024-12-29 02:00:30.644107081 [2024-12-29 02:00:30] frigate.record.maintainer WARNING : Failed to probe corrupt segment /tmp/cache/[email protected]
2024-12-29 02:00:30.644110747 [2024-12-29 02:00:30] frigate.record.maintainer WARNING : Discarding a corrupt recording segment: /tmp/cache/[email protected]
2024-12-29 02:00:32.804351040 [2024-12-29 02:00:32] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-29 02:00:32.804355852 [2024-12-29 02:00:32] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-29 02:00:36.263799834 [2024-12-29 02:00:36] ffmpeg.doorbell.audio ERROR : [rtsp @ 0x55c7da33bdc0] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2024-12-29 02:00:36.263849707 [2024-12-29 02:00:36] ffmpeg.doorbell.audio ERROR : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2024-12-29 02:00:36.263879184 [2024-12-29 02:00:36] ffmpeg.doorbell.audio ERROR : rtsp://127.0.0.1:8554/doorbell_main: Connection timed out
2024-12-29 02:00:36.263904310 [2024-12-29 02:00:36] ffmpeg.doorbell.audio ERROR : Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used)
2024-12-29 02:00:36.263929447 [2024-12-29 02:00:36] audio.doorbell INFO : Terminating the existing ffmpeg process...
2024-12-29 02:00:36.263952637 [2024-12-29 02:00:36] audio.doorbell INFO : Waiting for ffmpeg to exit gracefully...
2024-12-29 02:00:37.388236439 [2024-12-29 02:00:37] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-29 02:00:37.388239340 [2024-12-29 02:00:37] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-29 02:00:37.388240219 [2024-12-29 02:00:37] ffmpeg.doorbell.detect ERROR : [rtsp @ 0x556365f04ec0] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2024-12-29 02:00:37.388241097 [2024-12-29 02:00:37] ffmpeg.doorbell.detect ERROR : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2024-12-29 02:00:37.388241848 [2024-12-29 02:00:37] ffmpeg.doorbell.detect ERROR : Output file #0 does not contain any stream
2024-12-29 02:00:37.402827346 [2024-12-29 02:00:37] ffmpeg.doorbell.record ERROR : [rtsp @ 0x5606c8d6b080] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2024-12-29 02:00:37.402831833 [2024-12-29 02:00:37] ffmpeg.doorbell.record ERROR : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2024-12-29 02:00:37.402833357 [2024-12-29 02:00:37] ffmpeg.doorbell.record ERROR : rtsp://127.0.0.1:8554/doorbell_main: Connection timed out
2024-12-29 02:00:37.402834539 [2024-12-29 02:00:37] watchdog.doorbell INFO : Terminating the existing ffmpeg process...
2024-12-29 02:00:37.402846513 [2024-12-29 02:00:37] watchdog.doorbell INFO : Waiting for ffmpeg to exit gracefully...
2024-12-29 02:00:41.383162742 [2024-12-29 02:00:41] audio.doorbell ERROR : ffmpeg process is not running, restarting...
2024-12-29 02:00:42.507468673 [2024-12-29 02:00:42] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-29 02:00:42.507523727 [2024-12-29 02:00:42] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-29 02:00:47.408879758 [2024-12-29 02:00:47] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-29 02:00:47.408998057 [2024-12-29 02:00:47] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-29 02:00:47.409000861 [2024-12-29 02:00:47] ffmpeg.doorbell.detect ERROR : rtsp://127.0.0.1:8554/doorbell_main: Invalid data found when processing input
2024-12-29 02:00:47.425387296 [2024-12-29 02:00:47] ffmpeg.doorbell.record ERROR : rtsp://127.0.0.1:8554/doorbell_main: Invalid data found when processing input
2024-12-29 02:00:47.425391116 [2024-12-29 02:00:47] watchdog.doorbell INFO : Terminating the existing ffmpeg process...
2024-12-29 02:00:47.425410449 [2024-12-29 02:00:47] watchdog.doorbell INFO : Waiting for ffmpeg to exit gracefully...
2024-12-29 02:00:51.390172639 [2024-12-29 02:00:51] ffmpeg.doorbell.audio ERROR : rtsp://127.0.0.1:8554/doorbell_main: Invalid data found when processing input
2024-12-29 02:00:51.390177378 [2024-12-29 02:00:51] audio.doorbell INFO : Terminating the existing ffmpeg process...
2024-12-29 02:00:51.390211808 [2024-12-29 02:00:51] audio.doorbell INFO : Waiting for ffmpeg to exit gracefully...
2024-12-29 02:00:52.532308916 [2024-12-29 02:00:52] frigate.video ERROR : doorbell: Unable to read frames from ffmpeg process.
2024-12-29 02:00:52.532349023 [2024-12-29 02:00:52] frigate.video ERROR : doorbell: ffmpeg process is not running. exiting capture thread...
2024-12-29 02:00:56.513677358 [2024-12-29 02:00:56] audio.doorbell ERROR : ffmpeg process is not running, restarting...
2024-12-29 02:00:57.438588354 [2024-12-29 02:00:57] watchdog.doorbell ERROR : Ffmpeg process crashed unexpectedly for doorbell.
2024-12-29 02:00:57.438593119 [2024-12-29 02:00:57] watchdog.doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-29 02:00:57.438761376 [2024-12-29 02:00:57] ffmpeg.doorbell.detect ERROR : rtsp://127.0.0.1:8554/doorbell_main: Invalid data found when processing input
2024-12-29 02:00:57.447211743 [2024-12-29 02:00:57] ffmpeg.doorbell.record ERROR : rtsp://127.0.0.1:8554/doorbell_main: Invalid data found when processing input
2024-12-29 02:00:57.453020115 [2024-12-29 02:00:57] watchdog.doorbell INFO : Terminating the existing ffmpeg process...
2024-12-29 02:00:57.453023148 [2024-12-29 02:00:57] watchdog.doorbell INFO : Waiting for ffmpeg to exit gracefully...
2024-12-29 02:01:06.523938842 [2024-12-29 02:01:06] ffmpeg.doorbell.audio ERROR : rtsp://127.0.0.1:8554/doorbell_main: Invalid data found when processing input
2024-12-29 02:01:06.524014120 [2024-12-29 02:01:06] audio.doorbell INFO : Terminating the existing ffmpeg process...
2024-12-29 02:01:06.524065436 [2024-12-29 02:01:06] audio.doorbell INFO : Waiting for ffmpeg to exit gracefully...
2024-12-29 06:57:44.325119079 [2024-12-29 06:57:44] frigate.comms.dispatcher INFO : Turning off detection for CAM1
2024-12-29 06:57:46.131864479 [2024-12-29 06:57:46] frigate.comms.dispatcher INFO : Turning on detection for CAM1
2024-12-29 07:00:12.064322639 [2024-12-29 07:00:12] frigate.comms.dispatcher INFO : Turning off detection for CAM5
2024-12-29 07:00:13.568815038 [2024-12-29 07:00:13] frigate.comms.dispatcher INFO : Turning on detection for CAM5
2024-12-29 07:02:30.673092908 [2024-12-29 07:02:30] frigate.api.review WARNING : No motion data found for the requested time range
2024-12-29 07:02:48.413210998 [2024-12-29 07:02:48] frigate.api.review WARNING : No motion data found for the requested time range
2024-12-29 07:02:58.188904361 [2024-12-29 07:02:58] frigate.api.media ERROR : No recordings found for CAM4 during the requested time range
2024-12-29 07:02:58.353070421 [2024-12-29 07:02:58] frigate.api.media ERROR : No recordings found for CAM4 during the requested time range
2024-12-29 07:02:59.426189516 [2024-12-29 07:02:59] frigate.api.media ERROR : No recordings found for CAM4 during the requested time range
2024-12-29 07:04:03.302960892 [2024-12-29 07:04:03] frigate.api.review WARNING : No motion data found for the requested time range
2024-12-29 07:06:01.776326697 [2024-12-29 07:06:01] frigate.ptz.onvif ERROR : Onvif is not setup for doorbell
2024-12-29 07:06:01.777791420 [2024-12-29 07:06:01] frigate.ptz.onvif ERROR : Onvif is not setup for CAM1
2024-12-29 07:06:01.779066300 [2024-12-29 07:06:01] frigate.ptz.onvif ERROR : Onvif is not setup for CAM2
2024-12-29 08:07:02.651548825 [h264 @ 0x7f0f440dd600] cabac decode of qscale diff failed at 36 116
2024-12-29 08:07:02.651552868 [h264 @ 0x7f0f440dd600] error while decoding MB 36 116, bytestream -7
2024-12-29 09:17:27.156035631 [2024-12-29 09:17:27] frigate.watchdog INFO : Detection appears to be stuck. Restarting detection process...
2024-12-29 09:17:27.156113384 [2024-12-29 09:17:27] root INFO : Waiting for detection process to exit gracefully...
2024-12-29 09:17:57.186078555 [2024-12-29 09:17:57] root INFO : Detection process didn't exit. Force killing...
2024-12-29 09:17:57.208263123 [2024-12-29 09:17:57] root INFO : Detection process has exited...
2024-12-29 09:17:57.236146854 [2024-12-29 09:17:57] detector.coral INFO : Starting detection process: 1005555
2024-12-29 09:17:59.878264929 [2024-12-29 09:17:57] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2024-12-29 09:17:59.880599578 [2024-12-29 09:17:59] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2024-12-29 13:19:12.531467707 [h264 @ 0x7f0f44259ac0] error while decoding MB 14 118, bytestream -9
2024-12-29 13:23:13.071032371 [h264 @ 0x7f0f44268900] error while decoding MB 85 116, bytestream -53
2024-12-29 13:24:33.045423019 [h264 @ 0x7f0f440838c0] error while decoding MB 97 119, bytestream -12
2024-12-29 13:33:33.611659677 [h264 @ 0x7f0f440680c0] error while decoding MB 88 122, bytestream -28
2024-12-29 14:43:11.774374432 [h264 @ 0x7f0f4400db40] error while decoding MB 109 107, bytestream -19
2024-12-29 15:08:32.708413398 [h264 @ 0x7f0f44d2b280] error while decoding MB 94 124, bytestream -10
2024-12-29 15:10:55.099452196 [2024-12-29 15:10:55] frigate.comms.dispatcher INFO : Turning on audio detection for CAM11
2024-12-29 15:10:55.146379955 [2024-12-29 15:10:55] frigate.comms.dispatcher INFO : Turning on recordings for CAM11
2024-12-29 15:10:55.146963900 [2024-12-29 15:10:55] frigate.comms.dispatcher INFO : Turning on snapshots for CAM11
2024-12-29 15:10:58.979446934 [2024-12-29 15:10:58] frigate.comms.dispatcher INFO : Turning on audio detection for CAM12
2024-12-29 15:10:59.030797908 [2024-12-29 15:10:59] frigate.comms.dispatcher INFO : Turning on recordings for CAM12
2024-12-29 15:10:59.030841481 [2024-12-29 15:10:59] frigate.comms.dispatcher INFO : Turning on snapshots for CAM12
2024-12-29 15:13:53.234233915 [h264 @ 0x7f0f44153100] error while decoding MB 4 109, bytestream -5
2024-12-29 15:16:33.359088907 [h264 @ 0x7f0f4413a180] error while decoding MB 7 36, bytestream -5
2024-12-29 15:17:23.319150468 [h264 @ 0x7f0f4413c040] cabac decode of qscale diff failed at 113 133
2024-12-29 15:17:23.319156187 [h264 @ 0x7f0f4413c040] error while decoding MB 113 133, bytestream 6114
2024-12-29 19:24:20.897619275 [2024-12-29 19:24:20] audio.CAM12 ERROR : ffmpeg process is not running, restarting...
2024-12-29 19:24:20.908462366 [2024-12-29 19:24:20] frigate.video ERROR : CAM12: Unable to read frames from ffmpeg process.
2024-12-29 19:24:20.908531657 [2024-12-29 19:24:20] frigate.video ERROR : CAM12: ffmpeg process is not running. exiting capture thread...
2024-12-29 19:24:29.340460421 [2024-12-29 19:24:29] watchdog.CAM12 ERROR : Ffmpeg process crashed unexpectedly for CAM12.
2024-12-29 19:24:29.340465989 [2024-12-29 19:24:29] watchdog.CAM12 ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-29 19:24:29.340615398 [2024-12-29 19:24:29] ffmpeg.CAM12.detect ERROR : rtsp://127.0.0.1:8554/CAM12_sub: Connection timed out
2024-12-29 19:24:29.355930741 [2024-12-29 19:24:29] ffmpeg.CAM12.record ERROR : rtsp://127.0.0.1:8554/CAM12_main: Connection timed out
2024-12-29 19:24:29.355939958 [2024-12-29 19:24:29] watchdog.CAM12 INFO : Terminating the existing ffmpeg process...
2024-12-29 19:24:29.355961828 [2024-12-29 19:24:29] watchdog.CAM12 INFO : Waiting for ffmpeg to exit gracefully...
2024-12-29 19:24:30.912583587 [2024-12-29 19:24:30] ffmpeg.CAM12.audio ERROR : rtsp://127.0.0.1:8554/CAM12_sub: Connection timed out
2024-12-29 19:24:30.912588615 [2024-12-29 19:24:30] audio.CAM12 INFO : Terminating the existing ffmpeg process...
2024-12-29 19:24:30.912618088 [2024-12-29 19:24:30] audio.CAM12 INFO : Waiting for ffmpeg to exit gracefully...
2024-12-29 22:31:42.402263047 [2024-12-29 22:31:42] audio.CAM11 ERROR : ffmpeg process is not running, restarting...
2024-12-29 22:31:52.411199151 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459318304
2024-12-29 22:31:52.411242439 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459319232
2024-12-29 22:31:52.411267182 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459320320
2024-12-29 22:31:52.411295452 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459321344
2024-12-29 22:31:52.411313169 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459322336
2024-12-29 22:31:52.411333797 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459323424
2024-12-29 22:31:52.411353810 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459324352
2024-12-29 22:31:52.411374707 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459325440
2024-12-29 22:31:52.411399361 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459326464
2024-12-29 22:31:52.418339024 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459327456
2024-12-29 22:31:52.418384645 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459328544
2024-12-29 22:31:52.418412550 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459329472
2024-12-29 22:31:52.418431695 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459330560
2024-12-29 22:31:52.418465280 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459331584
2024-12-29 22:31:52.418479178 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459332576
2024-12-29 22:31:52.418497883 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459333664
2024-12-29 22:31:52.418529689 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459334592
2024-12-29 22:31:52.418553060 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459335680
2024-12-29 22:31:52.418572985 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459336704
2024-12-29 22:31:52.418602031 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459337696
2024-12-29 22:31:52.418645825 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459338784
2024-12-29 22:31:52.418658450 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459339712
2024-12-29 22:31:52.418679774 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459340800
2024-12-29 22:31:52.418702477 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459341824
2024-12-29 22:31:52.418725821 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459342816
2024-12-29 22:31:52.418767208 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459343904
2024-12-29 22:31:52.418786479 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459344832
2024-12-29 22:31:52.418822009 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459345920
2024-12-29 22:31:52.418833413 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459346944
2024-12-29 22:31:52.418856677 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459347936
2024-12-29 22:31:52.418885427 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459349024
2024-12-29 22:31:52.418904071 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459349952
2024-12-29 22:31:52.418928427 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459351040
2024-12-29 22:31:52.418958438 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459352064
2024-12-29 22:31:52.418981454 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459353056
2024-12-29 22:31:52.419013278 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459354144
2024-12-29 22:31:52.419042396 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459355072
2024-12-29 22:31:52.419067078 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459356160
2024-12-29 22:31:52.419088331 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459357184
2024-12-29 22:31:52.419115046 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459358176
2024-12-29 22:31:52.419140058 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459359264
2024-12-29 22:31:52.419163371 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459360192
2024-12-29 22:31:52.419191600 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459361280
2024-12-29 22:31:52.419214526 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459362304
2024-12-29 22:31:52.419241883 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459363296
2024-12-29 22:31:52.419265188 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459364384
2024-12-29 22:31:52.419289034 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459365312
2024-12-29 22:31:52.419318809 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459366400
2024-12-29 22:31:52.419344100 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459367424
2024-12-29 22:31:52.419365526 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459368416
2024-12-29 22:31:52.419386492 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459369504
2024-12-29 22:31:52.419411115 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459370432
2024-12-29 22:31:52.419437445 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459371520
2024-12-29 22:31:52.419459911 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459372544
2024-12-29 22:31:52.419482027 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459373536
2024-12-29 22:31:52.419505876 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459374624
2024-12-29 22:31:52.419531795 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459375552
2024-12-29 22:31:52.419553106 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459376640
2024-12-29 22:31:52.419575575 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459377664
2024-12-29 22:31:52.419607580 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459378656
2024-12-29 22:31:52.419629177 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459379744
2024-12-29 22:31:52.419653924 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459380672
2024-12-29 22:31:52.419677962 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459381760
2024-12-29 22:31:52.419698878 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459382784
2024-12-29 22:31:52.419729221 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459383776
2024-12-29 22:31:52.419750316 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459384864
2024-12-29 22:31:52.419773338 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459385792
2024-12-29 22:31:52.419799354 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459386880
2024-12-29 22:31:52.419826858 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459387904
2024-12-29 22:31:52.419850354 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459388896
2024-12-29 22:31:52.419874468 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459389984
2024-12-29 22:31:52.419897289 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459390912
2024-12-29 22:31:52.419928898 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459392000
2024-12-29 22:31:52.419951083 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459393024
2024-12-29 22:31:52.419972831 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459394016
2024-12-29 22:31:52.420000049 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459395104
2024-12-29 22:31:52.420046296 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459396032
2024-12-29 22:31:52.420061418 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459397120
2024-12-29 22:31:52.420076340 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459398144
2024-12-29 22:31:52.420101971 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459399136
2024-12-29 22:31:52.420124631 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459400224
2024-12-29 22:31:52.420148675 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459401152
2024-12-29 22:31:52.420178745 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459402240
2024-12-29 22:31:52.420203894 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459403264
2024-12-29 22:31:52.420226076 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459404256
2024-12-29 22:31:52.420251904 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459405344
2024-12-29 22:31:52.420273816 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459406272
2024-12-29 22:31:52.420295772 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459407360
2024-12-29 22:31:52.420318936 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459408384
2024-12-29 22:31:52.420347536 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459409376
2024-12-29 22:31:52.420370924 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459410464
2024-12-29 22:31:52.420391668 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459411392
2024-12-29 22:31:52.420416595 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459412480
2024-12-29 22:31:52.420446586 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459413504
2024-12-29 22:31:52.420466670 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459414496
2024-12-29 22:31:52.420489194 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459415584
2024-12-29 22:31:52.420514100 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459416512
2024-12-29 22:31:52.420538997 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459417600
2024-12-29 22:31:52.420561275 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : [s16le @ 0x559cf0a48fc0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 459418624 >= 459418624
2024-12-29 22:31:52.420586879 [2024-12-29 22:31:52] ffmpeg.CAM11.audio ERROR : rtsp://127.0.0.1:8554/CAM11_sub: Connection timed out
2024-12-29 22:31:52.420615829 [2024-12-29 22:31:52] audio.CAM11 INFO : Terminating the existing ffmpeg process...
2024-12-29 22:31:52.420644357 [2024-12-29 22:31:52] audio.CAM11 INFO : Waiting for ffmpeg to exit gracefully...
2024-12-29 22:31:57.902057841 [2024-12-29 22:31:57] watchdog.CAM11 INFO : CAM11 exceeded fps limit. Exiting ffmpeg...
2024-12-29 22:31:57.902116465 [2024-12-29 22:31:57] watchdog.CAM11 INFO : Waiting for ffmpeg to exit gracefully...
2024-12-29 22:31:57.908413993 [2024-12-29 22:31:57] frigate.video ERROR : CAM11: Unable to read frames from ffmpeg process.
2024-12-29 22:31:57.908495378 [2024-12-29 22:31:57] frigate.video ERROR : CAM11: ffmpeg process is not running. exiting capture thread...
2024-12-29 22:32:07.910343479 [2024-12-29 22:32:07] watchdog.CAM11 ERROR : Ffmpeg process crashed unexpectedly for CAM11.
2024-12-29 22:32:07.916693240 [2024-12-29 22:32:07] watchdog.CAM11 ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-29 22:32:07.916695950 [2024-12-29 22:32:07] ffmpeg.CAM11.detect ERROR : [rtsp @ 0x55846bcabec0] RTP: PT=60: bad cseq 0001 expected=975e
2024-12-29 22:32:07.916711134 [2024-12-29 22:32:07] ffmpeg.CAM11.detect ERROR : [rtsp @ 0x55846bcabec0] RTP: PT=61: bad cseq 0001 expected=b32c
2024-12-29 22:32:09.372438620 [2024-12-29 22:32:09] frigate.record.maintainer WARNING : Discarding a corrupt recording segment: /tmp/cache/[email protected]
2024-12-30 14:39:28.921706728 [2024-12-30 14:39:28] frigate.api.review WARNING : No motion data found for the requested time range
2024-12-30 14:39:29.100369683 [2024-12-30 14:39:29] frigate.api.media ERROR : No recordings found for CAM1 during the requested time range
2024-12-30 14:39:29.863402773 [2024-12-30 14:39:29] frigate.api.media ERROR : No recordings found for CAM1 during the requested time range
2024-12-30 14:39:32.546651610 [2024-12-30 14:39:32] frigate.api.media ERROR : No recordings found for CAM1 during the requested time range
2024-12-30 15:25:17.756765488 [2024-12-30 15:25:17] frigate.comms.dispatcher INFO : Turning off audio detection for CAM12
2024-12-30 15:25:17.788953338 [2024-12-30 15:25:17] frigate.comms.dispatcher INFO : Turning off snapshots for CAM12
2024-12-30 15:25:17.789029668 [2024-12-30 15:25:17] frigate.comms.dispatcher INFO : Turning off recordings for CAM12
2024-12-30 15:25:18.161191423 [2024-12-30 15:25:18] frigate.comms.dispatcher INFO : Turning off audio detection for CAM11
2024-12-30 15:25:18.199073962 [2024-12-30 15:25:18] frigate.comms.dispatcher INFO : Turning off snapshots for CAM11
2024-12-30 15:25:18.199246884 [2024-12-30 15:25:18] frigate.comms.dispatcher INFO : Turning off recordings for CAM11
2024-12-30 15:26:05.618610325 [2024-12-30 15:26:05] frigate.comms.dispatcher INFO : Setting motion threshold for doorbell: 60
2024-12-30 15:26:05.628773860 [2024-12-30 15:26:05] frigate.comms.dispatcher INFO : Setting motion contour area for doorbell: 30
2024-12-30 16:01:41.313323309 [2024-12-30 16:01:41] frigate.ptz.onvif ERROR : Onvif is not setup for doorbell
2024-12-30 16:01:41.316730773 [2024-12-30 16:01:41] frigate.ptz.onvif ERROR : Onvif is not setup for CAM2
2024-12-30 16:01:41.317255134 [2024-12-30 16:01:41] frigate.ptz.onvif ERROR : Onvif is not setup for CAM1
2024-12-30 16:01:53.786629778 [2024-12-30 16:01:53] frigate.ptz.onvif ERROR : Onvif is not setup for doorbell
2024-12-30 16:01:53.792025548 [2024-12-30 16:01:53] frigate.ptz.onvif ERROR : Onvif is not setup for CAM1
2024-12-30 16:01:53.793013085 [2024-12-30 16:01:53] frigate.ptz.onvif ERROR : Onvif is not setup for CAM2
2024-12-30 16:08:18.615924708 [2024-12-30 16:08:18] frigate.output.birdseye WARNING : Unable to copy frame CAM31735592896.371616 to birdseye.
2024-12-30 16:22:45.155419752 [2024-12-30 16:22:45] frigate.output.birdseye WARNING : Unable to copy frame CAM51735592969.486317 to birdseye.
2024-12-30 16:22:45.155585624 [2024-12-30 16:22:45] frigate.output.birdseye WARNING : Unable to copy frame CAM61735592969.475052 to birdseye.
2024-12-30 16:22:45.266145349 [2024-12-30 16:22:45] frigate.output.birdseye WARNING : Unable to copy frame CAM51735592969.486317 to birdseye.
2024-12-30 16:22:45.266453146 [2024-12-30 16:22:45] frigate.output.birdseye WARNING : Unable to copy frame CAM61735592969.475052 to birdseye.
2024-12-30 17:38:03.966413538 [h264 @ 0x7f0f441c92c0] error while decoding MB 20 156, bytestream -5
2024-12-30 19:07:23.353268451 [2024-12-30 19:07:23] frigate.comms.dispatcher INFO : Setting motion threshold for doorbell: 60
2024-12-30 19:07:23.359955197 [2024-12-30 19:07:23] frigate.comms.dispatcher INFO : Setting motion contour area for doorbell: 30
2024-12-30 20:35:40.644831362 [2024-12-30 20:35:40] frigate.comms.dispatcher INFO : Setting motion threshold for doorbell: 60
2024-12-30 20:35:40.652104571 [2024-12-30 20:35:40] frigate.comms.dispatcher INFO : Setting motion contour area for doorbell: 30 Relevant go2rtc log output2024-12-28 15:36:34.910662372 [INFO] Preparing new go2rtc config...
2024-12-28 15:36:35.244839822 [INFO] Starting go2rtc...
2024-12-28 15:36:35.433505230 15:36:35.433 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2
2024-12-28 15:36:35.433508936 15:36:35.433 INF config path=/dev/shm/go2rtc.yaml
2024-12-28 15:36:35.433907079 15:36:35.433 INF [api] listen addr=:1984
2024-12-28 15:36:35.433909285 15:36:35.433 INF [rtsp] listen addr=:8554
2024-12-28 15:36:35.434063940 15:36:35.433 INF [webrtc] listen addr=:8555/tcp
2024-12-28 15:36:44.909131549 [INFO] Starting go2rtc healthcheck service...
2024-12-28 16:18:19.869329269 16:18:19.869 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 172.19.0.2:56904->192.168.50.221:554: i/o timeout" url=rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1
2024-12-28 16:18:20.299414590 16:18:20.299 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 172.19.0.2:56910->192.168.50.221:554: i/o timeout" url=rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
2024-12-28 16:45:34.849835425 16:45:34.849 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 172.19.0.2:49782->192.168.50.221:554: i/o timeout" url=rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1
2024-12-28 16:45:34.880090140 16:45:34.879 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 172.19.0.2:49784->192.168.50.221:554: i/o timeout" url=rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
2024-12-28 23:48:13.742524254 23:48:13.742 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 172.19.0.2:34396->192.168.50.219:554: i/o timeout" url=rtsp://HASS:[email protected]:554/Preview_01_main#backchannel=0
2024-12-29 00:44:23.315819281 00:44:23.315 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 172.19.0.2:35316->192.168.50.221:554: i/o timeout" url=rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
2024-12-29 00:44:23.438726470 00:44:23.438 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 172.19.0.2:35312->192.168.50.221:554: i/o timeout" url=rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1
2024-12-29 02:00:01.371698263 02:00:01.371 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error=EOF url=rtsp://HASS:[email protected]:554/Preview_01_main#backchannel=0
2024-12-29 02:00:43.843196638 02:00:43.843 WRN [rtsp] error="streams: dial tcp 192.168.50.219:554: connect: no route to host, wrong response on DESCRIBE, exec: rtsp://127.0.0.1:8554/doorbell_main?audio: Invalid data found when processing input\n" stream=doorbell_main
2024-12-29 02:00:48.958067999 02:00:48.957 WRN [rtsp] error="streams: wrong response on DESCRIBE, exec: rtsp://127.0.0.1:8554/doorbell_main?audio: Invalid data found when processing input\n" stream=doorbell_main
2024-12-29 02:00:54.070879566 02:00:54.070 WRN [rtsp] error="streams: wrong response on DESCRIBE, exec: rtsp://127.0.0.1:8554/doorbell_main?audio: Invalid data found when processing input\n" stream=doorbell_main
2024-12-29 02:00:59.184261162 02:00:59.184 WRN [rtsp] error="streams: wrong response on DESCRIBE, exec: rtsp://127.0.0.1:8554/doorbell_main?audio: Invalid data found when processing input\n" stream=doorbell_main
2024-12-29 02:00:59.718037775 02:00:59.717 WRN [rtsp] error="streams: wrong response on DESCRIBE" stream=doorbell_main
2024-12-29 02:00:59.718077541 02:00:59.717 WRN [rtsp] error="streams: wrong response on DESCRIBE" stream=doorbell_main
2024-12-29 02:00:59.718100619 02:00:59.718 WRN [rtsp] error="streams: wrong response on DESCRIBE" stream=doorbell_main
2024-12-29 19:24:15.666160697 19:24:15.665 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 172.19.0.2:49132->192.168.50.222:554: i/o timeout" url=rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
2024-12-29 19:24:15.676786931 19:24:15.676 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 172.19.0.2:49126->192.168.50.222:554: i/o timeout" url=rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1
2024-12-29 22:31:49.866891040 22:31:49.866 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 172.19.0.2:53510->192.168.50.221:554: i/o timeout" url=rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0
2024-12-29 22:31:49.866896474 22:31:49.866 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:171 > error="read tcp 172.19.0.2:53516->192.168.50.221:554: i/o timeout" url=rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1 FFprobe output from your camerastill need to run... Frigate stats{"cameras":{"CAM1":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.1,"capture_pid":882,"detection_enabled":true,"detection_fps":0.0,"ffmpeg_pid":887,"pid":791,"process_fps":5.1,"skipped_fps":0.0},"CAM11":{"audio_dBFS":-64.1594,"audio_rms":20.2991,"camera_fps":5.0,"capture_pid":935,"detection_enabled":false,"detection_fps":0.0,"ffmpeg_pid":1849442,"pid":863,"process_fps":5.0,"skipped_fps":0.0},"CAM12":{"audio_dBFS":-56.1869,"audio_rms":50.8281,"camera_fps":5.1,"capture_pid":946,"detection_enabled":true,"detection_fps":0.1,"ffmpeg_pid":1634548,"pid":871,"process_fps":5.1,"skipped_fps":0.0},"CAM2":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.1,"capture_pid":886,"detection_enabled":true,"detection_fps":0.1,"ffmpeg_pid":893,"pid":804,"process_fps":5.1,"skipped_fps":0.0},"CAM3":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.1,"capture_pid":894,"detection_enabled":true,"detection_fps":0.0,"ffmpeg_pid":901,"pid":812,"process_fps":5.1,"skipped_fps":0.0},"CAM4":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.1,"capture_pid":900,"detection_enabled":true,"detection_fps":0.0,"ffmpeg_pid":907,"pid":822,"process_fps":5.0,"skipped_fps":0.0},"CAM5":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.1,"capture_pid":908,"detection_enabled":true,"detection_fps":0.0,"ffmpeg_pid":913,"pid":830,"process_fps":5.1,"skipped_fps":0.0},"CAM6":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.1,"capture_pid":914,"detection_enabled":true,"detection_fps":0.0,"ffmpeg_pid":922,"pid":838,"process_fps":5.1,"skipped_fps":0.0},"CAM7":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.0,"capture_pid":920,"detection_enabled":true,"detection_fps":0.0,"ffmpeg_pid":928,"pid":844,"process_fps":5.0,"skipped_fps":0.0},"CAM8":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":5.0,"capture_pid":929,"detection_enabled":true,"detection_fps":0.0,"ffmpeg_pid":936,"pid":852,"process_fps":5.0,"skipped_fps":0.0},"doorbell":{"audio_dBFS":-66.7724,"audio_rms":15.0255,"camera_fps":5.0,"capture_pid":879,"detection_enabled":true,"detection_fps":0.0,"ffmpeg_pid":591656,"pid":790,"process_fps":5.0,"skipped_fps":0.0}},"cpu_usages":{"1":{"cmdline":"/package/admin/s6/command/s6-svscan -d4 -- /run/service","cpu":"0.0","cpu_average":"0","mem":"0.0"},"1002":{"cmdline":"ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.2"},"1005555":{"cmdline":"frigate.detector.coral","cpu":"0.1","cpu_average":"0","mem":"3.1"},"1007":{"cmdline":"ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.2"},"1012":{"cmdline":"ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.1"},"1017":{"cmdline":"ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.2"},"1025":{"cmdline":"ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.1"},"1031":{"cmdline":"ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.2"},"1036":{"cmdline":"ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.1"},"105":{"cmdline":"bash ./run.user go2rtc-healthcheck","cpu":"0.0","cpu_average":"0","mem":"0.0"},"1050":{"cmdline":"ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 640x360 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.1"},"1055":{"cmdline":"ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 640x360 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.1"},"1060":{"cmdline":"ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.2"},"108":{"cmdline":"python3 -u -m frigate","cpu":"4.7","cpu_average":"4","mem":"4.0"},"132":{"cmdline":"nginx: master process nginx","cpu":"0.0","cpu_average":"0","mem":"0.1"},"15":{"cmdline":"s6-supervise s6-linux-init-shutdownd","cpu":"0.0","cpu_average":"0","mem":"0.0"},"1634548":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM12_sub -r 5 -vf fps=5,scale_vaapi=w=640:h=360:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"1.0","cpu_average":"1","mem":"0.2"},"1634550":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM12_main -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/CAM12@%Y%m%d%H%M%S%z.mp4","cpu":"1.4","cpu_average":"1","mem":"0.1"},"1634647":{"cmdline":"ffmpeg -vn -threads 1 -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM12_sub -threads 1 -f s16le -ar 16000 -ac 1 -y pipe:","cpu":"0.2","cpu_average":"0","mem":"0.1"},"17":{"cmdline":"/package/admin/s6-linux-init/command/s6-linux-init-shutdownd -c /run/s6/basedir -g 3000 -C -B","cpu":"0.0","cpu_average":"0","mem":"0.0"},"174":{"cmdline":"nginx: worker process","cpu":"0.3","cpu_average":"0","mem":"0.1"},"175":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.2"},"176":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.1"},"177":{"cmdline":"nginx: worker process","cpu":"0.2","cpu_average":"0","mem":"0.2"},"178":{"cmdline":"nginx: cache manager process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"1849183":{"cmdline":"ffmpeg -vn -threads 1 -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM11_sub -threads 1 -f s16le -ar 16000 -ac 1 -y pipe:","cpu":"0.2","cpu_average":"0","mem":"0.1"},"1849442":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM11_sub -r 5 -vf fps=5,scale_vaapi=w=640:h=360:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"1.2","cpu_average":"1","mem":"0.3"},"24":{"cmdline":"s6-supervise certsync-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"25":{"cmdline":"s6-supervise frigate","cpu":"0.0","cpu_average":"0","mem":"0.0"},"26":{"cmdline":"s6-supervise s6rc-fdholder","cpu":"0.0","cpu_average":"0","mem":"0.0"},"27":{"cmdline":"s6-supervise nginx-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"28":{"cmdline":"s6-supervise go2rtc","cpu":"0.0","cpu_average":"0","mem":"0.0"},"29":{"cmdline":"s6-supervise frigate-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"30":{"cmdline":"s6-supervise nginx","cpu":"0.0","cpu_average":"0","mem":"0.0"},"31":{"cmdline":"s6-supervise go2rtc-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"311":{"cmdline":"bash ./run.user certsync","cpu":"0.0","cpu_average":"0","mem":"0.0"},"32":{"cmdline":"s6-supervise go2rtc-healthcheck","cpu":"0.0","cpu_average":"0","mem":"0.0"},"33":{"cmdline":"s6-supervise s6rc-oneshot-runner","cpu":"0.0","cpu_average":"0","mem":"0.0"},"3372901":{"cmdline":"sleep 60","cpu":"0.0","cpu_average":"0","mem":"0.0"},"3373683":{"cmdline":"sleep 30s","cpu":"0.0","cpu_average":"0","mem":"0.0"},"34":{"cmdline":"s6-supervise certsync","cpu":"0.0","cpu_average":"0","mem":"0.0"},"374":{"cmdline":"frigate.logger ","cpu":"0.1","cpu_average":"0","mem":"0.5"},"45":{"cmdline":"/package/admin/s6-2.11.3.2/command/s6-fdholderd -1 -i data/rules","cpu":"0.0","cpu_average":"0","mem":"0.0"},"46":{"cmdline":"/package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/command/s6-ipcserver-access -v0 -E -l0 -i data/rules -- /package/admin/s6/command/s6-sudod -t 30000 -- /package/admin/s6-rc/command/s6-rc-oneshot-run -l ../.. --","cpu":"0.0","cpu_average":"0","mem":"0.0"},"591656":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/doorbell_main -r 5 -vf fps=5,scale_vaapi=w=1920:h=2560:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"6.8","cpu_average":"6","mem":"0.5"},"591658":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/doorbell_main -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/doorbell@%Y%m%d%H%M%S%z.mp4","cpu":"1.7","cpu_average":"1","mem":"0.1"},"591839":{"cmdline":"ffmpeg -vn -threads 1 -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/doorbell_main -threads 1 -f s16le -ar 16000 -ac 1 -y pipe:","cpu":"0.4","cpu_average":"0","mem":"0.1"},"742":{"cmdline":"frigate.recording_manager","cpu":"6.1","cpu_average":"10","mem":"1.3"},"744":{"cmdline":"frigate.review_segment_manager","cpu":"1.0","cpu_average":"1","mem":"1.1"},"770":{"cmdline":"/usr/bin/python3 -c from multiprocessing.resource_tracker import main;main(77)","cpu":"0.6","cpu_average":"0","mem":"0.0"},"773":{"cmdline":"frigate.output ","cpu":"2.6","cpu_average":"2","mem":"1.3"},"790":{"cmdline":"frigate.process:doorbell","cpu":"0.8","cpu_average":"1","mem":"1.4"},"791":{"cmdline":"frigate.process:CAM1 ","cpu":"0.3","cpu_average":"0","mem":"1.1"},"804":{"cmdline":"frigate.process:CAM2 ","cpu":"1.2","cpu_average":"1","mem":"1.2"},"812":{"cmdline":"frigate.process:CAM3 ","cpu":"0.8","cpu_average":"1","mem":"1.2"},"822":{"cmdline":"frigate.process:CAM4 ","cpu":"0.8","cpu_average":"0","mem":"1.2"},"830":{"cmdline":"frigate.process:CAM5 ","cpu":"0.8","cpu_average":"1","mem":"1.2"},"838":{"cmdline":"frigate.process:CAM6 ","cpu":"0.8","cpu_average":"0","mem":"1.2"},"844":{"cmdline":"frigate.process:CAM7 ","cpu":"0.8","cpu_average":"0","mem":"1.2"},"84911":{"cmdline":"/usr/bin/python3 -c from multiprocessing.resource_tracker import main;main(66)","cpu":"0.0","cpu_average":"0","mem":"0.0"},"852":{"cmdline":"frigate.process:CAM8 ","cpu":"0.7","cpu_average":"0","mem":"1.2"},"86":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/go2rtc","cpu":"0.0","cpu_average":"0","mem":"0.0"},"863":{"cmdline":"frigate.process:CAM11","cpu":"0.3","cpu_average":"0","mem":"1.1"},"871":{"cmdline":"frigate.process:CAM12","cpu":"1.0","cpu_average":"0","mem":"1.2"},"879":{"cmdline":"frigate.capture:doorbell","cpu":"3.7","cpu_average":"3","mem":"1.2"},"88":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/frigate","cpu":"0.0","cpu_average":"0","mem":"0.0"},"882":{"cmdline":"frigate.capture:CAM1 ","cpu":"0.8","cpu_average":"0","mem":"1.1"},"886":{"cmdline":"frigate.capture:CAM2 ","cpu":"0.8","cpu_average":"0","mem":"1.1"},"887":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM1_sub -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"1.4","cpu_average":"1","mem":"0.3"},"89":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/certsync","cpu":"0.0","cpu_average":"0","mem":"0.0"},"893":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM2_sub -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"1.5","cpu_average":"1","mem":"0.3"},"894":{"cmdline":"frigate.capture:CAM3 ","cpu":"0.9","cpu_average":"0","mem":"1.1"},"899":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM1_main -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/CAM1@%Y%m%d%H%M%S%z.mp4","cpu":"1.0","cpu_average":"1","mem":"0.2"},"90":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/nginx","cpu":"0.0","cpu_average":"0","mem":"0.0"},"900":{"cmdline":"frigate.capture:CAM4 ","cpu":"0.9","cpu_average":"0","mem":"1.1"},"901":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM3_sub -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"1.3","cpu_average":"1","mem":"0.3"},"906":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM2_main -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/CAM2@%Y%m%d%H%M%S%z.mp4","cpu":"1.0","cpu_average":"1","mem":"0.2"},"907":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM4_sub -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"1.5","cpu_average":"1","mem":"0.3"},"908":{"cmdline":"frigate.capture:CAM5 ","cpu":"0.8","cpu_average":"0","mem":"1.1"},"913":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM5_sub -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"1.5","cpu_average":"1","mem":"0.3"},"914":{"cmdline":"frigate.capture:CAM6 ","cpu":"0.8","cpu_average":"0","mem":"1.1"},"916":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM3_main -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/CAM3@%Y%m%d%H%M%S%z.mp4","cpu":"1.0","cpu_average":"1","mem":"0.2"},"920":{"cmdline":"frigate.capture:CAM7 ","cpu":"0.8","cpu_average":"0","mem":"1.1"},"921":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM4_main -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/CAM4@%Y%m%d%H%M%S%z.mp4","cpu":"1.0","cpu_average":"0","mem":"0.2"},"922":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM6_sub -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"1.4","cpu_average":"1","mem":"0.3"},"927":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM5_main -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/CAM5@%Y%m%d%H%M%S%z.mp4","cpu":"1.0","cpu_average":"1","mem":"0.2"},"928":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM7_sub -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"1.5","cpu_average":"1","mem":"0.3"},"929":{"cmdline":"frigate.capture:CAM8 ","cpu":"0.8","cpu_average":"0","mem":"1.1"},"934":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM6_main -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/CAM6@%Y%m%d%H%M%S%z.mp4","cpu":"1.0","cpu_average":"1","mem":"0.2"},"935":{"cmdline":"frigate.capture:CAM11","cpu":"0.4","cpu_average":"0","mem":"1.1"},"936":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM8_sub -r 5 -vf fps=5,scale_vaapi=w=1280:h=720:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"1.4","cpu_average":"1","mem":"0.3"},"945":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM7_main -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/CAM7@%Y%m%d%H%M%S%z.mp4","cpu":"1.0","cpu_average":"1","mem":"0.2"},"946":{"cmdline":"frigate.capture:CAM12","cpu":"0.3","cpu_average":"0","mem":"1.1"},"951":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM8_main -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/CAM8@%Y%m%d%H%M%S%z.mp4","cpu":"1.0","cpu_average":"1","mem":"0.2"},"952":{"cmdline":"frigate.audio_manager","cpu":"0.1","cpu_average":"0","mem":"1.3"},"965":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.14.1-f4f3cfa -rtsp_transport tcp -timeout 5000000 -fflags nobuffer -flags low_delay -i rtsp://127.0.0.1:8554/CAM11_main -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/CAM11@%Y%m%d%H%M%S%z.mp4","cpu":"1.6","cpu_average":"1","mem":"0.2"},"97":{"cmdline":"/usr/local/go2rtc/bin/go2rtc -config=/dev/shm/go2rtc.yaml","cpu":"15.1","cpu_average":"15","mem":"0.2"},"983":{"cmdline":"ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1920x2560 -i pipe: -threads 1 -f mpegts -s 540x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.2"},"997":{"cmdline":"ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.2"},"frigate.full_system":{"cpu":"5.9","mem":"23.2"}},"detection_fps":0.2,"detectors":{"coral":{"detection_start":0.0,"inference_speed":6.37,"pid":1005555}},"gpu_usages":{"intel-vaapi":{"gpu":"4.09%","mem":"-%"}},"processes":{"audio_detector":{"pid":952},"go2rtc":{"pid":97},"logger":{"pid":374},"recording":{"pid":742},"review_segment":{"pid":744}},"service":{"last_updated":1735609392,"latest_version":"0.14.1","storage":{"/dev/shm":{"free":850.6,"mount_type":"tmpfs","total":900.0,"used":49.4},"/media/frigate/clips":{"free":1365525.7,"mount_type":"fuseblk","total":1907695.0,"used":542169.3},"/media/frigate/recordings":{"free":1365525.7,"mount_type":"fuseblk","total":1907695.0,"used":542169.3},"/tmp/cache":{"free":840.0,"mount_type":"tmpfs","total":953.7,"used":113.7}},"temperatures":{},"uptime":191137,"version":"0.14.1-f4f3cfa"}} Install methodDocker Compose docker-compose file or Docker CLI commandservices:
frigate:
container_name: frigate
privileged: true # this may not be necessary for all setups
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:stable
shm_size: "900mb" # update for your cameras based on calculation above
devices:
- /dev/bus/usb:/dev/bus/usb # Passes the USB Coral, needs to be modified for other versions
- /dev/dri/renderD128:/dev/dri/renderD128 # For intel hwaccel, needs to be updated for your hardware
volumes:
- /etc/localtime:/etc/localtime:ro
- /home/person/frigate/config:/config
- /media/person/WD_2TB_A1/frigate:/media/frigate
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "8971:8971"
- "5000:5000" # Internal unauthenticated access. Expose carefully.
- "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp
environment:
PLUS_API_KEY: "REDACTED"
FRIGATE_RTSP_PASSWORD: "REDACTED" Object DetectorCoral Network connectionWired Camera make and modelAmcrest IP8M-2779EW-AI Screenshots of the Frigate UI's System metrics pages![]() Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 13 comments 12 replies
-
What specifically makes you think object detection is not running? |
Beta Was this translation helpful? Give feedback.
-
Well I swear I have simply turned object detection on or off to fix it, but it didn't work this time. I also have HASS scripts to turn all cameras off/on (motion, recording, snapshots, object detection) via MQTT that I sometimes use--maybe that was it. Anyways, this time I rebooted Frigate to get it working again. |
Beta Was this translation helpful? Give feedback.
-
In the logs I only notice things about the doorbell camera and, separately, CAM11/CAM12 having non-monotonic timestamps or something. I'm not sure what those issues are (separate concern for me ATM). I would expect they are unrelated to CAM1 having object detection stop since CAM2 was still detecting objects (not a system-wide object detection issue). |
Beta Was this translation helpful? Give feedback.
-
Below are the only logs since this morning and CAM1 is not detecting objects again. This is very interesting though: I went to the motion tuner to see what it was seeing for CAM1 while I walked around and it only saw motion for my head (dark hair on bright background). I lowered the threshold, contour area, and turned off the improve contrast setting. Of course, it saw more motion due to the increased sensitivity. Then I reset it all back to what I had it at (60, 30, on, respectively) originally. I went back to view the camera and it (with the old settings again) was detecting both me and the car in the scene again. I never saved the settings nor restarted Frigate. It may or may not matter, but I do notice the light to dark transition due to a shadow over my car is very distinct. Maybe this passing by affects detectability? See image below. This issue might actually be limited to this camera the more that I think about it.
|
Beta Was this translation helpful? Give feedback.
-
Here’s an example of how turning object detection off and on fixes the issue. ScreenRecording_12-31-2024.16-13-01_1.mov |
Beta Was this translation helpful? Give feedback.
-
Here’s another example video where there are no relevant errors in the logs and turning off and on object detection (in Frigate but not via MQTT) fixes the issue. https://ln5.sync.com/dl/09e6a5f50#juzv5r94-8sxvnkbr-yeyvbkvp-s6ny8qve Or https://mega.nz/file/rI1QXQyZ#iQNaa_JSc6LxPMZU7RyMl8enBlAArEtHYrkP032Kj8o |
Beta Was this translation helpful? Give feedback.
-
@blakeblackshear, the last video summarizes the issue. Any thoughts? |
Beta Was this translation helpful? Give feedback.
-
This is happening approximately daily. Today turning object detection off/on did not resolve it, but adjusting motion tuning parameters and resetting them did. Those seem like the 2 methods to get object detection working again. I don't know why sometimes one method works and other times the other method. Also, it seems like object detection is not the issue as it is not detecting any motion during this time either, from the binary sensor in HASS. I still don't know what is going on, but only for this 1 camera motion detection completely stops (and object detection) until doing these methods to force it working again. Nothing in the log files pertains to this issue. |
Beta Was this translation helpful? Give feedback.
-
CAM1. The timeframe during which i got it working again covered here. |
Beta Was this translation helpful? Give feedback.
-
I now have an automation to run every minute to check the car count on this camera while I'm home and it notifies me when it drops to zero (object detection stops working). Nothing in the logs. System is very undertaxed at 6% CPU. Here's another video clearly showing the issue...I'm at a loss. It's only CAM1 that this is happening to. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Is it possible that ffmpeg errors with another camera could cause this issue with just CAM1? |
Beta Was this translation helpful? Give feedback.
-
This issue is still occurring in v15.0 for CAM1. |
Beta Was this translation helpful? Give feedback.
fixed in #16704