[HW Accel Support]: 16.1 constant ffmpeg crashes, 15.2 stable. No changes #20036
-
Describe the problem you are havingI am getting ffmpeg crashes a couple of times a day with Frigate 16.1 but on 15.2 with the exact same config (not using the new feature at the moment) I get ffmpeg crashes a couple of times a day. I have tried ffmpeg 5.0 and also just downloaded the latest ffmpeg but same issue. ffmpeg 7.0 on 15.2 was fine. Running Frigate as a docker container on Unraid 7.20 beta 2, also tried 7.14 same issue. Version16.1 stable Frigate config filemqtt:
host: 192.168.1.203
user: mqtt
password: redacted
detectors:
ov_0:
type: openvino
device: GPU
ov_1:
type: openvino
device: GPU
model:
path: plus://c4c40fffa0147748eaf237ca5af1f9e7
ffmpeg:
hwaccel_args: preset-vaapi
go2rtc:
streams:
Porch:
- rtsp://admin:[email protected]:554/Streaming/Channels/101
Porch_sub:
- rtsp://admin:[email protected]:554/Streaming/Channels/102
Driveway:
- rtsp://admin:[email protected]:554/Streaming/Channels/101
Driveway_sub:
- rtsp://admin:[email protected]:554/Streaming/Channels/102
Front_Yard:
- rtsp://admin:[email protected]:554/Streaming/Channels/101
Front_Yard_sub:
- rtsp://admin:[email protected]:554/Streaming/Channels/102
Laundry_Stairs:
- rtsp://admin:[email protected]:554/Streaming/Channels/101
Backyard:
- rtsp://admin:[email protected]:554/Streaming/Channels/101
Decking:
- rtsp://admin:[email protected]:554/Streaming/Channels/101
Veggie_Garden:
- rtsp://admin:[email protected]:554/Streaming/Channels/101
Garage:
- rtsp://admin:[email protected]:554/Streaming/Channels/101
Overwatch:
- rtsp://admin:[email protected]:554/live0
Overwatch_sub:
- rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=2
Doorbell:
- ffmpeg:http://192.168.1.60/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=redacted#video=copy#audio=copy#audio=opus
Doorbell_sub:
- ffmpeg:http://192.168.1.60/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=redacted
webrtc:
candidates:
- 192.168.1.201:8555
- haroldboom.org:8555
cameras:
Porch:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Porch
roles:
- record
- detect
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
filters:
person:
mask:
- 1251,344,1227,539,1138,650,981,573,1097,317
- 1114,83,1004,46,901,214,1052,282
threshold: 0.91
snapshots:
enabled: true
bounding_box: true
required_zones:
- porch_person
retain:
default: 30
zones:
porch_person:
coordinates:
282,531,101,720,1141,720,1159,657,970,575,1068,360,868,252,626,208,541,288,473,252,306,279,139,429
objects:
- person
ui:
order: 4
review:
alerts:
required_zones:
- porch_person
Driveway:
ffmpeg:
output_args:
record: preset-record-generic-audio-aac
inputs:
- path: rtsp://127.0.0.1:8554/Driveway
roles:
- record
- path: rtsp://127.0.0.1:8554/Driveway_sub
roles:
- detect
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
- car
- motorcycle
- license_plate
filters:
person:
threshold: 0.9
min_area: 500
car:
threshold: 0.8
mask:
1280,0,1280,720,788,720,789,410,742,205,683,158,556,130,399,145,412,179,297,251,186,280,0,344,0,0
snapshots:
enabled: true
bounding_box: true
required_zones:
- driveway_person
- driveway_car
retain:
default: 30
zones:
driveway_person:
coordinates:
1280,720,1280,166,873,62,691,71,553,91,386,112,21,178,73,387,213,720
objects:
- person
driveway_car:
coordinates:
1280,720,900,720,866,462,780,238,669,149,606,140,549,130,402,146,420,168,369,207,220,276,0,348,0,720
objects:
- car
- motorcycle
ui:
order: 2
review:
alerts:
required_zones:
- driveway_person
- driveway_car
Front_Yard:
ffmpeg:
output_args:
record: preset-record-generic-audio-aac
inputs:
- path: rtsp://127.0.0.1:8554/Front_Yard
roles:
- record
- path: rtsp://127.0.0.1:8554/Front_Yard_sub
roles:
- detect
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
filters:
person:
threshold: 0.90
min_area: 500
mask:
- 0.127,0.118,0.174,0.242,0.283,0.197,0.28,0.068
- 0.234,0.583,0,0.594,0,1,0.284,1
snapshots:
enabled: true
bounding_box: true
required_zones:
- front_yard_person
retain:
default: 30
zones:
front_yard_person:
coordinates:
0,0.593,0.236,0.579,0.286,1,0.891,1,0.975,0.732,0.922,0.589,0.78,0.486,0.799,0.311,0.727,0.228,0.631,0.215,0.446,0.194,0.223,0.21,0,0.339
objects: person
ui:
order: 3
review:
alerts:
required_zones:
- front_yard_person
Laundry_Stairs:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Laundry_Stairs
roles:
- record
- detect
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
filters:
person:
threshold: 0.95
snapshots:
enabled: true
bounding_box: true
retain:
default: 30
ui:
order: 5
Backyard:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Backyard
roles:
- record
- detect
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
filters:
person:
threshold: 0.93
snapshots:
enabled: true
bounding_box: true
retain:
default: 30
ui:
order: 6
Decking:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Decking
roles:
- record
- detect
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
filters:
person:
threshold: 0.93
snapshots:
enabled: true
bounding_box: true
retain:
default: 30
ui:
order: 7
Veggie_Garden:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Veggie_Garden
roles:
- record
- detect
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
filters:
person:
threshold: 0.93
snapshots:
enabled: true
bounding_box: true
required_zones:
- veggie_person
retain:
default: 30
zones:
veggie_person:
coordinates: 0,720,1061,720,1158,422,1215,139,1104,60,0,297
objects:
- person
ui:
order: 8
review:
alerts:
required_zones:
- veggie_person
motion:
mask: 0.067,0.078,0.071,0.246,0.173,0.228,0.168,0.06
Garage:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Garage
roles:
- record
- detect
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
filters:
person:
threshold: 0.95
snapshots:
enabled: true
bounding_box: true
retain:
default: 30
ui:
order: 9
Overwatch:
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/Overwatch
roles:
- record
- path: rtsp://127.0.0.1:8554/Overwatch_sub
roles:
- detect
detect:
width: 1280
height: 720
fps: 5
objects:
track:
- person
filters:
person:
threshold: 0.8
snapshots:
enabled: true
bounding_box: true
required_zones:
- overwatch_person
retain:
default: 30
zones:
overwatch_person:
coordinates: 1180,100,1180,620,100,620,100,100
objects:
- person
ui:
order: 1
onvif:
host: 10.0.0.11
port: 80
user: admin
password: redacted
autotracking:
enabled: true
calibrate_on_startup: false
zooming: relative
zoom_factor: 0.45
track:
- person
required_zones:
- overwatch_person
return_preset: home
timeout: 10
movement_weights: 0.04, 1.0, 1.0514225959777832, 1.1961461205636297,
0.2541598658407892, 0
review:
alerts:
required_zones:
- overwatch_person
Doorbell:
ffmpeg:
output_args:
record: preset-record-generic-audio-aac
inputs:
- path: rtsp://127.0.0.1:8554/Doorbell
roles:
- record
- path: rtsp://127.0.0.1:8554/Doorbell_sub
roles:
- detect
detect:
width: 640
height: 480
fps: 5
objects:
track:
- person
filters:
person:
threshold: 0.92
snapshots:
enabled: true
bounding_box: true
retain:
default: 30
ui:
order: 0
record:
enabled: true
alerts:
retain:
days: 30
detections:
retain:
days: 30
logger:
default: info
timestamp_style:
format: '%d/%m/%Y %H:%M:%S'
version: 0.16-0
detect:
enabled: true docker-compose file or Docker CLI command<?xml version="1.0"?>
<Container version="2">
<Name>frigate</Name>
<Repository>ghcr.io/blakeblackshear/frigate:stable</Repository>
<Registry>https://hub.docker.com/r/blakeblackshear/frigate/</Registry>
<Network>host</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>true</Privileged>
<Support>https://forums.unraid.net/topic/98064-support-blakeblackshear-frigate/</Support>
<Project>https://frigate.video/</Project>
<Overview>A complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras.

You cas use a integrated or dedicated GPU (Intel/AMD/Nvidia) to perform the image decoding of the input streams of your cameras.

Optionally (but highly recommended), you can use multiple devices to perform the object detetion, such as a Google Coral Accelerator Nvidia GPU, OpenVINO (Intel GPU) and Intel NCS2 VPU

See the documentation for more details about your specific hardware and needs (https://docs.frigate.video/). This is a general templeate that aims to give a fast deoplyment for every user so check all the options carefully and remove all the configurations that you are not going to use.</Overview>
<Category>HomeAutomation: Security:</Category>
<WebUI>http://[IP]:[PORT:5000]</WebUI>
<TemplateURL>https://gitlab.com/yayitazale/unraid-templates/-/raw/main/yayitazale/frigate.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/yayitazale/unraid-templates/main/frigate.png</Icon>
<ExtraParams>--shm-size=2048mb --mount type=tmpfs,target=/tmp/cache,tmpfs-size=5000000000 --restart unless-stopped --cap-add=CAP_PERFMON</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1757652760</DateInstalled>
<DonateText>If you like my work please consider Donating.</DonateText>
<DonateLink>https://paypal.me/JosebaEgiaLarrinaga</DonateLink>
<Requires>- A valid config.yml file must exist in the config directory to startup the container.
br- If you are using a Coral Detector, you should set the container to privileged mode under advanced view
br- If you are using a PCI Coral instead of a USB one, you must install first the needed drivers going to the CA app and searching for Coral-Driver (thanks to @ich777)
br- If you want to use a NVidia card to image decoding and/or detection, you must first install the drivers from CA app (thanks to @ich777), add "--runtime=nvidia" as extra parameter under advanced view and set the "Nvidia Visible Devices" variable with your "GPU UUID" as the value.
br- If you want to use the NVidia TensorRT Detector, you have to create the models using the "tensorrt-models" app from the CA app and select the correspondig branch.
br- If you want to use a AMD GPU to image decoding you must change driver to "radeonsi"
br- With some of the Intel processors, like the J4125, the default driver "iHD" doesn't seem to work correctly for hardware acceleration. You may need to change the driver to "i965"
br- If you want to use a NCS2 as detector you have to add "--device-cgroup-rule='c 189:\* rmw'" as extra parameter under advanced view and install the "udev rule" in the unraid host.</Requires>
<Config Name="Config Path" Target="/config" Default="/mnt/user/appdata/frigate-1" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/frigate</Config>
<Config Name="Media path" Target="/media/frigate" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/frigate</Config>
<Config Name="HTTP port" Target="5000" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">5000</Config>
<Config Name="RTSP port" Target="8554" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8554</Config>
<Config Name="Frigate RTSP Password" Target="FRIGATE_RTSP_PASSWORD" Default="" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">enterpassword</Config>
<Config Name="Frigate+ API key" Target="PLUS_API_KEY" Default="" Mode="" Description="Optional: Enter the frigate+ API key or delete this if you are not using it" Type="Variable" Display="always" Required="false" Mask="false">redacted</Config>
<Config Name="Intel/AMD GPU mapping" Target="/dev/dri/renderD128" Default="" Mode="" Description="Intel/AMD GPU mapping for image decode (and detection with Intel OpenVINO). Remove this if you are not using it. " Type="Device" Display="always" Required="false" Mask="false">/dev/dri/renderD128</Config>
<Config Name="Driver for Intel/AMD GPUs" Target="LIBVA_DRIVER_NAME" Default="" Mode="" Description="(Intel = iHD or i965 and AMD = radeonsi). Remove this if you are not using it. " Type="Variable" Display="always" Required="false" Mask="false">iHD</Config>
<Config Name="Nvidia Visible Devices" Target="NVIDIA_VISIBLE_DEVICES" Default="" Mode="" Description="This info can be found in the NVidia driver plugin.. Only for Nvidia GPU decoding and/or detection. Remove this if you are not using it." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="Nvidia Driver Capabilities" Target="NVIDIA_DRIVER_CAPABILITIES" Default="" Mode="" Description="Only for Nvidia GPU decoding and/or detection. Remove this if you are not using it." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="TRT-Models path" Target="/trt-models" Default="" Mode="ro" Description="Only for TensorRT, remove this if you are not using it" Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="go2rtc TCP port" Target="8555" Default="" Mode="tcp" Description="If you are not going to use MSE/WebRCT you can delete all the WebRTC entrys" Type="Port" Display="always" Required="false" Mask="false">8555</Config>
<Config Name="go2rtc UDP port" Target="8555" Default="" Mode="udp" Description="If you are not going to use MSE/WebRCT you can delete all the WebRTC entrys" Type="Port" Display="always" Required="false" Mask="false">8555</Config>
<Config Name="go2rtc server port" Target="1984" Default="" Mode="tcp" Description="For Home Assistant WebRTC integration. Remove this if you are not using it." Type="Port" Display="always" Required="false" Mask="false">1984</Config>
<Config Name="Timezone" Target="TZ:" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">Australia/Melbourne</Config>
<Config Name="Localtime" Target="/etc/localtime" Default="" Mode="rw" Description="" Type="Path" Display="advanced-hide" Required="true" Mask="false">/etc/localtime</Config>
<TailscaleStateDir/>
</Container> Relevant Frigate log output2025-09-11 17:54:48.089788779 [INFO] Preparing Frigate...
2025-09-11 17:54:48.292631122 [INFO] Starting Frigate...
2025-09-11 17:54:49.441919097 [2025-09-11 17:54:49] frigate.util.config INFO : Checking if frigate config needs migration...
2025-09-11 17:54:49.529166590 [2025-09-11 17:54:49] frigate.util.config INFO : copying config as backup...
2025-09-11 17:54:49.529545171 [2025-09-11 17:54:49] frigate.util.config INFO : Migrating frigate config from 0.15-1 to 0.16-0...
2025-09-11 17:54:49.540252307 [2025-09-11 17:54:49] frigate.util.config INFO : Finished frigate config migration...
2025-09-11 17:54:49.659800033 [2025-09-11 17:54:49] frigate.app INFO : Starting Frigate (0.16.1-e664cb2)
2025-09-11 17:54:49.660133640 [2025-09-11 17:54:49] frigate.app INFO : Creating directory: /media/frigate/clips/thumbs
2025-09-11 17:54:49.666059664 [2025-09-11 17:54:49] frigate.app INFO : Making backup of DB before migrations...
2025-09-11 17:54:49.668067265 [2025-09-11 17:54:49] peewee_migrate.logs INFO : Starting migrations
2025-09-11 17:54:49.676886384 [2025-09-11 17:54:49] peewee_migrate.logs INFO : Migrate "028_optional_event_thumbnail"
2025-09-11 17:54:49.676950905 [2025-09-11 17:54:49] peewee_migrate.logs INFO : drop_not_null ('event', 'thumbnail')
2025-09-11 17:54:49.700450163 [2025-09-11 17:54:49] peewee_migrate.logs INFO : Done 028_optional_event_thumbnail
2025-09-11 17:54:49.726271304 [2025-09-11 17:54:49] peewee_migrate.logs INFO : Migrate "029_add_user_role"
2025-09-11 17:54:49.726339672 [2025-09-11 17:54:49] peewee_migrate.logs INFO : sql ('ALTER TABLE "user" ADD COLUMN "role" VARCHAR(20) NOT NULL DEFAULT \'admin\'',)
2025-09-11 17:54:49.726570536 [2025-09-11 17:54:49] peewee_migrate.logs INFO : sql ('UPDATE "user" SET "role" = \'admin\' WHERE "role" IS NULL',)
2025-09-11 17:54:49.726774359 [2025-09-11 17:54:49] peewee_migrate.logs INFO : Done 029_add_user_role
2025-09-11 17:54:49.739184063 [2025-09-11 17:54:49] peewee_migrate.logs INFO : Migrate "030_create_user_review_status"
2025-09-11 17:54:49.739240489 [2025-09-11 17:54:49] peewee_migrate.logs INFO : sql ('\n CREATE TABLE IF NOT EXISTS "userreviewstatus" (\n "id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,\n "user_id" VARCHAR(30) NOT NULL,\n "review_segment_id" VARCHAR(30) NOT NULL,\n "has_been_reviewed" INTEGER NOT NULL DEFAULT 0,\n FOREIGN KEY ("review_segment_id") REFERENCES "reviewsegment" ("id") ON DELETE CASCADE\n )\n ',)
2025-09-11 17:54:49.739367839 [2025-09-11 17:54:49] peewee_migrate.logs INFO : sql ('CREATE UNIQUE INDEX IF NOT EXISTS "userreviewstatus_user_segment" ON "userreviewstatus" ("user_id", "review_segment_id")',)
2025-09-11 17:54:49.739536035 [2025-09-11 17:54:49] peewee_migrate.logs INFO : Run <lambda>
2025-09-11 17:54:49.739938681 [2025-09-11 17:54:49] peewee_migrate.logs INFO : sql ('ALTER TABLE "reviewsegment" DROP COLUMN "has_been_reviewed"',)
2025-09-11 17:54:49.740405639 [2025-09-11 17:54:49] peewee_migrate.logs INFO : Done 030_create_user_review_status
2025-09-11 17:54:49.758156016 [2025-09-11 17:54:49] frigate.app INFO : Recording process started: 579
2025-09-11 17:54:49.761123551 [2025-09-11 17:54:49] frigate.app INFO : Review process started: 585
2025-09-11 17:54:49.761989869 [2025-09-11 17:54:49] frigate.app INFO : go2rtc process pid: 127
2025-09-11 17:54:49.767722579 [2025-09-11 17:54:49] detector.ov_0 INFO : Starting detection process: 596
2025-09-11 17:54:49.770600045 [2025-09-11 17:54:49] detector.ov_1 INFO : Starting detection process: 599
2025-09-11 17:54:49.780896580 [2025-09-11 17:54:49] frigate.app INFO : Output process started: 616
2025-09-11 17:54:50.178463204 [2025-09-11 17:54:50] frigate.app INFO : Camera processor started for Porch: 718
2025-09-11 17:54:50.207278961 [2025-09-11 17:54:50] frigate.app INFO : Camera processor started for Driveway: 725
2025-09-11 17:54:50.207744455 [2025-09-11 17:54:50] frigate.app INFO : Camera processor started for Front_Yard: 736
2025-09-11 17:54:50.220701127 [2025-09-11 17:54:50] frigate.app INFO : Camera processor started for Laundry_Stairs: 751
2025-09-11 17:54:50.243109125 [2025-09-11 17:54:50] frigate.app INFO : Camera processor started for Backyard: 762
2025-09-11 17:54:50.257755602 [2025-09-11 17:54:50] frigate.app INFO : Camera processor started for Decking: 773
2025-09-11 17:54:50.265251585 [2025-09-11 17:54:50] frigate.app INFO : Camera processor started for Veggie_Garden: 784
2025-09-11 17:54:50.265409742 [2025-09-11 17:54:50] frigate.app INFO : Camera processor started for Garage: 788
2025-09-11 17:54:50.265624085 [2025-09-11 17:54:50] frigate.app INFO : Camera processor started for Overwatch: 804
2025-09-11 17:54:50.265757275 [2025-09-11 17:54:50] frigate.app INFO : Camera processor started for Doorbell: 812
2025-09-11 17:54:50.286561781 [2025-09-11 17:54:50] frigate.app INFO : Capture process started for Porch: 828
2025-09-11 17:54:50.292321181 [2025-09-11 17:54:50] frigate.app INFO : Capture process started for Driveway: 838
2025-09-11 17:54:50.316429203 [2025-09-11 17:54:50] frigate.app INFO : Capture process started for Front_Yard: 854
2025-09-11 17:54:50.323940805 [2025-09-11 17:54:50] frigate.app INFO : Capture process started for Laundry_Stairs: 866
2025-09-11 17:54:50.332965159 [2025-09-11 17:54:50] frigate.app INFO : Capture process started for Backyard: 877
2025-09-11 17:54:50.340474227 [2025-09-11 17:54:50] frigate.app INFO : Capture process started for Decking: 887
2025-09-11 17:54:50.350220457 [2025-09-11 17:54:50] frigate.app INFO : Capture process started for Veggie_Garden: 898
2025-09-11 17:54:50.369115706 [2025-09-11 17:54:50] frigate.app INFO : Capture process started for Garage: 908
2025-09-11 17:54:50.374307630 [2025-09-11 17:54:50] frigate.app INFO : Capture process started for Overwatch: 918
2025-09-11 17:54:50.379875941 [2025-09-11 17:54:50] frigate.app INFO : Capture process started for Doorbell: 930
2025-09-11 17:54:50.471892775 [2025-09-11 17:54:50] frigate.api.fastapi_app INFO : Starting FastAPI app
2025-09-11 17:54:50.634334136 [2025-09-11 17:54:50] frigate.api.fastapi_app INFO : FastAPI started
2025-09-11 17:54:54.076393505 [2025-09-11 17:54:54] frigate.util.services ERROR : Unable to poll intel GPU stats: Failed to detect engines! (No such file or directory)
2025-09-11 17:54:54.076397553 (Kernel 4.16 or newer is required for i915 PMU support.)
2025-09-11 17:54:54.076398053
2025-09-11 19:22:08.495151948 [2025-09-11 19:22:08] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.stop for Overwatch
2025-09-11 19:22:14.665284039 [2025-09-11 19:22:14] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.move_right for Overwatch
2025-09-11 19:22:14.862100581 [2025-09-11 19:22:14] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.stop for Overwatch
2025-09-11 19:22:16.050064828 [2025-09-11 19:22:16] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.move_right for Overwatch
2025-09-11 19:22:16.241249360 [2025-09-11 19:22:16] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.stop for Overwatch
2025-09-11 19:22:18.721917467 [2025-09-11 19:22:18] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.move_left for Overwatch
2025-09-11 19:22:18.746419794 [2025-09-11 19:22:18] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.stop for Overwatch
2025-09-11 19:23:15.592249632 [2025-09-11 19:23:15] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.stop for Overwatch
2025-09-11 19:24:00.249632019 [2025-09-11 19:24:00] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.stop for Overwatch
2025-09-11 20:31:21.058954634 [2025-09-11 20:31:21] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-11 20:31:31.508984537 [2025-09-11 20:31:31] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-11 20:32:56.060259834 [2025-09-11 20:32:56] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-11 20:33:14.468015347 [2025-09-11 20:33:14] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-11 20:38:56.053058374 [2025-09-11 20:38:56] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-11 20:39:14.512413063 [2025-09-11 20:39:14] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-11 20:44:55.768780728 [2025-09-11 20:44:55] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-11 20:45:09.627115235 [2025-09-11 20:45:09] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-11 20:50:55.800563812 [2025-09-11 20:50:55] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-11 20:51:09.644157792 [2025-09-11 20:51:09] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-11 23:44:23.584200508 [2025-09-11 23:44:23] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-11 23:45:05.464554003 [2025-09-11 23:45:05] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-11 23:45:38.093636211 [2025-09-11 23:45:38] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-11 23:45:38.173938428 [2025-09-11 23:45:38] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 00:16:22.424787259 [2025-09-12 00:16:22] frigate.video ERROR : Driveway: Unable to read frames from ffmpeg process.
2025-09-12 00:16:22.425080630 [2025-09-12 00:16:22] frigate.video ERROR : Driveway: ffmpeg process is not running. exiting capture thread...
2025-09-12 00:16:22.425202259 [2025-09-12 00:16:22] frigate.video ERROR : Overwatch: Unable to read frames from ffmpeg process.
2025-09-12 00:16:22.425252553 [2025-09-12 00:16:22] frigate.video ERROR : Overwatch: ffmpeg process is not running. exiting capture thread...
2025-09-12 00:16:22.429381730 [2025-09-12 00:16:22] frigate.video ERROR : Front_Yard: Unable to read frames from ffmpeg process.
2025-09-12 00:16:22.429513788 [2025-09-12 00:16:22] frigate.video ERROR : Front_Yard: ffmpeg process is not running. exiting capture thread...
2025-09-12 00:16:22.429579040 [2025-09-12 00:16:22] frigate.video ERROR : Doorbell: Unable to read frames from ffmpeg process.
2025-09-12 00:16:22.429669069 [2025-09-12 00:16:22] frigate.video ERROR : Doorbell: ffmpeg process is not running. exiting capture thread...
2025-09-12 00:16:22.432401102 [2025-09-12 00:16:22] frigate.video ERROR : Backyard: Unable to read frames from ffmpeg process.
2025-09-12 00:16:22.432463679 [2025-09-12 00:16:22] frigate.video ERROR : Backyard: ffmpeg process is not running. exiting capture thread...
2025-09-12 00:16:22.435770381 [2025-09-12 00:16:22] frigate.video ERROR : Veggie_Garden: Unable to read frames from ffmpeg process.
2025-09-12 00:16:22.435970607 [2025-09-12 00:16:22] frigate.video ERROR : Veggie_Garden: ffmpeg process is not running. exiting capture thread...
2025-09-12 00:16:22.438311314 [2025-09-12 00:16:22] frigate.video ERROR : Porch: Unable to read frames from ffmpeg process.
2025-09-12 00:16:22.438796325 [2025-09-12 00:16:22] frigate.video ERROR : Porch: ffmpeg process is not running. exiting capture thread...
2025-09-12 00:16:22.439987032 [2025-09-12 00:16:22] frigate.video ERROR : Laundry_Stairs: Unable to read frames from ffmpeg process.
2025-09-12 00:16:22.440153945 [2025-09-12 00:16:22] frigate.video ERROR : Laundry_Stairs: ffmpeg process is not running. exiting capture thread...
2025-09-12 00:16:22.442784888 [2025-09-12 00:16:22] frigate.video ERROR : Garage: Unable to read frames from ffmpeg process.
2025-09-12 00:16:22.442864507 [2025-09-12 00:16:22] frigate.video ERROR : Decking: Unable to read frames from ffmpeg process.
2025-09-12 00:16:22.442993189 [2025-09-12 00:16:22] frigate.video ERROR : Garage: ffmpeg process is not running. exiting capture thread...
2025-09-12 00:16:22.443029247 [2025-09-12 00:16:22] frigate.video ERROR : Decking: ffmpeg process is not running. exiting capture thread...
2025-09-12 00:16:30.600034003 [2025-09-12 00:16:30] watchdog.Porch ERROR : Ffmpeg process crashed unexpectedly for Porch.
2025-09-12 00:16:30.600127689 [2025-09-12 00:16:30] watchdog.Porch ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-12 00:16:30.600163407 [2025-09-12 00:16:30] ffmpeg.Porch.detect ERROR : [segment @ 0x559acd15ca00] 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
2025-09-12 00:16:30.600198502 [2025-09-12 00:16:30] ffmpeg.Porch.detect ERROR : [vost#0:0/copy @ 0x559acd0eec80] Non-monotonic DTS; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.600231765 [2025-09-12 00:16:30] watchdog.Porch INFO : Restarting ffmpeg...
2025-09-12 00:16:30.631883302 [2025-09-12 00:16:30] watchdog.Decking ERROR : Ffmpeg process crashed unexpectedly for Decking.
2025-09-12 00:16:30.631949587 [2025-09-12 00:16:30] watchdog.Decking ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-12 00:16:30.631985825 [2025-09-12 00:16:30] ffmpeg.Decking.detect ERROR : [segment @ 0x558794747ec0] 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
2025-09-12 00:16:30.632016452 [2025-09-12 00:16:30] ffmpeg.Decking.detect ERROR : [vost#0:0/copy @ 0x558794746d40] Non-monotonic DTS; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.632042752 [2025-09-12 00:16:30] watchdog.Decking INFO : Restarting ffmpeg...
2025-09-12 00:16:30.634110095 [2025-09-12 00:16:30] watchdog.Backyard ERROR : Ffmpeg process crashed unexpectedly for Backyard.
2025-09-12 00:16:30.634169687 [2025-09-12 00:16:30] watchdog.Backyard ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-12 00:16:30.634239999 [2025-09-12 00:16:30] ffmpeg.Backyard.detect ERROR : [segment @ 0x55e4af478140] 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
2025-09-12 00:16:30.634322074 [2025-09-12 00:16:30] ffmpeg.Backyard.detect ERROR : [vost#0:0/copy @ 0x55e4af47ba80] Non-monotonic DTS; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.634361057 [2025-09-12 00:16:30] watchdog.Backyard INFO : Restarting ffmpeg...
2025-09-12 00:16:30.638191532 [2025-09-12 00:16:30] watchdog.Laundry_Stairs ERROR : Ffmpeg process crashed unexpectedly for Laundry_Stairs.
2025-09-12 00:16:30.638256084 [2025-09-12 00:16:30] watchdog.Laundry_Stairs ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-12 00:16:30.638326175 [2025-09-12 00:16:30] watchdog.Laundry_Stairs INFO : Restarting ffmpeg...
2025-09-12 00:16:30.649522398 [2025-09-12 00:16:30] watchdog.Veggie_Garden ERROR : Ffmpeg process crashed unexpectedly for Veggie_Garden.
2025-09-12 00:16:30.649616594 [2025-09-12 00:16:30] watchdog.Veggie_Garden ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-12 00:16:30.649666949 [2025-09-12 00:16:30] ffmpeg.Veggie_Garden.detect ERROR : [segment @ 0x559efbc6d200] 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
2025-09-12 00:16:30.649710471 [2025-09-12 00:16:30] ffmpeg.Veggie_Garden.detect ERROR : [vost#0:0/copy @ 0x559efbc66040] Non-monotonic DTS; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.649743262 [2025-09-12 00:16:30] watchdog.Veggie_Garden INFO : Restarting ffmpeg...
2025-09-12 00:16:30.676567031 [2025-09-12 00:16:30] watchdog.Garage ERROR : Ffmpeg process crashed unexpectedly for Garage.
2025-09-12 00:16:30.676650457 [2025-09-12 00:16:30] watchdog.Garage ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-12 00:16:30.676692677 [2025-09-12 00:16:30] ffmpeg.Garage.detect ERROR : [segment @ 0x562d61cfd540] 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
2025-09-12 00:16:30.676729406 [2025-09-12 00:16:30] ffmpeg.Garage.detect ERROR : [vost#0:0/copy @ 0x562d61cffa80] Non-monotonic DTS; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.676760785 [2025-09-12 00:16:30] watchdog.Garage INFO : Restarting ffmpeg...
2025-09-12 00:16:30.882818234 [2025-09-12 00:16:30] watchdog.Front_Yard ERROR : Ffmpeg process crashed unexpectedly for Front_Yard.
2025-09-12 00:16:30.882979918 [2025-09-12 00:16:30] watchdog.Driveway ERROR : Ffmpeg process crashed unexpectedly for Driveway.
2025-09-12 00:16:30.883042144 [2025-09-12 00:16:30] watchdog.Front_Yard ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-12 00:16:30.883085406 [2025-09-12 00:16:30] watchdog.Driveway ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-12 00:16:30.883128086 [2025-09-12 00:16:30] watchdog.Front_Yard INFO : Restarting ffmpeg...
2025-09-12 00:16:30.883161729 [2025-09-12 00:16:30] watchdog.Driveway INFO : Restarting ffmpeg...
2025-09-12 00:16:30.885728491 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.885872281 [2025-09-12 00:16:30] ffmpeg.Front_Yard.record ERROR : [segment @ 0x55b1b73d0240] 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
2025-09-12 00:16:30.885941721 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 15 times
2025-09-12 00:16:30.886029306 [2025-09-12 00:16:30] ffmpeg.Front_Yard.record ERROR : [aac @ 0x55b1b73a0180] Queue input is backward in time
2025-09-12 00:16:30.886084269 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 159566218, current: 159566218; changing to 159566219. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.886141677 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.886179788 [2025-09-12 00:16:30] ffmpeg.Front_Yard.record ERROR : Last message repeated 2275 times
2025-09-12 00:16:30.886220996 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 6 times
2025-09-12 00:16:30.886253477 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 159780842, current: 159780842; changing to 159780843. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.886292721 [2025-09-12 00:16:30] watchdog.Front_Yard INFO : Terminating the existing ffmpeg process...
2025-09-12 00:16:30.886345029 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.886388581 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 4 times
2025-09-12 00:16:30.886422003 [2025-09-12 00:16:30] watchdog.Front_Yard INFO : Waiting for ffmpeg to exit gracefully...
2025-09-12 00:16:30.886470785 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 159995631, current: 159995631; changing to 159995632. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.886493909 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.886523103 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 1 times
2025-09-12 00:16:30.886562497 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 160118513, current: 160118513; changing to 160118514. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.886597102 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.886633851 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 17 times
2025-09-12 00:16:30.886663958 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 160670465, current: 160670465; changing to 160670466. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.886710576 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.886755109 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 26 times
2025-09-12 00:16:30.886831863 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 164931490, current: 164931490; changing to 164931491. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.886900793 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.887038291 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 10 times
2025-09-12 00:16:30.887120285 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 165422778, current: 165422778; changing to 165422779. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.887172213 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.887273824 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 7 times
2025-09-12 00:16:30.887332434 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 165699159, current: 165699159; changing to 165699160. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.887381726 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.887427452 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 165729062, current: 165729062; changing to 165729063. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.887490300 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.887541066 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 15 times
2025-09-12 00:16:30.887618080 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 166465555, current: 166465555; changing to 166465556. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.887662594 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.887707859 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 166496739, current: 166496739; changing to 166496740. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.887751722 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.887797257 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 17 times
2025-09-12 00:16:30.887832513 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 167416359, current: 167416359; changing to 167416360. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.887871577 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.887914056 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 2 times
2025-09-12 00:16:30.887971484 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 167631712, current: 167631712; changing to 167631713. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.888385973 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.888535594 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 1 times
2025-09-12 00:16:30.888703920 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 167693000, current: 167693000; changing to 167693001. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.888822383 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.888926719 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 8 times
2025-09-12 00:16:30.889126233 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 168152916, current: 168152916; changing to 168152917. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.889554839 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.889981720 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 11 times
2025-09-12 00:16:30.890073773 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 168736077, current: 168736077; changing to 168736078. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.890233964 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.890402501 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 325 times
2025-09-12 00:16:30.890582118 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 320498942, current: 320498942; changing to 320498943. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.890676496 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.890753841 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 9 times
2025-09-12 00:16:30.890822069 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 321266142, current: 321266142; changing to 321266143. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.890874538 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.890912920 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 1 times
2025-09-12 00:16:30.890958475 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 321358029, current: 321358029; changing to 321358030. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.891003800 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.891034228 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 321388872, current: 321388872; changing to 321388873. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.891070205 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.891110932 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 321419650, current: 321419650; changing to 321419651. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.891143032 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.891168590 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 5 times
2025-09-12 00:16:30.891198797 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 321603581, current: 321603581; changing to 321603582. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.891227711 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.891256445 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 321634065, current: 321634065; changing to 321634066. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.891280941 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.891308553 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 321665057, current: 321665057; changing to 321665058. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.891338319 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 321696042, current: 321696042; changing to 321696043. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.891363697 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.891390056 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 2 times
2025-09-12 00:16:30.891416305 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 321757323, current: 321757323; changing to 321757324. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.891441172 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.891467211 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 1 times
2025-09-12 00:16:30.891499552 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 321787875, current: 321787875; changing to 321787876. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.891568582 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.891616582 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 4 times
2025-09-12 00:16:30.891675462 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 321910311, current: 321910311; changing to 321910312. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.891710528 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.891738531 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 1 times
2025-09-12 00:16:30.891781852 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 321972196, current: 321972196; changing to 321972197. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.891811428 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.891842105 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 20 times
2025-09-12 00:16:30.891874226 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 323045799, current: 323045799; changing to 323045800. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.891907969 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.891939458 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 13 times
2025-09-12 00:16:30.891973352 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 323812417, current: 323812417; changing to 323812418. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.891998279 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.892026492 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 6 times
2025-09-12 00:16:30.892053172 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 324088474, current: 324088474; changing to 324088475. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.892079301 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.892105560 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 5 times
2025-09-12 00:16:30.892130597 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 324333918, current: 324333918; changing to 324333919. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.892156857 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.892183637 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 324395386, current: 324395386; changing to 324395387. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.892207081 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.892231978 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 324579148, current: 324579148; changing to 324579149. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.892255141 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.892278695 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 1 times
2025-09-12 00:16:30.892305285 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [vost#0:0/copy @ 0x5633cc5d2040] Non-monotonic DTS; previous: 324702388, current: 324702388; changing to 324702389. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.892328098 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : [aac @ 0x5633cc5dd740] Queue input is backward in time
2025-09-12 00:16:30.892351582 [2025-09-12 00:16:30] ffmpeg.Driveway.record ERROR : Last message repeated 37 times
2025-09-12 00:16:30.892386418 [2025-09-12 00:16:30] watchdog.Driveway INFO : Terminating the existing ffmpeg process...
2025-09-12 00:16:30.892413258 [2025-09-12 00:16:30] watchdog.Driveway INFO : Waiting for ffmpeg to exit gracefully...
2025-09-12 00:16:30.955422040 [2025-09-12 00:16:30] watchdog.Doorbell ERROR : Ffmpeg process crashed unexpectedly for Doorbell.
2025-09-12 00:16:30.955507310 [2025-09-12 00:16:30] watchdog.Overwatch ERROR : Ffmpeg process crashed unexpectedly for Overwatch.
2025-09-12 00:16:30.955592480 [2025-09-12 00:16:30] watchdog.Doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-12 00:16:30.955644218 [2025-09-12 00:16:30] watchdog.Doorbell INFO : Restarting ffmpeg...
2025-09-12 00:16:30.955682710 [2025-09-12 00:16:30] watchdog.Overwatch ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-12 00:16:30.955718858 [2025-09-12 00:16:30] watchdog.Overwatch INFO : Restarting ffmpeg...
2025-09-12 00:16:30.957393744 [2025-09-12 00:16:30] ffmpeg.Overwatch.record ERROR : [segment @ 0x55f9293cf780] 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
2025-09-12 00:16:30.957496958 [2025-09-12 00:16:30] ffmpeg.Overwatch.record ERROR : [vost#0:0/copy @ 0x55f9293cfc00] Non-monotonic DTS; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.957701051 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.957858717 [2025-09-12 00:16:30] ffmpeg.Overwatch.record ERROR : [rtsp @ 0x55f92939b180] RTP: PT=60: bad cseq 679c expected=d461
2025-09-12 00:16:30.958019409 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 1 times
2025-09-12 00:16:30.958172998 [2025-09-12 00:16:30] ffmpeg.Overwatch.record ERROR : [vost#0:0/copy @ 0x55f9293cfc00] Non-monotonic DTS; previous: 16180565, current: 16180565; changing to 16180566. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.959212400 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366068699, current: 366068697; changing to 366068700. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.959537912 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.959608084 [2025-09-12 00:16:30] watchdog.Overwatch INFO : Terminating the existing ffmpeg process...
2025-09-12 00:16:30.959697442 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 1 times
2025-09-12 00:16:30.959746073 [2025-09-12 00:16:30] watchdog.Overwatch INFO : Waiting for ffmpeg to exit gracefully...
2025-09-12 00:16:30.959789635 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366068700, current: 366068697; changing to 366068701. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.959829850 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.959866629 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 1 times
2025-09-12 00:16:30.959938054 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366073509, current: 366073507; changing to 366073510. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.960071504 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.960343205 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366073510, current: 366073507; changing to 366073511. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.960425780 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.960474040 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 3 times
2025-09-12 00:16:30.960529124 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366078780, current: 366078778; changing to 366078781. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.960586812 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.960631416 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 00:16:30.960674727 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366083253, current: 366083251; changing to 366083254. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.960720804 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.960760789 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366083254, current: 366083251; changing to 366083255. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.960815031 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.960860035 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 1 times
2025-09-12 00:16:30.960946929 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366088492, current: 366088490; changing to 366088493. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.961010799 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.961066774 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366088493, current: 366088490; changing to 366088494. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.961118120 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.961177301 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 3 times
2025-09-12 00:16:30.961245830 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366093811, current: 366093809; changing to 366093812. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.961301946 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.961360475 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 00:16:30.961412994 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366099061, current: 366099059; changing to 366099062. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.961450645 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.961503444 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366099062, current: 366099059; changing to 366099063. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.961546515 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.961579747 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 00:16:30.961616116 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366103857, current: 366103855; changing to 366103858. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.961646894 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.961678242 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366103858, current: 366103855; changing to 366103859. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.961713028 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.961747493 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 00:16:30.961779613 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366109146, current: 366109144; changing to 366109147. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.961814729 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.961997863 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366109147, current: 366109144; changing to 366109148. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.962181167 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.962347440 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 00:16:30.962417050 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366114412, current: 366114410; changing to 366114413. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.962469980 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366114413, current: 366114410; changing to 366114414. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.962516848 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.962595305 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 00:16:30.962858099 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366119870, current: 366119868; changing to 366119871. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.963000747 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.963129218 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 00:16:30.963245066 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366124662, current: 366124660; changing to 366124663. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.963344012 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.963530362 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 3 times
2025-09-12 00:16:30.963714848 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366129460, current: 366129458; changing to 366129461. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.963856945 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.963936424 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 00:16:30.964013109 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366134762, current: 366134760; changing to 366134763. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.964049787 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.964079684 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366134763, current: 366134760; changing to 366134764. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.964107205 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.964138775 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 00:16:30.964169021 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366140013, current: 366140011; changing to 366140014. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.964198787 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.964223794 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366140014, current: 366140011; changing to 366140015. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.964255003 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.964281292 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 1 times
2025-09-12 00:16:30.964310607 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366145320, current: 366145318; changing to 366145321. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.964342367 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.964394806 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366145321, current: 366145318; changing to 366145322. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.964442054 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.964474996 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 1 times
2025-09-12 00:16:30.964507497 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366150254, current: 366150252; changing to 366150255. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.964537023 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366150255, current: 366150253; changing to 366150256. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.964569614 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.964601634 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 4 times
2025-09-12 00:16:30.964636710 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366155210, current: 366155208; changing to 366155211. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.964659413 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.964682907 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 1 times
2025-09-12 00:16:30.964708405 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366160533, current: 366160531; changing to 366160534. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.964732520 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.964754782 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 3 times
2025-09-12 00:16:30.964780430 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366165305, current: 366165303; changing to 366165306. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.964803123 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.964827839 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 00:16:30.964852585 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366170758, current: 366170756; changing to 366170759. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.964875759 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.964898512 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 00:16:30.964924150 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366175700, current: 366175698; changing to 366175701. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.964947353 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.964974625 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366175701, current: 366175698; changing to 366175702. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.965010091 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.965088879 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 00:16:30.965138332 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366181754, current: 366181752; changing to 366181755. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.965166645 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.965195079 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366181755, current: 366181752; changing to 366181756. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.965222160 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aac @ 0x55ecd0da3500] Queue input is backward in time
2025-09-12 00:16:30.965247607 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : Last message repeated 1 times
2025-09-12 00:16:30.965274528 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366186277, current: 366186275; changing to 366186278. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.965300878 [2025-09-12 00:16:30] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55ecd0dac600] Non-monotonic DTS; previous: 366186278, current: 366186275; changing to 366186279. This may result in incorrect timestamps in the output file.
2025-09-12 00:16:30.965325323 [2025-09-12 00:16:30] watchdog.Doorbell INFO : Terminating the existing ffmpeg process...
2025-09-12 00:16:30.965351483 [2025-09-12 00:16:30] watchdog.Doorbell INFO : Waiting for ffmpeg to exit gracefully...
2025-09-12 03:02:08.527700311 [2025-09-12 03:02:08] frigate.video ERROR : Doorbell: Unable to read frames from ffmpeg process.
2025-09-12 03:02:08.527827420 [2025-09-12 03:02:08] frigate.video ERROR : Doorbell: ffmpeg process is not running. exiting capture thread...
2025-09-12 03:02:11.207961172 [2025-09-12 03:02:11] watchdog.Doorbell ERROR : Ffmpeg process crashed unexpectedly for Doorbell.
2025-09-12 03:02:11.208045079 [2025-09-12 03:02:11] watchdog.Doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-12 03:02:11.208131772 [2025-09-12 03:02:11] ffmpeg.Doorbell.detect ERROR : [in#0/rtsp @ 0x55e29a9f2f40] Error during demuxing: Connection timed out
2025-09-12 03:02:11.208191925 [2025-09-12 03:02:11] watchdog.Doorbell INFO : Restarting ffmpeg...
2025-09-12 03:02:11.209259330 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158487657, current: 158487655; changing to 158487658. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.209306870 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.209404062 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158487658, current: 158487655; changing to 158487659. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.209450860 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.209499401 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 03:02:11.209547963 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158493169, current: 158493167; changing to 158493170. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.209597075 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.209665974 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158493170, current: 158493167; changing to 158493171. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.209723492 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.209788304 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 03:02:11.209842055 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158497055, current: 158497053; changing to 158497056. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.209887741 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.209932305 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158497056, current: 158497053; changing to 158497057. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.209976798 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.210011664 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 03:02:11.210050056 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158501845, current: 158501843; changing to 158501846. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.210089530 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.210131920 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158501846, current: 158501843; changing to 158501847. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.210161996 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.210205167 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 1 times
2025-09-12 03:02:11.210254169 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158507598, current: 158507596; changing to 158507599. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.210291469 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.210329140 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158507599, current: 158507597; changing to 158507600. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.210359567 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.210387329 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 03:02:11.210417005 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158513363, current: 158513361; changing to 158513364. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.210454806 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.210493810 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158513364, current: 158513361; changing to 158513365. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.210523706 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.210567027 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 03:02:11.210597033 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158518172, current: 158518170; changing to 158518173. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.210635456 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.210666504 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158518173, current: 158518170; changing to 158518174. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.210693725 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.210732258 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 1 times
2025-09-12 03:02:11.210771571 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158522960, current: 158522958; changing to 158522961. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.210809803 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.210851481 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158522961, current: 158522958; changing to 158522962. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.210889463 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.210928035 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 03:02:11.210958012 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158527757, current: 158527755; changing to 158527758. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.210995171 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.211025007 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 3 times
2025-09-12 03:02:11.211054723 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158533063, current: 158533061; changing to 158533064. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.211090060 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.211128632 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 03:02:11.211166032 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158538815, current: 158538813; changing to 158538816. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.211195448 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.211234912 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158538816, current: 158538813; changing to 158538817. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.211271531 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.211310203 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 03:02:11.211349838 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158543601, current: 158543599; changing to 158543602. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.211379804 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.211408258 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158543602, current: 158543599; changing to 158543603. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.211632569 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.211866669 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 03:02:11.211868111 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158548393, current: 158548391; changing to 158548394. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.211886736 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.211916392 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158548394, current: 158548391; changing to 158548395. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.212166131 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.212233468 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 03:02:11.212332053 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158554654, current: 158554652; changing to 158554655. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.212381446 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.212417984 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158554655, current: 158554652; changing to 158554656. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.212453461 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.212487896 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 03:02:11.212571653 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158558720, current: 158558718; changing to 158558721. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.212602601 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.212636505 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158558721, current: 158558718; changing to 158558722. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.212667323 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.212719661 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 03:02:11.212810352 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158564418, current: 158564416; changing to 158564419. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.212855917 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.212887126 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158564419, current: 158564416; changing to 158564420. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.212918374 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.212948822 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 03:02:11.212975382 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158569221, current: 158569219; changing to 158569222. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.212999587 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.213024624 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158569222, current: 158569219; changing to 158569223. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.213049992 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.213074808 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 2 times
2025-09-12 03:02:11.213099795 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158574705, current: 158574703; changing to 158574706. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.213124061 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.213149388 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158574706, current: 158574703; changing to 158574707. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.213174536 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.213199372 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 1 times
2025-09-12 03:02:11.213225712 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158580403, current: 158580401; changing to 158580404. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.213249426 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.213273632 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 3 times
2025-09-12 03:02:11.213298879 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158584508, current: 158584506; changing to 158584509. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.213321572 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.213345457 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 1 times
2025-09-12 03:02:11.213370253 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158588928, current: 158588926; changing to 158588929. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.213394339 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.213420207 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158588929, current: 158588927; changing to 158588930. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.213442469 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aac @ 0x55dd5281d100] Queue input is backward in time
2025-09-12 03:02:11.213466234 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : Last message repeated 1 times
2025-09-12 03:02:11.213491120 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [in#0/rtsp @ 0x55dd527dde80] Error during demuxing: Connection timed out
2025-09-12 03:02:11.213515005 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158594663, current: 158594661; changing to 158594664. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.213536676 [2025-09-12 03:02:11] ffmpeg.Doorbell.record ERROR : [aost#0:1/aac @ 0x55dd5281bbc0] Non-monotonic DTS; previous: 158594664, current: 158594661; changing to 158594665. This may result in incorrect timestamps in the output file.
2025-09-12 03:02:11.213575008 [2025-09-12 03:02:11] watchdog.Doorbell INFO : Terminating the existing ffmpeg process...
2025-09-12 03:02:11.213598282 [2025-09-12 03:02:11] watchdog.Doorbell INFO : Waiting for ffmpeg to exit gracefully...
2025-09-12 03:02:13.455670924 [2025-09-12 03:02:13] frigate.video ERROR : Doorbell: Unable to read frames from ffmpeg process.
2025-09-12 03:02:13.455742117 [2025-09-12 03:02:13] frigate.video ERROR : Doorbell: ffmpeg process is not running. exiting capture thread...
2025-09-12 03:02:21.213046432 [2025-09-12 03:02:21] watchdog.Doorbell ERROR : Ffmpeg process crashed unexpectedly for Doorbell.
2025-09-12 03:02:21.213124328 [2025-09-12 03:02:21] watchdog.Doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-12 03:02:21.213178760 [2025-09-12 03:02:21] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x5631f8704240] method DESCRIBE failed: 404 Not Found
2025-09-12 03:02:21.213224346 [2025-09-12 03:02:21] ffmpeg.Doorbell.detect ERROR : [in#0 @ 0x5631f8703f40] Error opening input: Server returned 404 Not Found
2025-09-12 03:02:21.213262838 [2025-09-12 03:02:21] ffmpeg.Doorbell.detect ERROR : Error opening input file rtsp://127.0.0.1:8554/Doorbell_sub.
2025-09-12 03:02:21.213298094 [2025-09-12 03:02:21] ffmpeg.Doorbell.detect ERROR : Error opening input files: Server returned 404 Not Found
2025-09-12 03:02:21.213330836 [2025-09-12 03:02:21] watchdog.Doorbell INFO : Restarting ffmpeg...
2025-09-12 03:02:21.214157359 [2025-09-12 03:02:21] ffmpeg.Doorbell.record ERROR : [rtsp @ 0x55db6ef79180] method DESCRIBE failed: 404 Not Found
2025-09-12 03:02:21.214208785 [2025-09-12 03:02:21] ffmpeg.Doorbell.record ERROR : [in#0 @ 0x55db6ef78e80] Error opening input: Server returned 404 Not Found
2025-09-12 03:02:21.214247157 [2025-09-12 03:02:21] ffmpeg.Doorbell.record ERROR : Error opening input file rtsp://127.0.0.1:8554/Doorbell.
2025-09-12 03:02:21.214282825 [2025-09-12 03:02:21] ffmpeg.Doorbell.record ERROR : Error opening input files: Server returned 404 Not Found
2025-09-12 03:02:21.214321046 [2025-09-12 03:02:21] watchdog.Doorbell INFO : Terminating the existing ffmpeg process...
2025-09-12 03:02:21.214356944 [2025-09-12 03:02:21] watchdog.Doorbell INFO : Waiting for ffmpeg to exit gracefully...
2025-09-12 03:02:22.671797810 [2025-09-12 03:02:22] frigate.video ERROR : Doorbell: Unable to read frames from ffmpeg process.
2025-09-12 03:02:22.671890284 [2025-09-12 03:02:22] frigate.video ERROR : Doorbell: ffmpeg process is not running. exiting capture thread...
2025-09-12 03:02:31.215001338 [2025-09-12 03:02:31] watchdog.Doorbell ERROR : Ffmpeg process crashed unexpectedly for Doorbell.
2025-09-12 03:02:31.215578733 [2025-09-12 03:02:31] watchdog.Doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-12 03:02:31.215638716 [2025-09-12 03:02:31] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x563f0e844240] method DESCRIBE failed: 404 Not Found
2025-09-12 03:02:31.215686135 [2025-09-12 03:02:31] ffmpeg.Doorbell.detect ERROR : [in#0 @ 0x563f0e843f40] Error opening input: Server returned 404 Not Found
2025-09-12 03:02:31.215720249 [2025-09-12 03:02:31] ffmpeg.Doorbell.detect ERROR : Error opening input file rtsp://127.0.0.1:8554/Doorbell_sub.
2025-09-12 03:02:31.215751327 [2025-09-12 03:02:31] ffmpeg.Doorbell.detect ERROR : Error opening input files: Server returned 404 Not Found
2025-09-12 03:02:31.215778298 [2025-09-12 03:02:31] watchdog.Doorbell INFO : Restarting ffmpeg...
2025-09-12 03:02:31.216569424 [2025-09-12 03:02:31] ffmpeg.Doorbell.record ERROR : [rtsp @ 0x56471c0aa180] method DESCRIBE failed: 404 Not Found
2025-09-12 03:02:31.216610431 [2025-09-12 03:02:31] ffmpeg.Doorbell.record ERROR : [in#0 @ 0x56471c0a9e80] Error opening input: Server returned 404 Not Found
2025-09-12 03:02:31.216648392 [2025-09-12 03:02:31] ffmpeg.Doorbell.record ERROR : Error opening input file rtsp://127.0.0.1:8554/Doorbell.
2025-09-12 03:02:31.216680002 [2025-09-12 03:02:31] ffmpeg.Doorbell.record ERROR : Error opening input files: Server returned 404 Not Found
2025-09-12 03:02:31.216710178 [2025-09-12 03:02:31] watchdog.Doorbell INFO : Terminating the existing ffmpeg process...
2025-09-12 03:02:31.216743992 [2025-09-12 03:02:31] watchdog.Doorbell INFO : Waiting for ffmpeg to exit gracefully...
2025-09-12 03:02:31.887815731 [2025-09-12 03:02:31] frigate.video ERROR : Doorbell: Unable to read frames from ffmpeg process.
2025-09-12 03:02:31.887890351 [2025-09-12 03:02:31] frigate.video ERROR : Doorbell: ffmpeg process is not running. exiting capture thread...
2025-09-12 03:02:41.217339533 [2025-09-12 03:02:41] watchdog.Doorbell ERROR : Ffmpeg process crashed unexpectedly for Doorbell.
2025-09-12 03:02:41.217456463 [2025-09-12 03:02:41] watchdog.Doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-12 03:02:41.217519461 [2025-09-12 03:02:41] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x56163ae7a240] method DESCRIBE failed: 404 Not Found
2025-09-12 03:02:41.218058163 [2025-09-12 03:02:41] ffmpeg.Doorbell.detect ERROR : [in#0 @ 0x56163ae79f40] Error opening input: Server returned 404 Not Found
2025-09-12 03:02:41.218092217 [2025-09-12 03:02:41] ffmpeg.Doorbell.detect ERROR : Error opening input file rtsp://127.0.0.1:8554/Doorbell_sub.
2025-09-12 03:02:41.218123446 [2025-09-12 03:02:41] ffmpeg.Doorbell.detect ERROR : Error opening input files: Server returned 404 Not Found
2025-09-12 03:02:41.218151479 [2025-09-12 03:02:41] watchdog.Doorbell INFO : Restarting ffmpeg...
2025-09-12 03:02:41.218930392 [2025-09-12 03:02:41] ffmpeg.Doorbell.record ERROR : [rtsp @ 0x555f72543180] method DESCRIBE failed: 404 Not Found
2025-09-12 03:02:41.218984754 [2025-09-12 03:02:41] ffmpeg.Doorbell.record ERROR : [in#0 @ 0x555f72542e80] Error opening input: Server returned 404 Not Found
2025-09-12 03:02:41.219020050 [2025-09-12 03:02:41] ffmpeg.Doorbell.record ERROR : Error opening input file rtsp://127.0.0.1:8554/Doorbell.
2025-09-12 03:02:41.219052802 [2025-09-12 03:02:41] ffmpeg.Doorbell.record ERROR : Error opening input files: Server returned 404 Not Found
2025-09-12 03:02:41.219086185 [2025-09-12 03:02:41] watchdog.Doorbell INFO : Terminating the existing ffmpeg process...
2025-09-12 03:02:41.219120299 [2025-09-12 03:02:41] watchdog.Doorbell INFO : Waiting for ffmpeg to exit gracefully...
2025-09-12 03:02:44.176732636 [2025-09-12 03:02:44] frigate.video ERROR : Doorbell: Unable to read frames from ffmpeg process.
2025-09-12 03:02:44.176807867 [2025-09-12 03:02:44] frigate.video ERROR : Doorbell: ffmpeg process is not running. exiting capture thread...
2025-09-12 03:02:51.219761832 [2025-09-12 03:02:51] watchdog.Doorbell ERROR : Ffmpeg process crashed unexpectedly for Doorbell.
2025-09-12 03:02:51.219869524 [2025-09-12 03:02:51] watchdog.Doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-12 03:02:51.219918857 [2025-09-12 03:02:51] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x556b8d567240] method DESCRIBE failed: 404 Not Found
2025-09-12 03:02:51.219955406 [2025-09-12 03:02:51] ffmpeg.Doorbell.detect ERROR : [in#0 @ 0x556b8d566f40] Error opening input: Server returned 404 Not Found
2025-09-12 03:02:51.219985823 [2025-09-12 03:02:51] ffmpeg.Doorbell.detect ERROR : Error opening input file rtsp://127.0.0.1:8554/Doorbell_sub.
2025-09-12 03:02:51.220013976 [2025-09-12 03:02:51] ffmpeg.Doorbell.detect ERROR : Error opening input files: Server returned 404 Not Found
2025-09-12 03:02:51.220041197 [2025-09-12 03:02:51] watchdog.Doorbell INFO : Restarting ffmpeg...
2025-09-12 03:02:51.220929145 [2025-09-12 03:02:51] ffmpeg.Doorbell.record ERROR : [rtsp @ 0x55b26ed3f180] method DESCRIBE failed: 404 Not Found
2025-09-12 03:02:51.221006891 [2025-09-12 03:02:51] ffmpeg.Doorbell.record ERROR : [in#0 @ 0x55b26ed3ee80] Error opening input: Server returned 404 Not Found
2025-09-12 03:02:51.221093183 [2025-09-12 03:02:51] ffmpeg.Doorbell.record ERROR : Error opening input file rtsp://127.0.0.1:8554/Doorbell.
2025-09-12 03:02:51.221140622 [2025-09-12 03:02:51] ffmpeg.Doorbell.record ERROR : Error opening input files: Server returned 404 Not Found
2025-09-12 03:02:51.221168314 [2025-09-12 03:02:51] watchdog.Doorbell INFO : Terminating the existing ffmpeg process...
2025-09-12 03:02:51.221194062 [2025-09-12 03:02:51] watchdog.Doorbell INFO : Waiting for ffmpeg to exit gracefully...
2025-09-12 03:02:53.391694575 [2025-09-12 03:02:53] frigate.video ERROR : Doorbell: Unable to read frames from ffmpeg process.
2025-09-12 03:02:53.391758956 [2025-09-12 03:02:53] frigate.video ERROR : Doorbell: ffmpeg process is not running. exiting capture thread...
2025-09-12 03:03:01.221815901 [2025-09-12 03:03:01] watchdog.Doorbell ERROR : Ffmpeg process crashed unexpectedly for Doorbell.
2025-09-12 03:03:01.221937148 [2025-09-12 03:03:01] watchdog.Doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-12 03:03:01.221995949 [2025-09-12 03:03:01] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x55ec88543240] method DESCRIBE failed: 404 Not Found
2025-09-12 03:03:01.222041835 [2025-09-12 03:03:01] ffmpeg.Doorbell.detect ERROR : [in#0 @ 0x55ec88542f40] Error opening input: Server returned 404 Not Found
2025-09-12 03:03:01.222081349 [2025-09-12 03:03:01] ffmpeg.Doorbell.detect ERROR : Error opening input file rtsp://127.0.0.1:8554/Doorbell_sub.
2025-09-12 03:03:01.222121174 [2025-09-12 03:03:01] ffmpeg.Doorbell.detect ERROR : Error opening input files: Server returned 404 Not Found
2025-09-12 03:03:01.222160017 [2025-09-12 03:03:01] watchdog.Doorbell INFO : Restarting ffmpeg...
2025-09-12 03:03:01.222990617 [2025-09-12 03:03:01] ffmpeg.Doorbell.record ERROR : [rtsp @ 0x55b54020e180] method DESCRIBE failed: 404 Not Found
2025-09-12 03:03:01.223070287 [2025-09-12 03:03:01] ffmpeg.Doorbell.record ERROR : [in#0 @ 0x55b54020de80] Error opening input: Server returned 404 Not Found
2025-09-12 03:03:01.223146650 [2025-09-12 03:03:01] ffmpeg.Doorbell.record ERROR : Error opening input file rtsp://127.0.0.1:8554/Doorbell.
2025-09-12 03:03:01.223195592 [2025-09-12 03:03:01] ffmpeg.Doorbell.record ERROR : Error opening input files: Server returned 404 Not Found
2025-09-12 03:03:01.223228705 [2025-09-12 03:03:01] watchdog.Doorbell INFO : Terminating the existing ffmpeg process...
2025-09-12 03:03:01.223254573 [2025-09-12 03:03:01] watchdog.Doorbell INFO : Waiting for ffmpeg to exit gracefully...
2025-09-12 03:03:02.607607184 [2025-09-12 03:03:02] frigate.video ERROR : Doorbell: Unable to read frames from ffmpeg process.
2025-09-12 03:03:02.607665794 [2025-09-12 03:03:02] frigate.video ERROR : Doorbell: ffmpeg process is not running. exiting capture thread...
2025-09-12 03:03:11.223804436 [2025-09-12 03:03:11] watchdog.Doorbell ERROR : Ffmpeg process crashed unexpectedly for Doorbell.
2025-09-12 03:03:11.223906718 [2025-09-12 03:03:11] watchdog.Doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-12 03:03:11.223984745 [2025-09-12 03:03:11] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x55a153b66240] method DESCRIBE failed: 404 Not Found
2025-09-12 03:03:11.224015052 [2025-09-12 03:03:11] ffmpeg.Doorbell.detect ERROR : [in#0 @ 0x55a153b65f40] Error opening input: Server returned 404 Not Found
2025-09-12 03:03:11.224042494 [2025-09-12 03:03:11] ffmpeg.Doorbell.detect ERROR : Error opening input file rtsp://127.0.0.1:8554/Doorbell_sub.
2025-09-12 03:03:11.224070386 [2025-09-12 03:03:11] ffmpeg.Doorbell.detect ERROR : Error opening input files: Server returned 404 Not Found
2025-09-12 03:03:11.224098489 [2025-09-12 03:03:11] watchdog.Doorbell INFO : Restarting ffmpeg...
2025-09-12 03:03:11.224999351 [2025-09-12 03:03:11] ffmpeg.Doorbell.record ERROR : [rtsp @ 0x564a74b9e180] method DESCRIBE failed: 404 Not Found
2025-09-12 03:03:11.225079993 [2025-09-12 03:03:11] ffmpeg.Doorbell.record ERROR : [in#0 @ 0x564a74b9de80] Error opening input: Server returned 404 Not Found
2025-09-12 03:03:11.225146257 [2025-09-12 03:03:11] ffmpeg.Doorbell.record ERROR : Error opening input file rtsp://127.0.0.1:8554/Doorbell.
2025-09-12 03:03:11.225220527 [2025-09-12 03:03:11] ffmpeg.Doorbell.record ERROR : Error opening input files: Server returned 404 Not Found
2025-09-12 03:03:11.225249000 [2025-09-12 03:03:11] watchdog.Doorbell INFO : Terminating the existing ffmpeg process...
2025-09-12 03:03:11.225310125 [2025-09-12 03:03:11] watchdog.Doorbell INFO : Waiting for ffmpeg to exit gracefully...
2025-09-12 03:03:11.823533589 [2025-09-12 03:03:11] frigate.video ERROR : Doorbell: Unable to read frames from ffmpeg process.
2025-09-12 03:03:11.823615382 [2025-09-12 03:03:11] frigate.video ERROR : Doorbell: ffmpeg process is not running. exiting capture thread...
2025-09-12 03:03:21.226211077 [2025-09-12 03:03:21] watchdog.Doorbell ERROR : Ffmpeg process crashed unexpectedly for Doorbell.
2025-09-12 03:03:21.226372871 [2025-09-12 03:03:21] watchdog.Doorbell ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2025-09-12 03:03:21.226507273 [2025-09-12 03:03:21] ffmpeg.Doorbell.detect ERROR : [rtsp @ 0x559784f26240] method DESCRIBE failed: 404 Not Found
2025-09-12 03:03:21.226588546 [2025-09-12 03:03:21] ffmpeg.Doorbell.detect ERROR : [in#0 @ 0x559784f25f40] Error opening input: Server returned 404 Not Found
2025-09-12 03:03:21.226629423 [2025-09-12 03:03:21] ffmpeg.Doorbell.detect ERROR : Error opening input file rtsp://127.0.0.1:8554/Doorbell_sub.
2025-09-12 03:03:21.226684696 [2025-09-12 03:03:21] ffmpeg.Doorbell.detect ERROR : Error opening input files: Server returned 404 Not Found
2025-09-12 03:03:21.226719191 [2025-09-12 03:03:21] watchdog.Doorbell INFO : Restarting ffmpeg...
2025-09-12 03:03:21.227303980 [2025-09-12 03:03:21] ffmpeg.Doorbell.record ERROR : [rtsp @ 0x55af4603b180] method DESCRIBE failed: 404 Not Found
2025-09-12 03:03:21.227354184 [2025-09-12 03:03:21] ffmpeg.Doorbell.record ERROR : [in#0 @ 0x55af4603ae80] Error opening input: Server returned 404 Not Found
2025-09-12 03:03:21.227402064 [2025-09-12 03:03:21] ffmpeg.Doorbell.record ERROR : Error opening input file rtsp://127.0.0.1:8554/Doorbell.
2025-09-12 03:03:21.227438853 [2025-09-12 03:03:21] ffmpeg.Doorbell.record ERROR : Error opening input files: Server returned 404 Not Found
2025-09-12 03:03:21.227474209 [2025-09-12 03:03:21] watchdog.Doorbell INFO : Terminating the existing ffmpeg process...
2025-09-12 03:03:21.227503014 [2025-09-12 03:03:21] watchdog.Doorbell INFO : Waiting for ffmpeg to exit gracefully...
2025-09-12 08:51:35.364988821 [2025-09-12 08:51:35] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 08:52:02.299349090 [2025-09-12 08:52:02] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 08:52:13.106831136 [2025-09-12 08:52:13] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 08:58:13.031528890 [2025-09-12 08:58:13] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 09:52:27.587263702 [2025-09-12 09:52:27] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 09:55:16.575863366 [2025-09-12 09:55:16] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 09:59:04.478595010 [2025-09-12 09:59:04] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 10:00:33.521525924 [2025-09-12 10:00:33] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 11:20:27.933819492 [2025-09-12 11:20:27] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 11:21:31.934463622 [2025-09-12 11:21:31] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 11:21:40.034459429 [2025-09-12 11:21:40] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 11:21:56.337786349 [2025-09-12 11:21:56] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 11:25:21.908634792 [2025-09-12 11:25:21] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 11:25:21.988298479 [2025-09-12 11:25:21] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 11:25:34.598835341 [2025-09-12 11:25:34] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 11:31:34.620956288 [2025-09-12 11:31:34] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 11:47:06.000036954 [2025-09-12 11:47:05] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 11:47:16.807179501 [2025-09-12 11:47:16] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 11:47:25.890412162 [2025-09-12 11:47:25] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 11:53:25.908875618 [2025-09-12 11:53:25] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 12:00:11.893592452 [2025-09-12 12:00:11] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 12:00:33.638001161 [2025-09-12 12:00:33] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 12:06:11.867493113 [2025-09-12 12:06:11] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 12:06:33.648106719 [2025-09-12 12:06:33] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 12:19:45.671215492 [2025-09-12 12:19:45] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 12:20:05.079813063 [2025-09-12 12:20:05] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 12:20:20.917659995 [2025-09-12 12:20:20] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 12:20:20.988870761 [2025-09-12 12:20:20] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 12:58:17.849258612 [2025-09-12 12:58:17] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 12:58:30.388440412 [2025-09-12 12:58:30] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 13:01:08.600285210 [2025-09-12 13:01:08] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 13:01:08.742384927 [2025-09-12 13:01:08] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 13:01:23.211749437 [2025-09-12 13:01:23] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 13:02:36.295717645 [2025-09-12 13:02:36] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 13:02:45.912375654 [2025-09-12 13:02:45] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 13:02:46.004861550 [2025-09-12 13:02:46] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 13:21:45.645545535 [2025-09-12 13:21:45] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 13:22:25.847926757 [2025-09-12 13:22:25] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 13:22:43.496863574 [2025-09-12 13:22:43] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 13:22:43.590764440 [2025-09-12 13:22:43] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 13:22:49.445218114 [2025-09-12 13:22:49] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 13:26:01.698084476 [2025-09-12 13:26:01] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 13:26:25.738578343 [2025-09-12 13:26:25] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 13:26:25.816207181 [2025-09-12 13:26:25] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 13:34:21.015311469 [2025-09-12 13:34:21] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch
2025-09-12 13:36:17.876311249 [2025-09-12 13:36:17] frigate.comms.dispatcher INFO : Setting ptz command to OnvifCommandEnum.preset for Overwatch Relevant go2rtc log outputRebooted container before I got the crash logs for go2rtc, will update when I have a crash.
2025-09-12 14:53:12.262427098 [INFO] Preparing new go2rtc config...
2025-09-12 14:53:12.517225903 [INFO] Starting go2rtc...
2025-09-12 14:53:12.579072824 14:53:12.579 INF go2rtc platform=linux/amd64 revision=fa580c5 version=1.9.9
2025-09-12 14:53:12.579076410 14:53:12.579 INF config path=/dev/shm/go2rtc.yaml
2025-09-12 14:53:12.579341659 14:53:12.579 INF [rtsp] listen addr=:8554
2025-09-12 14:53:12.579387004 14:53:12.579 INF [api] listen addr=:1984
2025-09-12 14:53:12.581684540 14:53:12.581 INF [webrtc] listen addr=:8555
2025-09-12 14:53:21.929421316 [INFO] Starting go2rtc healthcheck service... FFprobe output from your cameracommand not found in frigate docker. Install methodDocker Compose Object DetectorOpenVino Network connectionWired Camera make and modelHikvision, Dahua and Reolink doorbell 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: 2 comments 5 replies
-
Looking at your logs, you're experiencing widespread ffmpeg crashes across multiple cameras in Frigate 16.1. The error patterns show timestamp issues with "[segment @ ...] Timestamps are unset in a packet" and "Non-monotonic DTS" errors (1). Your hardware acceleration configuration using A few things to check:
Try these configuration changes: ffmpeg:
hwaccel_args: preset-vaapi
retry_interval: 30
detectors:
ov_0:
type: openvino
device: CPU # Try CPU instead of GPU temporarily
ov_1:
type: openvino
device: CPU You might also try changing your driver to 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
No crashes for 2 days on 16.1 with go2rtc 1.9.2, so I am going to call it fixed thanks |
Beta Was this translation helpful? Give feedback.
Your logs are showing that go2rtc is crashing. You may want to reach out on go2rtc's github. You could also try downgrading to the go2rtc that shipped with Frigate 0.15, which was 1.9.2. See the docs on how to do that: https://docs.frigate.video/configuration/advanced/#custom-go2rtc-version