Audio Alarm/Tone in Dahua camera stops working when Frigate is running #15744
-
Describe the problem you are havingHello , I have 7 cameras with Frigate. When Frigate is running the Audio Alarm / Tone for the cameras stop working. Within the Camera's web interface, I get the following error message "Failed to play audio or the existing audio is being played" when audio is played. I have various automation in HA which requires sounding of camera siren when wire trip event occurs. I was hoping if I can get any suggestions, I have no experience in frigate config. The config is assembled from various discussion topics in frigate git hub and frigate docs. I have tried different settings but no success. Please see below camera setting from one of the cameras Version0.15.0-87e7b62 What browser(s) are you using?Edge or Google Chrome Frigate config filedatabase:
path: /config/frigate.db
mqtt:
host: 192.168.188.61
user: mqtt
password: ######
port: 1883
topic_prefix: frigate
client_id: frigate
stats_interval: 300
birdseye:
enabled: true
restream: false # True uses more CPU
width: 1280
height: 720
quality: 1
mode: objects
detectors:
ov:
type: openvino
device: GPU
model:
width: 300
height: 300
input_tensor: nhwc
input_pixel_format: bgr
path: /openvino-model/ssdlite_mobilenet_v2.xml
labelmap_path: /openvino-model/coco_91cl_bkgr.txt
ffmpeg:
global_args: -hide_banner -loglevel warning -threads 2
hwaccel_args:
- -hwaccel
- vaapi
- -vaapi_device
- /dev/dri/renderD128
- -hwaccel_output_format
- yuv420p
output_args:
detect: -threads 2 -f rawvideo -pix_fmt yuv420p
record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -tag:v hvc1
go2rtc:
streams:
Drive_Way:
# - rtsp://##:######@10.1.1.65:554/live0
# - ffmpeg:Drive_Way#audio=aac
- rtsp://##:######@10.1.1.65:554/cam/realmonitor?channel=1&subtype=0
Drive_Way_Sub:
- rtsp://##:######@10.1.1.65:554/cam/realmonitor?channel=1&subtype=2
Main_Door:
# - rtsp://##:######@10.1.1.66:554/live0
# - ffmpeg:Main_Door#audio=aac
- rtsp://##:######@10.1.1.66:554/cam/realmonitor?channel=1&subtype=0
Main_Door_Sub:
- rtsp://##:######@10.1.1.66:554/cam/realmonitor?channel=1&subtype=2
Side_Door:
# - rtsp://##:######@10.1.1.200:554/live0
# - ffmpeg:Side_Door#audio=aac
- rtsp://##:######@10.1.1.68:554/cam/realmonitor?channel=1&subtype=0
Side_Door_Sub:
- rtsp://##:######@10.1.1.68:554/cam/realmonitor?channel=1&subtype=2
Garden:
# - rtsp://##:######@10.1.1.67:554/live0
# - ffmpeg:Garden#audio=aac
- rtsp://##:######@10.1.1.67:554/cam/realmonitor?channel=1&subtype=0
Garden_Sub:
- rtsp://##:######@10.1.1.67:554/cam/realmonitor?channel=1&subtype=2
Main_Bed_Room:
# - rtsp://##:######@10.1.1.201:554/live0
# - ffmpeg:Main_Bed_Room#audio=aac
- rtsp://##:######@10.1.1.69:554/cam/realmonitor?channel=1&subtype=0
Main_Bed_Room_Sub:
- rtsp://##:######@10.1.1.69:554/cam/realmonitor?channel=1&subtype=2
Garage_Back_Door:
# - rtsp://##:######@10.1.1.70:554/live0
# - ffmpeg:Garage_Back_Door#audio=aac
- rtsp://##:######@10.1.1.70:554/cam/realmonitor?channel=1&subtype=0
Garage_Back_Door_Sub:
- rtsp://##:######@10.1.1.70:554/cam/realmonitor?channel=1&subtype=2
Meter_Box:
# - rtsp://##:#######@10.1.1.71:554/live0
# - ffmpeg:Meter_Box#audio=aac
- rtsp://##:######@10.1.1.71:554/cam/realmonitor?channel=1&subtype=0
Meter_Box_Sub:
- rtsp://##:#######@10.1.1.71:554/cam/realmonitor?channel=1&subtype=2
##############################################
##############################################
cameras:
#####################################
Drive_Way: # <------ Name the camera ########################################
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Drive_Way
input_args: preset-rtsp-generic #preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/Drive_Way_Sub
input_args: preset-rtsp-generic #preset-rtsp-restream
roles:
- detect
detect:
width: 1920
height: 1080
fps: 5
annotation_offset: -800
objects:
track:
- person
- dog
- bicycle
- cat
- car
filters:
person:
min_score: 0.85
threshold: 0.9
record: # what you want Frigate to record
enabled: true
retain:
days: 5
mode: all
alerts:
retain:
days: 30
detections:
retain:
days: 5
snapshots:
enabled: true
retain:
default: 15
crop: true
height: 500
bounding_box: true
motion:
mask:
- 0,0.319,0,0,1,0,1,0.082,0.779,0.189,0.63,0.168,0.41,0.177,0.409,0.128,0.299,0.136,0.303,0.198,0.166,0.277
- 0.706,0.314,0.856,0.29,0.896,0.27,0.945,0.244,1,0.252,1,0.358,1,0.517,0.949,0.568,0.879,0.599,0.82,0.594,0.729,0.548,0.738,0.443,0.713,0.423
- 0.071,0.364,0.256,0.297,0.329,0.528,0.317,0.671,0.284,0.682,0.336,1,0.08,1,0.055,0.739,0.033,0.604,0.076,0.507
zones:
DW-Mailbox_Inwards:
coordinates: 0.283,0.679,0.665,0.526,1,0.838,1,0.999,0.339,1
inertia: 3
loitering_time: 0
DW-Street_inwards:
coordinates:
0.225,0.358,0.251,0.485,0.725,0.312,0.843,0.288,0.644,0.221,0.55,0.198,0.473,0.243,0.481,0.268
inertia: 3
loitering_time: 0
DW-Mailbox_grass_area:
coordinates: 0.489,0.398,0.631,0.536,0.67,0.523,0.676,0.442,0.715,0.424,0.704,0.318
inertia: 3
loitering_time: 0
DW_mailbox-outwards:
coordinates: 0.249,0.483,0.284,0.68,0.63,0.534,0.489,0.395
loitering_time: 0
review:
alerts:
required_zones:
- DW-Mailbox_Inwards
- DW-Street_inwards
- DW-Mailbox_grass_area
- DW_mailbox-outwards
Main_Door: # <------ Name the camera ########################################
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Main_Door
input_args: preset-rtsp-generic #preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/Main_Door_Sub
input_args: preset-rtsp-generic #preset-rtsp-restream
roles:
- detect
detect:
width: 1920
height: 1080
fps: 5
annotation_offset: -800
objects:
track:
- person
- dog
- cat
filters:
person:
min_score: 0.85
threshold: 0.9
record: # what you want Frigate to record
enabled: true
retain:
days: 5
mode: all
alerts:
retain:
days: 30
detections:
retain:
days: 5
snapshots:
enabled: true
retain:
default: 15
crop: true
height: 500
bounding_box: true
motion:
mask:
- 0.382,0,1,0,1,0.177,0.385,0.168
- 0.394,0.442,0.449,0.425,0.498,0.428,0.494,0.566,0.533,0.639,0.509,0.763,0.53,0.841,0.524,0.948,0.466,0.949,0.368,0.974,0.322,0.698,0.399,0.696,0.414,0.616
- 0.217,0.358,0.271,0.344,0.266,0.437,0.265,0.498,0.269,0.56,0.234,0.577
- 0.531,0.271,0.623,0.233,0.747,0.173,0.84,0.173,0.999,0.305,1,0.862,0.873,0.82,0.664,0.591,0.541,0.487
zones:
MD-Front_door:
coordinates: 0.056,0.593,0.183,0.54,0.202,0.662,0.241,0.652,0.402,0.951,0.348,1,0.135,1
inertia: 3
loitering_time: 0
MD-StreetInOut:
coordinates: 0.382,0.132,0.388,0.488,0.535,0.417,0.528,0.129
inertia: 3
loitering_time: 0
MD-From_driveway:
coordinates:
0.391,0.487,0.545,0.415,0.548,0.466,0.538,0.518,0.586,0.577,0.736,0.692,0.909,0.91,0.975,0.982,0.979,0.999,0.358,0.997,0.411,0.942,0.41,0.906,0.407,0.847,0.405,0.786
inertia: 3
loitering_time: 0
review:
alerts:
required_zones:
- MD-Front_door
- MD-StreetInOut
- MD-From_driveway
Side_Door: # <------ Name the camera ########################################
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Side_Door
input_args: preset-rtsp-generic #preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/Side_Door_Sub
input_args: preset-rtsp-generic #preset-rtsp-restream
roles:
- detect
detect:
width: 1920
height: 1080
fps: 5
objects:
track:
- person
- dog
- cat
filters:
person:
min_score: 0.85
threshold: 0.9
dog:
mask: 0.305,0.084,0.5,0.047,0.51,0.404,0.323,0.413
cat:
mask: 0.307,0.098,0.5,0.057,0.508,0.409,0.326,0.419
record: # what you want Frigate to record
enabled: true
retain:
days: 5
mode: all
alerts:
retain:
days: 30
detections:
retain:
days: 5
snapshots:
enabled: true
retain:
default: 15
crop: true
height: 500
bounding_box: true
motion:
mask:
0.587,0,0.803,0,1,0,0.999,0.202,0.997,0.719,0.845,0.425,0.857,0.174,0.858,0.098,0.588,0.079
zones:
SD-Front_gate:
coordinates: 0.59,0.082,0.769,0.102,0.768,0.36,0.741,0.68,0.612,0.673,0.612,0.481,0.595,0.459
inertia: 3
loitering_time: 0
SD-Patio:
coordinates:
0.612,0.692,0.746,0.689,0.758,0.744,0.805,0.744,0.865,1,0.245,0.999,0.282,0.818,0.605,0.861
inertia: 3
loitering_time: 0
SD-Floor_area:
coordinates: 0.819,0.643,0.874,0.628,0.997,0.997,0.867,0.996,0.805,0.736
inertia: 3
loitering_time: 0
review:
alerts:
required_zones:
- SD-Front_gate
- SD-Patio
- SD-Floor_area
Garden: # <------ Name the camera ########################################
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Garden
input_args: preset-rtsp-generic #preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/Garden_Sub
input_args: preset-rtsp-generic #preset-rtsp-restream
roles:
- detect
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
- dog
- cat
filters:
person:
min_score: 0.85
threshold: 0.9
record: # what you want Frigate to record
enabled: true
retain:
days: 3
mode: all
alerts:
retain:
days: 30
detections:
retain:
days: 3
snapshots:
enabled: true
retain:
default: 15
crop: true
height: 500
bounding_box: true
motion:
mask:
- 0.002,0,0.002,0.902,0.164,0.588,0.423,0.239,0.46,0.223,0.531,0.203,0.532,0,0.345,0
- 0.605,0.044,0.705,0,0.997,0,0.997,0.997,0.802,0.999,0.619,0.332
zones:
GDN-Veggie_patch:
coordinates:
0.318,0.162,0.314,0.36,0.39,0.264,0.454,0.216,0.506,0.206,0.452,0.184,0.349,0.156
inertia: 3
loitering_time: 0
GDN-Concrete:
coordinates: 0.168,0.762,0.067,1,0.797,1,0.732,0.789,0.434,0.807
inertia: 3
loitering_time: 0
GDN-Grass:
coordinates:
0.161,0.751,0.284,0.505,0.348,0.388,0.394,0.311,0.453,0.262,0.487,0.25,0.519,0.246,0.556,0.254,0.6,0.256,0.618,0.335,0.732,0.784,0.437,0.8
inertia: 3
loitering_time: 0
review:
alerts:
required_zones:
- GDN-Veggie_patch
- GDN-Concrete
- GDN-Grass
Main_Bed_Room: # <------ Name the camera ########################################
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Main_Bed_Room
input_args: preset-rtsp-generic #preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/Main_Bed_Room_Sub
input_args: preset-rtsp-generic #preset-rtsp-restream
roles:
- detect
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
- dog
- cat
filters:
person:
min_score: 0.85
threshold: 0.9
record: # what you want Frigate to record
enabled: true
retain:
days: 3
mode: all
alerts:
retain:
days: 30
detections:
retain:
days: 3
snapshots:
enabled: true
retain:
default: 15
crop: true
height: 500
bounding_box: true
motion:
mask:
- 0.002,0.001,1,0,1,0.111,0.425,0.087,0.42,0.194,0.219,0.248,0.212,0.197,0,0.234
- 0.451,0.195,0.446,0.374,0.556,0.427,0.561,0.347,0.567,0.184
zones:
MBR-Far:
coordinates:
0.615,0.303,0.562,0.347,0.553,0.514,0.871,0.768,0.926,0.496,0.886,0.342,0.891,0.234,0.654,0.175
inertia: 3
loitering_time: 0
MBR-Patio:
coordinates:
0.211,0.564,0.001,0.706,0,0.999,0.345,0.999,0.793,1,0.868,0.791,0.732,0.648,0.55,0.518,0.469,0.526,0.242,0.537
inertia: 3
loitering_time: 0
review:
alerts:
required_zones:
- MBR-Far
- MBR-Patio
Garage_Back_Door: # <------ Name the camera ########################################
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Garage_Back_Door
input_args: preset-rtsp-generic #preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/Garage_Back_Door_Sub
input_args: preset-rtsp-generic #preset-rtsp-restream
roles:
- detect
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
- dog
- cat
filters:
person:
min_score: 0.85
threshold: 0.9
record: # what you want Frigate to record
enabled: true
retain:
days: 3
mode: all
alerts:
retain:
days: 30
detections:
retain:
days: 3
snapshots:
enabled: true
retain:
default: 15
crop: true
height: 500
bounding_box: true
motion:
mask:
- 0.419,1,0.458,1,0.541,0.135,0.571,0.13,0.568,0,0.291,0
- 0.648,0,0.596,0,0.718,0.677,0.83,0.592,0.814,0.256,0.84,0.186,0.795,0.131
zones:
GBD-Floor_area:
coordinates: 0.545,0.135,0.619,0.12,0.639,0.237,0.72,0.68,0.775,0.638,0.824,1,0.461,1
inertia: 3
loitering_time: 0
review:
alerts:
required_zones: GBD-Floor_area
Meter_Box: # <------ Name the camera ########################################
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Meter_Box
input_args: preset-rtsp-generic #preset-rtsp-restream
roles:
- record
- path: rtsp://127.0.0.1:8554/Meter_Box_Sub
input_args: preset-rtsp-generic #preset-rtsp-restream
roles:
- detect
detect:
width: 1920
height: 1080
fps: 5
objects:
track:
- person
- dog
- cat
- car
filters:
person:
min_score: 0.85
threshold: 0.9
mask:
0.563,0.303,0.576,0.301,0.565,0.219,0.569,0.181,0.581,0.145,0.536,0.147,0.545,0.18,0.55,0.213
cat:
mask: 0,0,0.275,0,0.286,0.207,0.006,0.314
dog:
mask: 0,0,0.275,0,0.286,0.207,0.006,0.314
car: {}
record: # what you want Frigate to record
enabled: true
retain:
days: 5
mode: all
alerts:
retain:
days: 30
detections:
retain:
days: 5
snapshots:
enabled: true
retain:
default: 15
crop: true
height: 500
bounding_box: true
motion:
mask:
- 0.007,0.312,0.204,0.243,0.218,0.373,0.027,0.51
- 0.239,0.366,0.201,0.138,0.253,0.093,0.325,0.063,0.372,0.041,0.422,0.039,0.453,0.041,0.457,0.097,0.46,0.208,0.426,0.279
- 0.633,0.003,0.59,0.063,0.582,0.106,0.633,0.074,0.657,0.083,0.666,0.128,0.631,0.132,0.614,0.107,0.618,0.151,0.591,0.179,0.513,0.188,0.508,0.15,0.476,0.153,0.468,0.115,0.465,0.066,0.464,0.038,0.448,0.027,0.425,0.021,0.425,0.004
- 0.049,0.067,0.119,0.066,0.142,0.132,0.144,0.194,0.098,0.232,0.079,0.228,0.049,0.212,0.028,0.245,0.023,0.269,0,0.278,0.002,0.067
zones:
MtrB-Floor_area:
coordinates: 0.171,0.709,0.376,0.714,0.499,0.796,0.331,0.997,0.182,1,0.149,0.902,0.113,0.773
inertia: 3
loitering_time: 0
objects:
- cat
- dog
- person
MtrB-Street_inwards:
coordinates: 0.587,0.187,0.471,0.199,0.425,0.285,0.589,0.321,0.755,0.347,0.755,0.196
inertia: 3
loitering_time: 0
objects:
- cat
- dog
- person
MtrB-GrnPatch:
coordinates:
0.427,0.285,0.534,0.308,0.628,0.33,0.705,0.339,0.758,0.347,0.751,0,1,0,1,0.921,0.593,0.697,0.365,0.59,0.242,0.586,0.15,0.593,0.159,0.634,0.067,0.73,0.047,0.625,0.026,0.515,0.223,0.374
loitering_time: 0
objects:
- cat
- dog
- person
inertia: 3
review:
alerts:
required_zones:
- MtrB-Floor_area
- MtrB-Street_inwards
version: 0.15-0
camera_groups:
Front_Cameras:
order: 1
icon: LuArrowsUpFromLine
cameras:
- Drive_Way
- Main_Door
- Meter_Box
Back_Cameras:
order: 2
icon: LuArrowDownToDot
cameras:
- Garden
- Main_Bed_Room
- Garage_Back_Door
Side_door:
order: 3
icon: LuArrowBigRightDash
cameras: Side_Door
semantic_search:
enabled: true
reindex: false
model_size: large Relevant Frigate log output2024-12-31 06:02:54.340580352 [2024-12-31 06:02:54] frigate.video ERROR : Side_Door: Unable to read frames from ffmpeg process.
2024-12-31 06:02:54.340917456 [2024-12-31 06:02:54] frigate.video ERROR : Side_Door: ffmpeg process is not running. exiting capture thread...
2024-12-31 06:02:56.202347819 [2024-12-31 06:02:56] watchdog.Side_Door ERROR : Ffmpeg process crashed unexpectedly for Side_Door.
2024-12-31 06:02:56.202372448 [2024-12-31 06:02:56] watchdog.Side_Door ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-31 06:02:56.202405969 [2024-12-31 06:02:56] ffmpeg.Side_Door.detect ERROR : [in#0/rtsp @ 0x5efbea850d40] Error during demuxing: Connection timed out
2024-12-31 06:02:56.237653221 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [segment @ 0x629c55b69c00] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
2024-12-31 06:02:56.237762302 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.237812615 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 41186702, current: 41186702; changing to 41186703. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.237858237 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 41186703, current: 41186703; changing to 41186704. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.237899087 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 41186704, current: 41186704; changing to 41186705. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.237944422 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 404962219, current: 404962219; changing to 404962220. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.237964603 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 410353196, current: 410353196; changing to 410353197. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.237997946 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 411200427, current: 411200427; changing to 411200428. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.238067477 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 412201716, current: 412201716; changing to 412201717. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.238108853 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 412278732, current: 412278732; changing to 412278733. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.238148886 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 412433108, current: 412433108; changing to 412433109. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.238197562 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 413279846, current: 413279846; changing to 413279847. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.238224352 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 414512306, current: 414512306; changing to 414512307. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.238247824 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 417465031, current: 417465031; changing to 417465032. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.238271152 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 421726267, current: 421726267; changing to 421726268. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.238294018 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 421983611, current: 421983611; changing to 421983612. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.238317014 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 431584183, current: 431584183; changing to 431584184. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.238340073 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 446628751, current: 446628751; changing to 446628752. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.238362776 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 451079357, current: 451079357; changing to 451079358. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.238388032 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [vost#0:0/copy @ 0x629c55b6a080] Non-monotonic DTS; previous: 451448106, current: 451448106; changing to 451448107. This may result in incorrect timestamps in the output file.
2024-12-31 06:02:56.238412446 [2024-12-31 06:02:56] ffmpeg.Side_Door.record ERROR : [in#0/rtsp @ 0x629c55b36e80] Error during demuxing: Connection timed out
2024-12-31 06:02:56.238436500 [2024-12-31 06:02:56] watchdog.Side_Door INFO : Terminating the existing ffmpeg process...
2024-12-31 06:02:56.238474400 [2024-12-31 06:02:56] watchdog.Side_Door INFO : Waiting for ffmpeg to exit gracefully...
2024-12-31 06:03:01.337242527 [2024-12-31 06:03:01] frigate.video ERROR : Side_Door: Unable to read frames from ffmpeg process.
2024-12-31 06:03:01.337754452 [2024-12-31 06:03:01] frigate.video ERROR : Side_Door: ffmpeg process is not running. exiting capture thread...
2024-12-31 06:03:06.243496917 [2024-12-31 06:03:06] watchdog.Side_Door ERROR : Ffmpeg process crashed unexpectedly for Side_Door.
2024-12-31 06:03:06.243566543 [2024-12-31 06:03:06] watchdog.Side_Door ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-12-31 06:03:06.243689695 [2024-12-31 06:03:06] ffmpeg.Side_Door.detect ERROR : [in#0 @ 0x622bf1bc8d40] Error opening input: Invalid data found when processing input
2024-12-31 06:03:06.243831162 [2024-12-31 06:03:06] ffmpeg.Side_Door.detect ERROR : Error opening input file rtsp://127.0.0.1:8554/Side_Door_Sub.
2024-12-31 06:03:06.243955948 [2024-12-31 06:03:06] ffmpeg.Side_Door.detect ERROR : Error opening input files: Invalid data found when processing input
2024-12-31 06:03:06.254373818 [2024-12-31 06:03:06] ffmpeg.Side_Door.record ERROR : [in#0 @ 0x5aa8eb047e80] Error opening input: Invalid data found when processing input
2024-12-31 06:03:06.254426911 [2024-12-31 06:03:06] ffmpeg.Side_Door.record ERROR : Error opening input file rtsp://127.0.0.1:8554/Side_Door.
2024-12-31 06:03:06.254463057 [2024-12-31 06:03:06] ffmpeg.Side_Door.record ERROR : Error opening input files: Invalid data found when processing input
2024-12-31 06:03:06.254552492 [2024-12-31 06:03:06] watchdog.Side_Door INFO : Terminating the existing ffmpeg process...
2024-12-31 06:03:06.254563018 [2024-12-31 06:03:06] watchdog.Side_Door INFO : Waiting for ffmpeg to exit gracefully... Relevant go2rtc log output2024-12-30 20:06:21.896836682 20:06:21.896 INF [webrtc] listen addr=:8555/tcp
2024-12-30 20:06:31.123452862 [INFO] Starting go2rtc healthcheck service...
2024-12-31 04:44:26.896847163 04:44:26.891 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 10.1.1.83:45040->10.1.1.67:554: i/o timeout" url=rtsp://##:######@10.1.1.67:554/cam/realmonitor?channel=1&subtype=2
2024-12-31 04:44:31.508768674 04:44:31.508 WRN [rtsp] error="streams: read tcp 10.1.1.83:38488->10.1.1.67:554: i/o timeout" stream=Garden
2024-12-31 04:44:32.040632755 04:44:32.040 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 10.1.1.83:38502->10.1.1.67:554: i/o timeout" url=rtsp://##:######@10.1.1.67:554/cam/realmonitor?channel=1&subtype=2
2024-12-31 04:44:39.490590437 04:44:39.490 WRN [rtsp] error="streams: dial tcp 10.1.1.67:554: i/o timeout" stream=Garden_Sub
2024-12-31 04:44:39.507535842 04:44:39.507 WRN [rtsp] error="streams: dial tcp 10.1.1.67:554: i/o timeout" stream=Garden
2024-12-31 04:44:49.526527242 04:44:49.526 WRN [rtsp] error="streams: dial tcp 10.1.1.67:554: i/o timeout" stream=Garden_Sub
2024-12-31 04:44:49.530677746 04:44:49.530 WRN [rtsp] error="streams: dial tcp 10.1.1.67:554: i/o timeout" stream=Garden
2024-12-31 04:44:59.546676260 04:44:59.546 WRN [rtsp] error="streams: dial tcp 10.1.1.67:554: i/o timeout" stream=Garden_Sub
2024-12-31 04:44:59.554249822 04:44:59.554 WRN [rtsp] error="streams: dial tcp 10.1.1.67:554: i/o timeout" stream=Garden
2024-12-31 04:45:09.569744871 04:45:09.569 WRN [rtsp] error="streams: dial tcp 10.1.1.67:554: i/o timeout" stream=Garden_Sub
2024-12-31 04:45:09.577361445 04:45:09.577 WRN [rtsp] error="streams: dial tcp 10.1.1.67:554: i/o timeout" stream=Garden
2024-12-31 04:45:16.609042093 04:45:16.608 WRN [rtsp] error="streams: dial tcp 10.1.1.67:554: connect: connection refused" stream=Garden
2024-12-31 04:45:16.609069746 04:45:16.608 WRN [rtsp] error="streams: dial tcp 10.1.1.67:554: connect: connection refused" stream=Garden_Sub
2024-12-31 04:45:26.616287336 04:45:26.616 WRN [rtsp] error="streams: dial tcp 10.1.1.67:554: connect: connection refused" stream=Garden_Sub
2024-12-31 04:45:26.628965148 04:45:26.628 WRN [rtsp] error="streams: dial tcp 10.1.1.67:554: connect: connection refused" stream=Garden
2024-12-31 04:45:36.641447275 04:45:36.641 WRN [rtsp] error="streams: dial tcp 10.1.1.67:554: connect: connection refused" stream=Garden_Sub
2024-12-31 04:45:36.649330742 04:45:36.649 WRN [rtsp] error="streams: dial tcp 10.1.1.67:554: connect: connection refused" stream=Garden
2024-12-31 04:45:46.668196756 04:45:46.668 WRN [rtsp] error="streams: dial tcp 10.1.1.67:554: connect: connection refused" stream=Garden_Sub
2024-12-31 04:45:46.677200956 04:45:46.677 WRN [rtsp] error="streams: dial tcp 10.1.1.67:554: connect: connection refused" stream=Garden
2024-12-31 04:45:56.695339003 04:45:56.695 WRN [rtsp] error="streams: dial tcp 10.1.1.67:554: connect: connection refused" stream=Garden_Sub
2024-12-31 04:45:56.704965446 04:45:56.704 WRN [rtsp] error="streams: dial tcp 10.1.1.67:554: connect: connection refused" stream=Garden
2024-12-31 05:03:19.349703717 05:03:19.349 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 10.1.1.83:40062->10.1.1.70:554: i/o timeout" url=rtsp://##:######@10.1.1.70:554/cam/realmonitor?channel=1&subtype=2
2024-12-31 05:03:38.672548149 05:03:38.672 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 10.1.1.83:57158->10.1.1.69:554: i/o timeout" url=rtsp://##:######@10.1.1.69:554/cam/realmonitor?channel=1&subtype=2
2024-12-31 05:03:43.767441315 05:03:43.767 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 10.1.1.83:52144->10.1.1.69:554: i/o timeout" url=rtsp://##:######@10.1.1.69:554/cam/realmonitor?channel=1&subtype=2
2024-12-31 05:03:56.178513172 05:03:56.178 WRN [rtsp] error="streams: read tcp 10.1.1.83:51216->10.1.1.69:554: i/o timeout" stream=Main_Bed_Room_Sub
2024-12-31 05:04:06.196402256 05:04:06.196 WRN [rtsp] error="streams: read tcp 10.1.1.83:56680->10.1.1.69:554: i/o timeout" stream=Main_Bed_Room_Sub
2024-12-31 05:04:16.218114072 05:04:16.217 WRN [rtsp] error="streams: read tcp 10.1.1.83:46674->10.1.1.69:554: i/o timeout" stream=Main_Bed_Room_Sub
2024-12-31 05:04:20.934573236 05:04:20.934 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 10.1.1.83:37182->10.1.1.66:554: i/o timeout" url=rtsp://##:######@10.1.1.66:554/cam/realmonitor?channel=1&subtype=2
2024-12-31 05:07:04.197490125 05:07:04.197 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 10.1.1.83:39034->10.1.1.67:554: i/o timeout" url=rtsp://##:######@10.1.1.67:554/cam/realmonitor?channel=1&subtype=2
2024-12-31 05:49:45.390510454 05:49:45.390 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 10.1.1.83:46660->10.1.1.66:554: i/o timeout" url=rtsp://##:######@10.1.1.66:554/cam/realmonitor?channel=1&subtype=2
2024-12-31 05:49:53.917770520 05:49:53.917 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 10.1.1.83:42036->10.1.1.69:554: i/o timeout" url=rtsp://##:######@10.1.1.69:554/cam/realmonitor?channel=1&subtype=2
2024-12-31 05:49:56.190025112 05:49:56.189 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 10.1.1.83:54918->10.1.1.70:554: i/o timeout" url=rtsp://##:######@10.1.1.70:554/cam/realmonitor?channel=1&subtype=2
2024-12-31 05:49:59.026038338 05:49:59.025 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 10.1.1.83:44760->10.1.1.69:554: i/o timeout" url=rtsp://##:######@10.1.1.69:554/cam/realmonitor?channel=1&subtype=2
2024-12-31 05:50:01.284554952 05:50:01.284 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 10.1.1.83:59508->10.1.1.70:554: i/o timeout" url=rtsp://##:######@10.1.1.70:554/cam/realmonitor?channel=1&subtype=2
2024-12-31 06:02:49.060947654 06:02:49.060 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 10.1.1.83:53848->10.1.1.68:554: i/o timeout" url=rtsp://##:######@10.1.1.68:554/cam/realmonitor?channel=1&subtype=2
2024-12-31 06:02:49.119420409 06:02:49.119 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 10.1.1.83:53842->10.1.1.68:554: i/o timeout" url=rtsp://##:######@10.1.1.68:554/cam/realmonitor?channel=1&subtype=0
2024-12-31 06:02:54.169389899 06:02:54.169 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 10.1.1.83:35544->10.1.1.68:554: i/o timeout" url=rtsp://##:######@10.1.1.68:554/cam/realmonitor?channel=1&subtype=2
2024-12-31 06:02:54.203732725 06:02:54.203 WRN github.com/AlexxIT/go2rtc/internal/streams/producer.go:170 > error="read tcp 10.1.1.83:35560->10.1.1.68:554: i/o timeout" url=rtsp://##:######@10.1.1.68:554/cam/realmonitor?channel=1&subtype=0 FFprobe output from your camera[{"return_code":0,"stderr":"","stdout":{"programs":[],"stream_groups":[],"streams":[{"codec_long_name":"H.265 / HEVC (High Efficiency Video Coding)","width":3840,"height":2160,"avg_frame_rate":"25/1"},{"codec_long_name":"AAC (Advanced Audio Coding)","avg_frame_rate":"0/0"}]}},{"return_code":0,"stderr":"","stdout":{"programs":[],"stream_groups":[],"streams":[{"codec_long_name":"H.265 / HEVC (High Efficiency Video Coding)","width":1920,"height":1080,"avg_frame_rate":"5/1"}]}}] Frigate stats{
"cameras": {
"Drive_Way": {
"camera_fps": 5.1,
"process_fps": 5,
"skipped_fps": 0,
"detection_fps": 13.9,
"detection_enabled": true,
"pid": 432,
"capture_pid": 521,
"ffmpeg_pid": 525,
"audio_rms": 0,
"audio_dBFS": 0
},
"Main_Door": {
"camera_fps": 5,
"process_fps": 2.6,
"skipped_fps": 2.2,
"detection_fps": 19.2,
"detection_enabled": true,
"pid": 439,
"capture_pid": 524,
"ffmpeg_pid": 529,
"audio_rms": 0,
"audio_dBFS": 0
},
"Side_Door": {
"camera_fps": 5.1,
"process_fps": 4.3,
"skipped_fps": 0.7,
"detection_fps": 14.4,
"detection_enabled": true,
"pid": 448,
"capture_pid": 528,
"ffmpeg_pid": 407609,
"audio_rms": 0,
"audio_dBFS": 0
},
"Garden": {
"camera_fps": 5.1,
"process_fps": 3.7,
"skipped_fps": 1.1,
"detection_fps": 12.8,
"detection_enabled": true,
"pid": 462,
"capture_pid": 543,
"ffmpeg_pid": 354730,
"audio_rms": 0,
"audio_dBFS": 0
},
"Main_Bed_Room": {
"camera_fps": 5,
"process_fps": 3.8,
"skipped_fps": 1,
"detection_fps": 11.6,
"detection_enabled": true,
"pid": 476,
"capture_pid": 546,
"ffmpeg_pid": 398636,
"audio_rms": 0,
"audio_dBFS": 0
},
"Garage_Back_Door": {
"camera_fps": 5.1,
"process_fps": 4.3,
"skipped_fps": 0.5,
"detection_fps": 13.1,
"detection_enabled": true,
"pid": 490,
"capture_pid": 551,
"ffmpeg_pid": 398634,
"audio_rms": 0,
"audio_dBFS": 0
},
"Meter_Box": {
"camera_fps": 5.1,
"process_fps": 1.4,
"skipped_fps": 3.5,
"detection_fps": 21.7,
"detection_enabled": true,
"pid": 505,
"capture_pid": 557,
"ffmpeg_pid": 571,
"audio_rms": 0,
"audio_dBFS": 0
}
},
"detectors": {
"ov": {
"inference_speed": 8.76,
"detection_start": 1735599551.564656,
"pid": 372
}
},
"detection_fps": 106.7,
"gpu_usages": {
"error-gpu": {
"gpu": "",
"mem": ""
}
},
"cpu_usages": {
"1": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "/package/admin/s6/command/s6-svscan -d4 -- /run/service"
},
"10": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "s6-supervise s6-linux-init-shutdownd"
},
"12": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "/package/admin/s6-linux-init/command/s6-linux-init-shutdownd -c /run/s6/basedir -g 3000 -C -B"
},
"19": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "s6-supervise certsync"
},
"20": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "s6-supervise certsync-log"
},
"21": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "s6-supervise s6rc-oneshot-runner"
},
"22": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "s6-supervise go2rtc-healthcheck"
},
"23": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "s6-supervise go2rtc"
},
"24": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "s6-supervise nginx-log"
},
"25": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "s6-supervise go2rtc-log"
},
"26": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "s6-supervise frigate"
},
"27": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "s6-supervise nginx"
},
"28": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "s6-supervise s6rc-fdholder"
},
"29": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "s6-supervise frigate-log"
},
"40": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "/package/admin/s6-2.11.3.2/command/s6-fdholderd -1 -i data/rules"
},
"41": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"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 ../.. --"
},
"81": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/nginx"
},
"83": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/go2rtc"
},
"84": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/frigate"
},
"85": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/certsync"
},
"93": {
"cpu": "134.1",
"cpu_average": "32",
"mem": "0.7",
"cmdline": "/config/go2rtc -config=/dev/shm/go2rtc.yaml"
},
"101": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "bash ./run.user go2rtc-healthcheck"
},
"102": {
"cpu": "7.3",
"cpu_average": "3",
"mem": "7.0",
"cmdline": "python3 -u -m frigate"
},
"113": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "nginx: master process nginx"
},
"171": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "nginx: worker process"
},
"172": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "nginx: worker process"
},
"173": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "nginx: worker process"
},
"174": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "nginx: worker process"
},
"180": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "nginx: cache manager process"
},
"316": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "bash ./run.user certsync"
},
"356": {
"cpu": "1.5",
"cpu_average": "1",
"mem": "1.0",
"cmdline": "frigate.recording_manager"
},
"358": {
"cpu": "0.6",
"cpu_average": "0",
"mem": "0.3",
"cmdline": "frigate.review_segment_manager"
},
"372": {
"cpu": "82.9",
"cpu_average": "11",
"mem": "0.3",
"cmdline": "frigate.detector.ov "
},
"374": {
"cpu": "0.3",
"cpu_average": "0",
"mem": "0.5",
"cmdline": "frigate.embeddings_manager"
},
"394": {
"cpu": "6.9",
"cpu_average": "3",
"mem": "0.4",
"cmdline": "frigate.output "
},
"401": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.3",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"
},
"408": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.1",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"
},
"415": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"
},
"431": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/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:"
},
"432": {
"cpu": "18.7",
"cpu_average": "2",
"mem": "0.6",
"cmdline": "frigate.process:Drive_Way"
},
"439": {
"cpu": "16.8",
"cpu_average": "4",
"mem": "0.4",
"cmdline": "frigate.process:Main_Door"
},
"445": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/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:"
},
"448": {
"cpu": "13.6",
"cpu_average": "1",
"mem": "0.5",
"cmdline": "frigate.process:Side_Door"
},
"462": {
"cpu": "11.4",
"cpu_average": "1",
"mem": "0.4",
"cmdline": "frigate.process:Garden"
},
"470": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/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:"
},
"476": {
"cpu": "11.5",
"cpu_average": "0",
"mem": "0.5",
"cmdline": "frigate.process:Main_Bed_Room"
},
"490": {
"cpu": "12.8",
"cpu_average": "4",
"mem": "0.4",
"cmdline": "frigate.process:Garage_Back_Door"
},
"493": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1920x1080 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:"
},
"505": {
"cpu": "30.9",
"cpu_average": "4",
"mem": "0.5",
"cmdline": "frigate.process:Meter_Box"
},
"508": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -threads 1 -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -threads 1 -f mpegts -s 1280x720 -codec:v mpeg1video -q 1 -bf 0 pipe:"
},
"521": {
"cpu": "1.7",
"cpu_average": "1",
"mem": "0.3",
"cmdline": "frigate.capture:Drive_Way"
},
"524": {
"cpu": "1.6",
"cpu_average": "1",
"mem": "0.7",
"cmdline": "frigate.capture:Main_Door"
},
"525": {
"cpu": "3.1",
"cpu_average": "2",
"mem": "0.3",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -hwaccel_output_format yuv420p -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/Drive_Way_Sub -r 5 -vf fps=5,scale=1920:1080 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"
},
"528": {
"cpu": "1.6",
"cpu_average": "1",
"mem": "0.4",
"cmdline": "frigate.capture:Side_Door"
},
"529": {
"cpu": "3.1",
"cpu_average": "2",
"mem": "0.3",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -hwaccel_output_format yuv420p -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/Main_Door_Sub -r 5 -vf fps=5,scale=1920:1080 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"
},
"535": {
"cpu": "1.6",
"cpu_average": "1",
"mem": "0.1",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/Drive_Way -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -tag:v hvc1 /tmp/cache/Drive_Way@%Y%m%d%H%M%S%z.mp4"
},
"538": {
"cpu": "1.8",
"cpu_average": "1",
"mem": "0.1",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/Main_Door -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -tag:v hvc1 /tmp/cache/Main_Door@%Y%m%d%H%M%S%z.mp4"
},
"543": {
"cpu": "0.9",
"cpu_average": "0",
"mem": "0.4",
"cmdline": "frigate.capture:Garden"
},
"546": {
"cpu": "0.8",
"cpu_average": "0",
"mem": "0.4",
"cmdline": "frigate.capture:Main_Bed_Room"
},
"551": {
"cpu": "0.8",
"cpu_average": "0",
"mem": "0.3",
"cmdline": "frigate.capture:Garage_Back_Door"
},
"557": {
"cpu": "1.6",
"cpu_average": "1",
"mem": "1.0",
"cmdline": "frigate.capture:Meter_Box"
},
"568": {
"cpu": "1.7",
"cpu_average": "1",
"mem": "0.1",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/Main_Bed_Room -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -tag:v hvc1 /tmp/cache/Main_Bed_Room@%Y%m%d%H%M%S%z.mp4"
},
"571": {
"cpu": "3.3",
"cpu_average": "2",
"mem": "0.3",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -hwaccel_output_format yuv420p -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/Meter_Box_Sub -r 5 -vf fps=5,scale=1920:1080 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"
},
"572": {
"cpu": "1.7",
"cpu_average": "1",
"mem": "0.1",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/Garage_Back_Door -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -tag:v hvc1 /tmp/cache/Garage_Back_Door@%Y%m%d%H%M%S%z.mp4"
},
"575": {
"cpu": "1.5",
"cpu_average": "1",
"mem": "0.1",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/Meter_Box -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -tag:v hvc1 /tmp/cache/Meter_Box@%Y%m%d%H%M%S%z.mp4"
},
"354730": {
"cpu": "5.5",
"cpu_average": "4",
"mem": "0.3",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -hwaccel_output_format yuv420p -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/Garden_Sub -r 5 -vf fps=5,scale=1280:720 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"
},
"354732": {
"cpu": "1.9",
"cpu_average": "1",
"mem": "0.2",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/Garden -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -tag:v hvc1 /tmp/cache/Garden@%Y%m%d%H%M%S%z.mp4"
},
"398634": {
"cpu": "5.3",
"cpu_average": "4",
"mem": "0.3",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -hwaccel_output_format yuv420p -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/Garage_Back_Door_Sub -r 5 -vf fps=5,scale=1280:720 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"
},
"398636": {
"cpu": "5.3",
"cpu_average": "4",
"mem": "0.3",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -hwaccel_output_format yuv420p -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/Main_Bed_Room_Sub -r 5 -vf fps=5,scale=1280:720 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"
},
"407609": {
"cpu": "3.2",
"cpu_average": "2",
"mem": "0.3",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -hwaccel_output_format yuv420p -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/Side_Door_Sub -r 5 -vf fps=5,scale=1920:1080 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:"
},
"407611": {
"cpu": "0.5",
"cpu_average": "0",
"mem": "0.1",
"cmdline": "/usr/lib/ffmpeg/7.0/bin/ffmpeg -hide_banner -loglevel warning -threads 2 -user_agent FFmpeg Frigate/0.15.0-87e7b62 -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -timeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://127.0.0.1:8554/Side_Door -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -tag:v hvc1 /tmp/cache/Side_Door@%Y%m%d%H%M%S%z.mp4"
},
"530331": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "sleep 60"
},
"530445": {
"cpu": "0.0",
"cpu_average": "0",
"mem": "0.0",
"cmdline": "sleep 30s"
},
"frigate.full_system": {
"cpu": "34.8",
"mem": "48.6"
}
},
"service": {
"uptime": 46367,
"version": "0.15.0-87e7b62",
"latest_version": "0.14.1",
"storage": {
"/media/frigate/recordings": {
"total": 4534569,
"used": 2107892.2,
"free": 2206481.4,
"mount_type": "ext4"
},
"/media/frigate/clips": {
"total": 4534569,
"used": 2107892.2,
"free": 2206481.4,
"mount_type": "ext4"
},
"/tmp/cache": {
"total": 953.7,
"used": 208,
"free": 745.7,
"mount_type": "tmpfs"
},
"/dev/shm": {
"total": 800,
"used": 669.1,
"free": 130.9,
"mount_type": "tmpfs"
}
},
"temperatures": {},
"last_updated": 1735599551
},
"processes": {
"recording": {
"pid": 356
},
"review_segment": {
"pid": 358
},
"go2rtc": {
"pid": 93
},
"embeddings": {
"pid": 374
}
}
} Operating systemProxmox Install methodProxmox via Docker Object DetectorOpenVino Network connectionWired Camera make and modelDahua (DH-IPC-HDW3849H-AS-PV-ANZ) Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to add |
Beta Was this translation helpful? Give feedback.
You need to add
#backchannel=0
at the end of all of your go2rtc stream definitions