[HW Accel Support]: Asustor AS6404T FFmpeg crashing #11411
-
Describe the problem you are havingI try running Frigate on my NAS in docker. Both with
And both with
And without VersionLatest tag in docker Frigate config fileobjects:
track:
- person
detect:
# Optional: Number of frames without a detection before frigate considers an object to be gone. (default: 5x the frame rate)
max_disappeared: 50
detectors:
coral:
type: edgetpu
device: usb
database:
path: /config/database/frigate.db
mqtt:
# Required: host name
host: 192.168.0.15
# Optional: port (default: shown below)
port: 1883
# Optional: topic prefix (default: shown below)
# WARNING: must be unique if you are running multiple instances
topic_prefix: frigate
# Optional: client id (default: shown below)
# WARNING: must be unique if you are running multiple instances
client_id: frigate
# Optional: user
user: mosquitto
# Optional: password
# NOTE: Environment variables that begin with 'FRIGATE_' may be referenced in {}.
# eg. password: '{FRIGATE_MQTT_PASSWORD}'
password: 'pwd'
# Optional: interval in seconds for publishing stats (default: shown below)
stats_interval: 60
ffmpeg:
hwaccel_args: preset-vaapi
go2rtc:
streams:
front_door_camera_sub:
- 'ffmpeg:rtmp://192.168.0.210/bcs/channel0_sub.bcs?channel=1&stream=1&user=admin&password=pwd#video=h264#audio=opus#hardware'
front_door_camera_main:
- 'ffmpeg:rtmp://192.168.0.210/bcs/channel0_main.bcs?channel=1&stream=1&user=admin&password=pwd#video=h264#audio=opus#hardware'
patio_camera:
- rtsp://192.168.50.10:554/live/main
patio_camera_sub:
- rtsp://192.168.50.10:554/live/sub
faceshot_camera:
- 'ffmpeg:rtsp://admin:pwd@192.168.50.9:8554/live0#video=h264#rotate=90#hardware'
faceshot_camera_sub:
- 'ffmpeg:rtsp://admin:pwd@192.168.50.9:8554/live1#video=h264#rotate=90#hardware'
back_door_camera:
- 'ffmpeg:rtsp://192.168.50.5:8554/CH001.sdp#video=h264#rotate=90#hardware'
back_door_camera_sub:
- 'ffmpeg:rtsp://192.168.50.5:8554/CH002.sdp#video=h264#rotate=90#hardware'
cameras:
patio_camera:
mqtt:
timestamp: False
bounding_box: False
crop: True
quality: 100
height: 1000
ffmpeg:
input_args: preset-rtsp-restream
inputs:
- path: rtsp://127.0.0.1:8554/patio_camera
roles:
- record
- path: rtsp://127.0.0.1:8554/patio_camera_sub
roles:
- detect
output_args:
rtmp: -c copy -f flv
detect:
width: 704
height: 576
fps: 5
# zones:
# entrance:
# coordinates: 2560,1920,2560,0,1661,0,1410,359,950,442,0,1253,0,1920
snapshots:
# Optional: Enable writing jpg snapshot to /media/frigate/clips (default: shown below)
# This value can be set via MQTT and will be updated in startup based on retained value
enabled: true
# Optional: print a timestamp on the snapshots (default: shown below)
timestamp: false
# Optional: draw bounding box on the snapshots (default: shown below)
bounding_box: true
# Optional: crop the snapshot (default: shown below)
crop: false
# required_zones:
# Optional: height to resize the snapshot to (default: original size)
# Optional: Restrict snapshots to objects that entered any of the listed zones (default: no required zones)
# Optional: Camera override for retention settings (default: global values)
retain:
# Required: Default retention days (default: shown below)
default: 10
# Optional: Per object retention days
objects:
person: 60
record:
# Optional: Enable recording (default: shown below)
enabled: true
# Optional: Number of days to retain (default: shown below)
#retain_days: 60
# Optional: Event recording settings
events:
# Optional: Enable event recording retention settings (default: shown below)
# Optional: Maximum length of time to retain video during long events. (default: shown below)
# NOTE: If an object is being tracked for longer than this amount of time, the cache
# will begin to expire and the resulting clip will be the last x seconds of the event unless retain_days under record is > 0.
#max_seconds: 60000
# Optional: Number of seconds before the event to include in the event (default: shown below)
pre_capture: 60
# Optional: Number of seconds after the event to include in the event (default: shown below)
post_capture: 60
# Optional: Objects to save event for. (default: all tracked objects)
objects:
- person
# Optional: Restrict event to objects that entered any of the listed zones (default: no required zones)
# required_zones: ["entrance"]
# Optional: Retention settings for event
retain:
# Required: Default retention days (default: shown below)
default: 10
# Optional: Per object retention days
objects:
person: 60
front_door_camera:
ffmpeg:
hwaccel_args: preset-nvidia-h264
input_args: preset-rtsp-restream
inputs:
- path: rtsp://127.0.0.1:8554/front_door_camera_main
roles:
- record
- path: rtsp://127.0.0.1:8554/front_door_camera_sub
roles:
- detect
detect:
width: 640
height: 480
fps: 5
live:
stream_name: front_door_camera_sub
record:
# Optional: Enable recording (default: shown below)
enabled: true
# Optional: Number of days to retain (default: shown below)
#retain_days: 60
# Optional: Event recording settings
events:
# Optional: Enable event recording retention settings (default: shown below)
# Optional: Maximum length of time to retain video during long events. (default: shown below)
# NOTE: If an object is being tracked for longer than this amount of time, the cache
# will begin to expire and the resulting clip will be the last x seconds of the event unless retain_days under record is > 0.
# max_seconds: 60000
# Optional: Number of seconds before the event to include in the event (default: shown below)
pre_capture: 2
# Optional: Number of seconds after the event to include in the event (default: shown below)
post_capture: 10
# Optional: Objects to save event for. (default: all tracked objects)
objects:
- person
# Optional: Restrict event to objects that entered any of the listed zones (default: no required zones)
# required_zones: ["entrance"]
# Optional: Retention settings for event
retain:
# Required: Default retention days (default: shown below)
default: 10
# Optional: Per object retention days
objects:
person: 60
objects:
filters:
person:
mask:
- 0,405,0,267,0,0,464,0,466,121,382,135,197,337,171,370,153,397,137,413,96,480,0,480,0,448
back_door_camera:
ffmpeg:
input_args: preset-rtsp-restream
inputs:
- path: rtsp://127.0.0.1:8554/back_door_camera
roles:
- record
- path: rtsp://127.0.0.1:8554/back_door_camera_sub
roles:
- detect
detect:
width: 252
height: 448
fps: 5
snapshots:
enabled: true
# Optional: print a timestamp on the snapshots (default: shown below)
timestamp: false
# Optional: draw bounding box on the snapshots (default: shown below)
bounding_box: true
# Optional: crop the snapshot (default: shown below)
crop: false
required_zones: []
# Optional: height to resize the snapshot to (default: original size)
# Optional: Restrict snapshots to objects that entered any of the listed zones (default: no required zones)
# Optional: Camera override for retention settings (default: global values)
retain:
# Required: Default retention days (default: shown below)
default: 10
# Optional: Per object retention days
objects:
person: 60
record:
# Optional: Enable recording (default: shown below)
enabled: true
# Optional: Number of days to retain (default: shown below)
#retain_days: 0
# Optional: Event recording settings
events:
# Optional: Enable event recording retention settings (default: shown below)
# Optional: Maximum length of time to retain video during long events. (default: shown below)
# NOTE: If an object is being tracked for longer than this amount of time, the cache
# will begin to expire and the resulting clip will be the last x seconds of the event unless retain_days under record is > 0.
#max_seconds: 60000
# Optional: Number of seconds before the event to include in the event (default: shown below)
pre_capture: 10
# Optional: Number of seconds after the event to include in the event (default: shown below)
post_capture: 10
# Optional: Objects to save event for. (default: all tracked objects)
objects:
- person
# Optional: Restrict event to objects that entered any of the listed zones (default: no required zones)
required_zones: []
# Optional: Retention settings for event
retain:
# Required: Default retention days (default: shown below)
default: 10
# Optional: Per object retention days
objects:
person: 60
#objects:
objects:
filters:
person:
mask:
- 0,402,0,0,23,0,75,190
faceshot_camera:
ffmpeg:
input_args: preset-rtsp-restream
inputs:
- path: rtsp://127.0.0.1:8554/faceshot_camera
roles:
- record
- path: rtsp://127.0.0.1:8554/faceshot_camera_sub
roles:
- detect
detect:
width: 1080
height: 1920
fps: 5
snapshots:
# Optional: Enable writing jpg snapshot to /media/frigate/clips (default: shown below)
# This value can be set via MQTT and will be updated in startup based on retained value
enabled: True
# Optional: print a timestamp on the snapshots (default: shown below)
timestamp: False
# Optional: draw bounding box on the snapshots (default: shown below)
bounding_box: True
# Optional: crop the snapshot (default: shown below)
crop: False
required_zones: []
# Optional: height to resize the snapshot to (default: original size)
# Optional: Restrict snapshots to objects that entered any of the listed zones (default: no required zones)
# Optional: Camera override for retention settings (default: global values)
retain:
# Required: Default retention days (default: shown below)
default: 10
# Optional: Per object retention days
objects:
person: 60
record:
# Optional: Enable recording (default: shown below)
enabled: true
# Optional: Number of days to retain (default: shown below)
#retain_days: 60
# Optional: Event recording settings
events:
# Optional: Enable event recording retention settings (default: shown below)
# Optional: Maximum length of time to retain video during long events. (default: shown below)
# NOTE: If an object is being tracked for longer than this amount of time, the cache
# will begin to expire and the resulting clip will be the last x seconds of the event unless retain_days under record is > 0.
# max_seconds: 60000
# Optional: Number of seconds before the event to include in the event (default: shown below)
pre_capture: 10
# Optional: Number of seconds after the event to include in the event (default: shown below)
post_capture: 10
# Optional: Objects to save event for. (default: all tracked objects)
objects:
- person
# Optional: Restrict event to objects that entered any of the listed zones (default: no required zones)
required_zones: []
# Optional: Retention settings for event
retain:
# Required: Default retention days (default: shown below)
default: 10
# Optional: Per object retention days
objects:
person: 60
#objects:
objects:
filters:
person:
min_area: 20000
zones:
facecam_zone:
coordinates: 1296,2304,1296,0,0,0,0,2304 docker-compose file or Docker CLI commandversion: "3.9"
services:
frigate:
container_name: frigate
privileged: true # this may not be necessary for all setups
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:stable
shm_size: "3000mb" # update for your cameras based on calculation above
devices:
- /dev/bus/usb:/dev/bus/usb # Passes the USB Coral, needs to be modified for other versions
volumes:
- /etc/localtime:/etc/localtime:ro
- /volume1/home/admin/docker/frigate/config:/config
- /volume1/frigate_asustor_media:/media/frigate
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "5000:5000"
- "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp
environment:
LIBVA_DRIVER_NAME: i965 Relevant log output2024-05-17 19:28:46.227415554 [INFO] Preparing Frigate...
2024-05-17 19:28:46.250737759 [INFO] Starting Frigate...
2024-05-17 19:28:49.355570226 [2024-05-17 19:28:49] frigate.app INFO : Starting Frigate (0.13.2-6476f8a)
2024-05-17 19:28:49.541121627 [2024-05-17 19:28:49] peewee_migrate.logs INFO : Starting migrations
2024-05-17 19:28:49.553946388 [2024-05-17 19:28:49] peewee_migrate.logs INFO : There is nothing to migrate
2024-05-17 19:28:49.563431414 [2024-05-17 19:28:49] frigate.app INFO : Recording process started: 298
2024-05-17 19:28:49.569117661 [2024-05-17 19:28:49] frigate.app INFO : go2rtc process pid: 89
2024-05-17 19:28:49.612791872 [2024-05-17 19:28:49] detector.coral INFO : Starting detection process: 308
2024-05-17 19:28:52.465709908 [2024-05-17 19:28:49] frigate.app INFO : Output process started: 310
2024-05-17 19:28:52.465976409 [2024-05-17 19:28:49] frigate.app INFO : Camera processor started for patio_camera: 318
2024-05-17 19:28:52.466192359 [2024-05-17 19:28:49] frigate.app INFO : Camera processor started for front_door_camera: 320
2024-05-17 19:28:52.466400597 [2024-05-17 19:28:49] frigate.app INFO : Camera processor started for back_door_camera: 321
2024-05-17 19:28:52.467093101 [2024-05-17 19:28:49] frigate.app INFO : Camera processor started for faceshot_camera: 325
2024-05-17 19:28:52.467386954 [2024-05-17 19:28:49] frigate.app INFO : Capture process started for patio_camera: 327
2024-05-17 19:28:52.467993630 [2024-05-17 19:28:49] frigate.app INFO : Capture process started for front_door_camera: 330
2024-05-17 19:28:52.468276047 [2024-05-17 19:28:49] frigate.app INFO : Capture process started for back_door_camera: 335
2024-05-17 19:28:52.468559988 [2024-05-17 19:28:49] frigate.app INFO : Capture process started for faceshot_camera: 341
2024-05-17 19:28:52.469153575 [2024-05-17 19:28:49] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2024-05-17 19:28:52.474549745 [2024-05-17 19:28:52] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2024-05-17 19:28:52.860422666 [2024-05-17 19:28:52] frigate.video ERROR : patio_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:28:52.861054335 [2024-05-17 19:28:52] frigate.video ERROR : patio_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:28:54.895263614 [2024-05-17 19:28:54] frigate.video ERROR : front_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:28:54.896503740 [2024-05-17 19:28:54] frigate.video ERROR : front_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:28:54.917278073 [2024-05-17 19:28:54] frigate.video ERROR : back_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:28:54.918295301 [2024-05-17 19:28:54] frigate.video ERROR : back_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:28:54.963310943 [2024-05-17 19:28:54] frigate.video ERROR : faceshot_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:28:54.964102192 [2024-05-17 19:28:54] frigate.video ERROR : faceshot_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:09.798132653 [2024-05-17 19:29:09] watchdog.front_door_camera ERROR : Ffmpeg process crashed unexpectedly for front_door_camera.
2024-05-17 19:29:09.798314013 [2024-05-17 19:29:09] watchdog.front_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:09.798733336 [2024-05-17 19:29:09] ffmpeg.front_door_camera.detect ERROR : rtsp://127.0.0.1:8554/front_door_camera_sub: Invalid data found when processing input
2024-05-17 19:29:09.812335947 [2024-05-17 19:29:09] watchdog.patio_camera ERROR : Ffmpeg process crashed unexpectedly for patio_camera.
2024-05-17 19:29:09.813110399 [2024-05-17 19:29:09] watchdog.patio_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:09.813247349 [2024-05-17 19:29:09] ffmpeg.patio_camera.detect ERROR : [rtsp @ 0x55e3217c9c40] method DESCRIBE failed: 404 Not Found
2024-05-17 19:29:09.814426622 [2024-05-17 19:29:09] ffmpeg.patio_camera.detect ERROR : rtsp://127.0.0.1:8554/patio_camera_sub: Server returned 404 Not Found
2024-05-17 19:29:09.831551947 [2024-05-17 19:29:09] watchdog.back_door_camera ERROR : Ffmpeg process crashed unexpectedly for back_door_camera.
2024-05-17 19:29:09.831563166 [2024-05-17 19:29:09] watchdog.back_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:09.832940576 [2024-05-17 19:29:09] ffmpeg.back_door_camera.detect ERROR : rtsp://127.0.0.1:8554/back_door_camera_sub: Invalid data found when processing input
2024-05-17 19:29:09.845561838 [2024-05-17 19:29:09] ffmpeg.patio_camera.record ERROR : [rtsp @ 0x55f40ddaed80] method DESCRIBE failed: 404 Not Found
2024-05-17 19:29:09.845572090 [2024-05-17 19:29:09] ffmpeg.patio_camera.record ERROR : rtsp://127.0.0.1:8554/patio_camera: Server returned 404 Not Found
2024-05-17 19:29:09.845575791 [2024-05-17 19:29:09] watchdog.patio_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:29:09.845585710 [2024-05-17 19:29:09] watchdog.patio_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:29:09.865556647 [2024-05-17 19:29:09] ffmpeg.back_door_camera.record ERROR : rtsp://127.0.0.1:8554/back_door_camera: Invalid data found when processing input
2024-05-17 19:29:09.865566424 [2024-05-17 19:29:09] watchdog.back_door_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:29:09.865569089 [2024-05-17 19:29:09] watchdog.back_door_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:29:09.877191269 [2024-05-17 19:29:09] watchdog.faceshot_camera ERROR : Ffmpeg process crashed unexpectedly for faceshot_camera.
2024-05-17 19:29:09.877202043 [2024-05-17 19:29:09] watchdog.faceshot_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:09.877206213 [2024-05-17 19:29:09] ffmpeg.faceshot_camera.detect ERROR : rtsp://127.0.0.1:8554/faceshot_camera_sub: Invalid data found when processing input
2024-05-17 19:29:09.910867864 [2024-05-17 19:29:09] ffmpeg.faceshot_camera.record ERROR : rtsp://127.0.0.1:8554/faceshot_camera: Invalid data found when processing input
2024-05-17 19:29:09.910879067 [2024-05-17 19:29:09] watchdog.faceshot_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:29:09.911014852 [2024-05-17 19:29:09] watchdog.faceshot_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:29:12.958710841 [2024-05-17 19:29:12] frigate.video ERROR : patio_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:12.959541797 [2024-05-17 19:29:12] frigate.video ERROR : patio_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:14.149070138 [2024-05-17 19:29:14] frigate.video ERROR : front_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:14.150248342 [2024-05-17 19:29:14] frigate.video ERROR : front_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:14.978897424 [2024-05-17 19:29:14] frigate.video ERROR : back_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:14.979646799 [2024-05-17 19:29:14] frigate.video ERROR : back_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:15.023489687 [2024-05-17 19:29:15] frigate.video ERROR : faceshot_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:15.023682258 [2024-05-17 19:29:15] frigate.video ERROR : faceshot_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:19.843786993 [2024-05-17 19:29:19] watchdog.front_door_camera ERROR : Ffmpeg process crashed unexpectedly for front_door_camera.
2024-05-17 19:29:19.843985982 [2024-05-17 19:29:19] watchdog.front_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:19.844250717 [2024-05-17 19:29:19] ffmpeg.front_door_camera.detect ERROR : [AVHWDeviceContext @ 0x55e90633be80] Cannot load libcuda.so.1
2024-05-17 19:29:19.844885013 [2024-05-17 19:29:19] ffmpeg.front_door_camera.detect ERROR : [AVHWDeviceContext @ 0x55e90633be80] Could not dynamically load CUDA
2024-05-17 19:29:19.844893446 [2024-05-17 19:29:19] ffmpeg.front_door_camera.detect ERROR : Device creation failed: -1.
2024-05-17 19:29:19.844896619 [2024-05-17 19:29:19] ffmpeg.front_door_camera.detect ERROR : [h264 @ 0x55e90631d1c0] No device available for decoder: device type cuda needed for codec h264.
2024-05-17 19:29:19.844899348 [2024-05-17 19:29:19] ffmpeg.front_door_camera.detect ERROR : Device setup failed for decoder on input stream #0:0 : Operation not permitted
2024-05-17 19:29:19.878406438 [2024-05-17 19:29:19] watchdog.patio_camera ERROR : Ffmpeg process crashed unexpectedly for patio_camera.
2024-05-17 19:29:19.880232423 [2024-05-17 19:29:19] watchdog.patio_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:19.880241526 [2024-05-17 19:29:19] ffmpeg.patio_camera.detect ERROR : [rtsp @ 0x55c2f55b2c40] method DESCRIBE failed: 404 Not Found
2024-05-17 19:29:19.880244455 [2024-05-17 19:29:19] ffmpeg.patio_camera.detect ERROR : rtsp://127.0.0.1:8554/patio_camera_sub: Server returned 404 Not Found
2024-05-17 19:29:19.895799961 [2024-05-17 19:29:19] watchdog.back_door_camera ERROR : Ffmpeg process crashed unexpectedly for back_door_camera.
2024-05-17 19:29:19.895809964 [2024-05-17 19:29:19] watchdog.back_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:19.895829605 [2024-05-17 19:29:19] ffmpeg.back_door_camera.detect ERROR : rtsp://127.0.0.1:8554/back_door_camera_sub: Invalid data found when processing input
2024-05-17 19:29:19.897263570 [2024-05-17 19:29:19] ffmpeg.patio_camera.record ERROR : [rtsp @ 0x563d8fe15d80] method DESCRIBE failed: 404 Not Found
2024-05-17 19:29:19.909114858 [2024-05-17 19:29:19] ffmpeg.patio_camera.record ERROR : rtsp://127.0.0.1:8554/patio_camera: Server returned 404 Not Found
2024-05-17 19:29:19.909123461 [2024-05-17 19:29:19] watchdog.patio_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:29:19.909126071 [2024-05-17 19:29:19] watchdog.patio_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:29:19.922405059 [2024-05-17 19:29:19] ffmpeg.back_door_camera.record ERROR : rtsp://127.0.0.1:8554/back_door_camera: Invalid data found when processing input
2024-05-17 19:29:19.924013098 [2024-05-17 19:29:19] watchdog.back_door_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:29:19.925814275 [2024-05-17 19:29:19] watchdog.back_door_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:29:19.927395889 [2024-05-17 19:29:19] watchdog.faceshot_camera ERROR : Ffmpeg process crashed unexpectedly for faceshot_camera.
2024-05-17 19:29:19.927404941 [2024-05-17 19:29:19] watchdog.faceshot_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:19.927407887 [2024-05-17 19:29:19] ffmpeg.faceshot_camera.detect ERROR : rtsp://127.0.0.1:8554/faceshot_camera_sub: Invalid data found when processing input
2024-05-17 19:29:19.965276868 [2024-05-17 19:29:19] ffmpeg.faceshot_camera.record ERROR : rtsp://127.0.0.1:8554/faceshot_camera: Invalid data found when processing input
2024-05-17 19:29:19.966130952 [2024-05-17 19:29:19] watchdog.faceshot_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:29:19.966848786 [2024-05-17 19:29:19] watchdog.faceshot_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:29:21.830748279 [2024-05-17 19:29:21] frigate.video ERROR : front_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:21.830758597 [2024-05-17 19:29:21] frigate.video ERROR : front_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:23.003140602 [2024-05-17 19:29:23] frigate.video ERROR : patio_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:23.003323372 [2024-05-17 19:29:23] frigate.video ERROR : patio_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:25.041410517 [2024-05-17 19:29:25] frigate.video ERROR : back_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:25.041913461 [2024-05-17 19:29:25] frigate.video ERROR : back_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:25.085347507 [2024-05-17 19:29:25] frigate.video ERROR : faceshot_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:25.086522716 [2024-05-17 19:29:25] frigate.video ERROR : faceshot_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:29.873702738 [2024-05-17 19:29:29] watchdog.front_door_camera ERROR : Ffmpeg process crashed unexpectedly for front_door_camera.
2024-05-17 19:29:29.874261972 [2024-05-17 19:29:29] watchdog.front_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:29.874271488 [2024-05-17 19:29:29] ffmpeg.front_door_camera.detect ERROR : [AVHWDeviceContext @ 0x5654e5a47f40] Cannot load libcuda.so.1
2024-05-17 19:29:29.874608600 [2024-05-17 19:29:29] ffmpeg.front_door_camera.detect ERROR : [AVHWDeviceContext @ 0x5654e5a47f40] Could not dynamically load CUDA
2024-05-17 19:29:29.874906758 [2024-05-17 19:29:29] ffmpeg.front_door_camera.detect ERROR : Device creation failed: -1.
2024-05-17 19:29:29.876153119 [2024-05-17 19:29:29] ffmpeg.front_door_camera.detect ERROR : [h264 @ 0x5654e5a47700] No device available for decoder: device type cuda needed for codec h264.
2024-05-17 19:29:29.876163763 [2024-05-17 19:29:29] ffmpeg.front_door_camera.detect ERROR : Device setup failed for decoder on input stream #0:0 : Operation not permitted
2024-05-17 19:29:29.934003979 [2024-05-17 19:29:29] watchdog.patio_camera ERROR : Ffmpeg process crashed unexpectedly for patio_camera.
2024-05-17 19:29:29.934014516 [2024-05-17 19:29:29] watchdog.patio_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:29.934857200 [2024-05-17 19:29:29] ffmpeg.patio_camera.detect ERROR : [rtsp @ 0x55f041dbfc40] method DESCRIBE failed: 404 Not Found
2024-05-17 19:29:29.935031173 [2024-05-17 19:29:29] ffmpeg.patio_camera.detect ERROR : rtsp://127.0.0.1:8554/patio_camera_sub: Server returned 404 Not Found
2024-05-17 19:29:29.951241686 [2024-05-17 19:29:29] watchdog.back_door_camera ERROR : Ffmpeg process crashed unexpectedly for back_door_camera.
2024-05-17 19:29:29.951250796 [2024-05-17 19:29:29] watchdog.back_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:29.951253797 [2024-05-17 19:29:29] ffmpeg.back_door_camera.detect ERROR : rtsp://127.0.0.1:8554/back_door_camera_sub: Invalid data found when processing input
2024-05-17 19:29:29.955595273 [2024-05-17 19:29:29] ffmpeg.patio_camera.record ERROR : [rtsp @ 0x5599a57dcd80] method DESCRIBE failed: 404 Not Found
2024-05-17 19:29:29.956019256 [2024-05-17 19:29:29] ffmpeg.patio_camera.record ERROR : rtsp://127.0.0.1:8554/patio_camera: Server returned 404 Not Found
2024-05-17 19:29:29.956292623 [2024-05-17 19:29:29] watchdog.patio_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:29:29.956474630 [2024-05-17 19:29:29] watchdog.patio_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:29:29.990355341 [2024-05-17 19:29:29] ffmpeg.back_door_camera.record ERROR : rtsp://127.0.0.1:8554/back_door_camera: Invalid data found when processing input
2024-05-17 19:29:29.990709383 [2024-05-17 19:29:29] watchdog.back_door_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:29:29.991018966 [2024-05-17 19:29:29] watchdog.back_door_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:29:29.991417965 [2024-05-17 19:29:29] watchdog.faceshot_camera ERROR : Ffmpeg process crashed unexpectedly for faceshot_camera.
2024-05-17 19:29:29.991833100 [2024-05-17 19:29:29] watchdog.faceshot_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:29.992216139 [2024-05-17 19:29:29] ffmpeg.faceshot_camera.detect ERROR : rtsp://127.0.0.1:8554/faceshot_camera_sub: Invalid data found when processing input
2024-05-17 19:29:30.018811891 [2024-05-17 19:29:30] ffmpeg.faceshot_camera.record ERROR : rtsp://127.0.0.1:8554/faceshot_camera: Invalid data found when processing input
2024-05-17 19:29:30.035865771 [2024-05-17 19:29:30] watchdog.faceshot_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:29:30.035874514 [2024-05-17 19:29:30] watchdog.faceshot_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:29:31.920101446 [2024-05-17 19:29:31] frigate.video ERROR : front_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:31.920840695 [2024-05-17 19:29:31] frigate.video ERROR : front_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:33.051704524 [2024-05-17 19:29:33] frigate.video ERROR : patio_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:33.052169676 [2024-05-17 19:29:33] frigate.video ERROR : patio_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:35.098374202 [2024-05-17 19:29:35] frigate.video ERROR : back_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:35.098953190 [2024-05-17 19:29:35] frigate.video ERROR : back_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:35.142692227 [2024-05-17 19:29:35] frigate.video ERROR : faceshot_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:35.143298020 [2024-05-17 19:29:35] frigate.video ERROR : faceshot_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:39.894325853 [2024-05-17 19:29:39] watchdog.front_door_camera ERROR : Ffmpeg process crashed unexpectedly for front_door_camera.
2024-05-17 19:29:39.894695547 [2024-05-17 19:29:39] watchdog.front_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:39.895274645 [2024-05-17 19:29:39] ffmpeg.front_door_camera.detect ERROR : [AVHWDeviceContext @ 0x55802ec18ac0] Cannot load libcuda.so.1
2024-05-17 19:29:39.895283666 [2024-05-17 19:29:39] ffmpeg.front_door_camera.detect ERROR : [AVHWDeviceContext @ 0x55802ec18ac0] Could not dynamically load CUDA
2024-05-17 19:29:39.895768855 [2024-05-17 19:29:39] ffmpeg.front_door_camera.detect ERROR : Device creation failed: -1.
2024-05-17 19:29:39.896143449 [2024-05-17 19:29:39] ffmpeg.front_door_camera.detect ERROR : [h264 @ 0x55802ec28dc0] No device available for decoder: device type cuda needed for codec h264.
2024-05-17 19:29:39.896426138 [2024-05-17 19:29:39] ffmpeg.front_door_camera.detect ERROR : Device setup failed for decoder on input stream #0:0 : Operation not permitted
2024-05-17 19:29:39.978519573 [2024-05-17 19:29:39] watchdog.patio_camera ERROR : Ffmpeg process crashed unexpectedly for patio_camera.
2024-05-17 19:29:39.978959178 [2024-05-17 19:29:39] watchdog.patio_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:39.979193753 [2024-05-17 19:29:39] ffmpeg.patio_camera.detect ERROR : [rtsp @ 0x557d880e4c40] method DESCRIBE failed: 404 Not Found
2024-05-17 19:29:39.989316651 [2024-05-17 19:29:39] ffmpeg.patio_camera.detect ERROR : rtsp://127.0.0.1:8554/patio_camera_sub: Server returned 404 Not Found
2024-05-17 19:29:40.003196395 [2024-05-17 19:29:40] ffmpeg.patio_camera.record ERROR : [rtsp @ 0x561ad69c6d80] method DESCRIBE failed: 404 Not Found
2024-05-17 19:29:40.003395230 [2024-05-17 19:29:40] ffmpeg.patio_camera.record ERROR : rtsp://127.0.0.1:8554/patio_camera: Server returned 404 Not Found
2024-05-17 19:29:40.013331305 [2024-05-17 19:29:40] watchdog.patio_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:29:40.021956816 [2024-05-17 19:29:40] watchdog.back_door_camera ERROR : Ffmpeg process crashed unexpectedly for back_door_camera.
2024-05-17 19:29:40.023200304 [2024-05-17 19:29:40] watchdog.patio_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:29:40.023210827 [2024-05-17 19:29:40] watchdog.back_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:40.023214915 [2024-05-17 19:29:40] ffmpeg.back_door_camera.detect ERROR : rtsp://127.0.0.1:8554/back_door_camera_sub: Invalid data found when processing input
2024-05-17 19:29:40.039279150 [2024-05-17 19:29:40] ffmpeg.back_door_camera.record ERROR : rtsp://127.0.0.1:8554/back_door_camera: Invalid data found when processing input
2024-05-17 19:29:40.051189496 [2024-05-17 19:29:40] watchdog.back_door_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:29:40.052457145 [2024-05-17 19:29:40] watchdog.back_door_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:29:40.066874007 [2024-05-17 19:29:40] watchdog.faceshot_camera ERROR : Ffmpeg process crashed unexpectedly for faceshot_camera.
2024-05-17 19:29:40.068134920 [2024-05-17 19:29:40] watchdog.faceshot_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:40.068145739 [2024-05-17 19:29:40] ffmpeg.faceshot_camera.detect ERROR : rtsp://127.0.0.1:8554/faceshot_camera_sub: Invalid data found when processing input
2024-05-17 19:29:40.083832048 [2024-05-17 19:29:40] ffmpeg.faceshot_camera.record ERROR : rtsp://127.0.0.1:8554/faceshot_camera: Invalid data found when processing input
2024-05-17 19:29:40.083841226 [2024-05-17 19:29:40] watchdog.faceshot_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:29:40.083843851 [2024-05-17 19:29:40] watchdog.faceshot_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:29:43.102365001 [2024-05-17 19:29:43] frigate.video ERROR : patio_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:43.102606159 [2024-05-17 19:29:43] frigate.video ERROR : patio_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:45.013525166 [2024-05-17 19:29:45] frigate.video ERROR : front_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:45.013886130 [2024-05-17 19:29:45] frigate.video ERROR : front_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:45.163687366 [2024-05-17 19:29:45] frigate.video ERROR : back_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:45.164240344 [2024-05-17 19:29:45] frigate.video ERROR : back_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:45.204053076 [2024-05-17 19:29:45] frigate.video ERROR : faceshot_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:45.204815707 [2024-05-17 19:29:45] frigate.video ERROR : faceshot_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:49.929436861 [2024-05-17 19:29:49] watchdog.front_door_camera ERROR : Ffmpeg process crashed unexpectedly for front_door_camera.
2024-05-17 19:29:49.929478398 [2024-05-17 19:29:49] watchdog.front_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:49.929877516 [2024-05-17 19:29:49] ffmpeg.front_door_camera.detect ERROR : [AVHWDeviceContext @ 0x55b06f617c40] Cannot load libcuda.so.1
2024-05-17 19:29:49.929926380 [2024-05-17 19:29:49] ffmpeg.front_door_camera.detect ERROR : [AVHWDeviceContext @ 0x55b06f617c40] Could not dynamically load CUDA
2024-05-17 19:29:49.930491400 [2024-05-17 19:29:49] ffmpeg.front_door_camera.detect ERROR : Device creation failed: -1.
2024-05-17 19:29:49.930499915 [2024-05-17 19:29:49] ffmpeg.front_door_camera.detect ERROR : [h264 @ 0x55b06f613800] No device available for decoder: device type cuda needed for codec h264.
2024-05-17 19:29:49.930678315 [2024-05-17 19:29:49] ffmpeg.front_door_camera.detect ERROR : Device setup failed for decoder on input stream #0:0 : Operation not permitted
2024-05-17 19:29:50.040689422 [2024-05-17 19:29:50] watchdog.patio_camera ERROR : Ffmpeg process crashed unexpectedly for patio_camera.
2024-05-17 19:29:50.041180708 [2024-05-17 19:29:50] watchdog.patio_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:50.041506640 [2024-05-17 19:29:50] ffmpeg.patio_camera.detect ERROR : [rtsp @ 0x55eb14ed9c40] method DESCRIBE failed: 404 Not Found
2024-05-17 19:29:50.041722890 [2024-05-17 19:29:50] ffmpeg.patio_camera.detect ERROR : rtsp://127.0.0.1:8554/patio_camera_sub: Server returned 404 Not Found
2024-05-17 19:29:50.058362956 [2024-05-17 19:29:50] ffmpeg.patio_camera.record ERROR : [rtsp @ 0x559a65015d80] method DESCRIBE failed: 404 Not Found
2024-05-17 19:29:50.058371772 [2024-05-17 19:29:50] ffmpeg.patio_camera.record ERROR : rtsp://127.0.0.1:8554/patio_camera: Server returned 404 Not Found
2024-05-17 19:29:50.058374419 [2024-05-17 19:29:50] watchdog.patio_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:29:50.058381130 [2024-05-17 19:29:50] watchdog.patio_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:29:50.067122611 [2024-05-17 19:29:50] watchdog.back_door_camera ERROR : Ffmpeg process crashed unexpectedly for back_door_camera.
2024-05-17 19:29:50.067400547 [2024-05-17 19:29:50] watchdog.back_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:50.067635074 [2024-05-17 19:29:50] ffmpeg.back_door_camera.detect ERROR : rtsp://127.0.0.1:8554/back_door_camera_sub: Invalid data found when processing input
2024-05-17 19:29:50.104578022 [2024-05-17 19:29:50] ffmpeg.back_door_camera.record ERROR : rtsp://127.0.0.1:8554/back_door_camera: Invalid data found when processing input
2024-05-17 19:29:50.105859204 [2024-05-17 19:29:50] watchdog.back_door_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:29:50.106541911 [2024-05-17 19:29:50] watchdog.back_door_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:29:50.121770654 [2024-05-17 19:29:50] watchdog.faceshot_camera ERROR : Ffmpeg process crashed unexpectedly for faceshot_camera.
2024-05-17 19:29:50.122167578 [2024-05-17 19:29:50] watchdog.faceshot_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:50.122587885 [2024-05-17 19:29:50] ffmpeg.faceshot_camera.detect ERROR : rtsp://127.0.0.1:8554/faceshot_camera_sub: Invalid data found when processing input
2024-05-17 19:29:50.138091742 [2024-05-17 19:29:50] ffmpeg.faceshot_camera.record ERROR : rtsp://127.0.0.1:8554/faceshot_camera: Invalid data found when processing input
2024-05-17 19:29:50.138280480 [2024-05-17 19:29:50] watchdog.faceshot_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:29:50.138535755 [2024-05-17 19:29:50] watchdog.faceshot_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:29:53.148625503 [2024-05-17 19:29:53] frigate.video ERROR : patio_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:53.150439889 [2024-05-17 19:29:53] frigate.video ERROR : patio_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:55.070873896 [2024-05-17 19:29:55] frigate.video ERROR : front_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:55.071565496 [2024-05-17 19:29:55] frigate.video ERROR : front_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:55.216906173 [2024-05-17 19:29:55] frigate.video ERROR : back_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:55.218096038 [2024-05-17 19:29:55] frigate.video ERROR : back_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:55.262146132 [2024-05-17 19:29:55] frigate.video ERROR : faceshot_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:29:55.263160661 [2024-05-17 19:29:55] frigate.video ERROR : faceshot_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:29:59.956461738 [2024-05-17 19:29:59] watchdog.front_door_camera ERROR : Ffmpeg process crashed unexpectedly for front_door_camera.
2024-05-17 19:29:59.956837888 [2024-05-17 19:29:59] watchdog.front_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:29:59.957166189 [2024-05-17 19:29:59] ffmpeg.front_door_camera.detect ERROR : rtsp://127.0.0.1:8554/front_door_camera_sub: Invalid data found when processing input
2024-05-17 19:30:00.081559753 [2024-05-17 19:30:00] watchdog.patio_camera ERROR : Ffmpeg process crashed unexpectedly for patio_camera.
2024-05-17 19:30:00.082572924 [2024-05-17 19:30:00] watchdog.patio_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:00.082625188 [2024-05-17 19:30:00] ffmpeg.patio_camera.detect ERROR : [rtsp @ 0x564b1715bc40] method DESCRIBE failed: 404 Not Found
2024-05-17 19:30:00.083177084 [2024-05-17 19:30:00] ffmpeg.patio_camera.detect ERROR : rtsp://127.0.0.1:8554/patio_camera_sub: Server returned 404 Not Found
2024-05-17 19:30:00.112675390 [2024-05-17 19:30:00] ffmpeg.patio_camera.record ERROR : [rtsp @ 0x55b915c7cd80] method DESCRIBE failed: 404 Not Found
2024-05-17 19:30:00.113322736 [2024-05-17 19:30:00] ffmpeg.patio_camera.record ERROR : rtsp://127.0.0.1:8554/patio_camera: Server returned 404 Not Found
2024-05-17 19:30:00.114012643 [2024-05-17 19:30:00] watchdog.patio_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:30:00.114254503 [2024-05-17 19:30:00] watchdog.patio_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:30:00.115091896 [2024-05-17 19:30:00] watchdog.back_door_camera ERROR : Ffmpeg process crashed unexpectedly for back_door_camera.
2024-05-17 19:30:00.115469068 [2024-05-17 19:30:00] watchdog.back_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:00.115701915 [2024-05-17 19:30:00] ffmpeg.back_door_camera.detect ERROR : rtsp://127.0.0.1:8554/back_door_camera_sub: Invalid data found when processing input
2024-05-17 19:30:00.138769221 [2024-05-17 19:30:00] ffmpeg.back_door_camera.record ERROR : rtsp://127.0.0.1:8554/back_door_camera: Invalid data found when processing input
2024-05-17 19:30:00.138795998 [2024-05-17 19:30:00] watchdog.back_door_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:30:00.138800095 [2024-05-17 19:30:00] watchdog.back_door_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:30:00.160036043 [2024-05-17 19:30:00] watchdog.faceshot_camera ERROR : Ffmpeg process crashed unexpectedly for faceshot_camera.
2024-05-17 19:30:00.160472004 [2024-05-17 19:30:00] watchdog.faceshot_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:00.160678519 [2024-05-17 19:30:00] ffmpeg.faceshot_camera.detect ERROR : rtsp://127.0.0.1:8554/faceshot_camera_sub: Invalid data found when processing input
2024-05-17 19:30:00.192461598 [2024-05-17 19:30:00] ffmpeg.faceshot_camera.record ERROR : rtsp://127.0.0.1:8554/faceshot_camera: Invalid data found when processing input
2024-05-17 19:30:00.192836524 [2024-05-17 19:30:00] watchdog.faceshot_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:30:00.193253983 [2024-05-17 19:30:00] watchdog.faceshot_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:30:03.195651927 [2024-05-17 19:30:03] frigate.video ERROR : patio_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:03.195946491 [2024-05-17 19:30:03] frigate.video ERROR : patio_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:04.590199561 [2024-05-17 19:30:04] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_door_camera. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-17 19:30:05.091606986 [2024-05-17 19:30:05] frigate.video ERROR : front_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:05.093202850 [2024-05-17 19:30:05] frigate.video ERROR : front_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:05.264869594 [2024-05-17 19:30:05] frigate.video ERROR : back_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:05.265572284 [2024-05-17 19:30:05] frigate.video ERROR : back_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:05.314666333 [2024-05-17 19:30:05] frigate.video ERROR : faceshot_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:05.315118917 [2024-05-17 19:30:05] frigate.video ERROR : faceshot_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:09.980263546 [2024-05-17 19:30:09] watchdog.front_door_camera ERROR : Ffmpeg process crashed unexpectedly for front_door_camera.
2024-05-17 19:30:09.980468523 [2024-05-17 19:30:09] watchdog.front_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:09.980659173 [2024-05-17 19:30:09] ffmpeg.front_door_camera.detect ERROR : rtsp://127.0.0.1:8554/front_door_camera_sub: Invalid data found when processing input
2024-05-17 19:30:10.123852677 [2024-05-17 19:30:10] watchdog.patio_camera ERROR : Ffmpeg process crashed unexpectedly for patio_camera.
2024-05-17 19:30:10.123861937 [2024-05-17 19:30:10] watchdog.patio_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:10.124110926 [2024-05-17 19:30:10] ffmpeg.patio_camera.detect ERROR : [rtsp @ 0x55a6f842fc40] method DESCRIBE failed: 404 Not Found
2024-05-17 19:30:10.124298952 [2024-05-17 19:30:10] ffmpeg.patio_camera.detect ERROR : rtsp://127.0.0.1:8554/patio_camera_sub: Server returned 404 Not Found
2024-05-17 19:30:10.159886627 [2024-05-17 19:30:10] ffmpeg.patio_camera.record ERROR : [rtsp @ 0x564b17d6bd80] method DESCRIBE failed: 404 Not Found
2024-05-17 19:30:10.160246685 [2024-05-17 19:30:10] ffmpeg.patio_camera.record ERROR : rtsp://127.0.0.1:8554/patio_camera: Server returned 404 Not Found
2024-05-17 19:30:10.161068143 [2024-05-17 19:30:10] watchdog.patio_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:30:10.161666333 [2024-05-17 19:30:10] watchdog.patio_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:30:10.165193202 [2024-05-17 19:30:10] watchdog.back_door_camera ERROR : Ffmpeg process crashed unexpectedly for back_door_camera.
2024-05-17 19:30:10.165596595 [2024-05-17 19:30:10] watchdog.back_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:10.165604354 [2024-05-17 19:30:10] ffmpeg.back_door_camera.detect ERROR : rtsp://127.0.0.1:8554/back_door_camera_sub: Invalid data found when processing input
2024-05-17 19:30:10.195638336 [2024-05-17 19:30:10] ffmpeg.back_door_camera.record ERROR : rtsp://127.0.0.1:8554/back_door_camera: Invalid data found when processing input
2024-05-17 19:30:10.195646648 [2024-05-17 19:30:10] watchdog.back_door_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:30:10.195649294 [2024-05-17 19:30:10] watchdog.back_door_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:30:10.223083931 [2024-05-17 19:30:10] watchdog.faceshot_camera ERROR : Ffmpeg process crashed unexpectedly for faceshot_camera.
2024-05-17 19:30:10.224255669 [2024-05-17 19:30:10] watchdog.faceshot_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:10.224264159 [2024-05-17 19:30:10] ffmpeg.faceshot_camera.detect ERROR : rtsp://127.0.0.1:8554/faceshot_camera_sub: Invalid data found when processing input
2024-05-17 19:30:10.235923442 [2024-05-17 19:30:10] ffmpeg.faceshot_camera.record ERROR : rtsp://127.0.0.1:8554/faceshot_camera: Invalid data found when processing input
2024-05-17 19:30:10.236230633 [2024-05-17 19:30:10] watchdog.faceshot_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:30:10.236457126 [2024-05-17 19:30:10] watchdog.faceshot_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:30:13.244648404 [2024-05-17 19:30:13] frigate.video ERROR : patio_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:13.246322310 [2024-05-17 19:30:13] frigate.video ERROR : patio_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:14.591866761 [2024-05-17 19:30:14] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_door_camera. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-17 19:30:15.115159795 [2024-05-17 19:30:15] frigate.video ERROR : front_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:15.115579544 [2024-05-17 19:30:15] frigate.video ERROR : front_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:15.307280578 [2024-05-17 19:30:15] frigate.video ERROR : back_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:15.308359006 [2024-05-17 19:30:15] frigate.video ERROR : back_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:15.360772531 [2024-05-17 19:30:15] frigate.video ERROR : faceshot_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:15.361525683 [2024-05-17 19:30:15] frigate.video ERROR : faceshot_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:19.994006783 [2024-05-17 19:30:19] watchdog.front_door_camera ERROR : Ffmpeg process crashed unexpectedly for front_door_camera.
2024-05-17 19:30:19.994359439 [2024-05-17 19:30:19] watchdog.front_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:19.994474685 [2024-05-17 19:30:19] ffmpeg.front_door_camera.detect ERROR : rtsp://127.0.0.1:8554/front_door_camera_sub: Invalid data found when processing input
2024-05-17 19:30:20.171143159 [2024-05-17 19:30:20] watchdog.patio_camera ERROR : Ffmpeg process crashed unexpectedly for patio_camera.
2024-05-17 19:30:20.172110300 [2024-05-17 19:30:20] watchdog.patio_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:20.172821737 [2024-05-17 19:30:20] ffmpeg.patio_camera.detect ERROR : [rtsp @ 0x55d76d118c40] method DESCRIBE failed: 404 Not Found
2024-05-17 19:30:20.172832986 [2024-05-17 19:30:20] ffmpeg.patio_camera.detect ERROR : rtsp://127.0.0.1:8554/patio_camera_sub: Server returned 404 Not Found
2024-05-17 19:30:20.203569389 [2024-05-17 19:30:20] ffmpeg.patio_camera.record ERROR : [rtsp @ 0x562dd18c4d80] method DESCRIBE failed: 404 Not Found
2024-05-17 19:30:20.204197772 [2024-05-17 19:30:20] ffmpeg.patio_camera.record ERROR : rtsp://127.0.0.1:8554/patio_camera: Server returned 404 Not Found
2024-05-17 19:30:20.204514387 [2024-05-17 19:30:20] watchdog.patio_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:30:20.204804583 [2024-05-17 19:30:20] watchdog.patio_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:30:20.208370462 [2024-05-17 19:30:20] watchdog.back_door_camera ERROR : Ffmpeg process crashed unexpectedly for back_door_camera.
2024-05-17 19:30:20.208642373 [2024-05-17 19:30:20] watchdog.back_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:20.208893313 [2024-05-17 19:30:20] ffmpeg.back_door_camera.detect ERROR : rtsp://127.0.0.1:8554/back_door_camera_sub: Invalid data found when processing input
2024-05-17 19:30:20.248694131 [2024-05-17 19:30:20] ffmpeg.back_door_camera.record ERROR : rtsp://127.0.0.1:8554/back_door_camera: Invalid data found when processing input
2024-05-17 19:30:20.248703092 [2024-05-17 19:30:20] watchdog.back_door_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:30:20.248705781 [2024-05-17 19:30:20] watchdog.back_door_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:30:20.256078725 [2024-05-17 19:30:20] watchdog.faceshot_camera ERROR : Ffmpeg process crashed unexpectedly for faceshot_camera.
2024-05-17 19:30:20.256437509 [2024-05-17 19:30:20] watchdog.faceshot_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:20.256443847 [2024-05-17 19:30:20] ffmpeg.faceshot_camera.detect ERROR : rtsp://127.0.0.1:8554/faceshot_camera_sub: Invalid data found when processing input
2024-05-17 19:30:20.279676917 [2024-05-17 19:30:20] ffmpeg.faceshot_camera.record ERROR : rtsp://127.0.0.1:8554/faceshot_camera: Invalid data found when processing input
2024-05-17 19:30:20.279685094 [2024-05-17 19:30:20] watchdog.faceshot_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:30:20.279687773 [2024-05-17 19:30:20] watchdog.faceshot_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:30:23.291955263 [2024-05-17 19:30:23] frigate.video ERROR : patio_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:23.292599758 [2024-05-17 19:30:23] frigate.video ERROR : patio_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:24.589194206 [2024-05-17 19:30:24] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_door_camera. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-17 19:30:25.143523685 [2024-05-17 19:30:25] frigate.video ERROR : front_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:25.144551299 [2024-05-17 19:30:25] frigate.video ERROR : front_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:25.358492416 [2024-05-17 19:30:25] frigate.video ERROR : back_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:25.358838258 [2024-05-17 19:30:25] frigate.video ERROR : back_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:25.400262225 [2024-05-17 19:30:25] frigate.video ERROR : faceshot_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:25.400399198 [2024-05-17 19:30:25] frigate.video ERROR : faceshot_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:30.021559587 [2024-05-17 19:30:30] watchdog.front_door_camera ERROR : Ffmpeg process crashed unexpectedly for front_door_camera.
2024-05-17 19:30:30.021752438 [2024-05-17 19:30:30] watchdog.front_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:30.022347638 [2024-05-17 19:30:30] ffmpeg.front_door_camera.detect ERROR : rtsp://127.0.0.1:8554/front_door_camera_sub: Invalid data found when processing input
2024-05-17 19:30:30.219729483 [2024-05-17 19:30:30] watchdog.patio_camera ERROR : Ffmpeg process crashed unexpectedly for patio_camera.
2024-05-17 19:30:30.219961863 [2024-05-17 19:30:30] watchdog.patio_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:30.220169599 [2024-05-17 19:30:30] ffmpeg.patio_camera.detect ERROR : [rtsp @ 0x564ca0a51c40] method DESCRIBE failed: 404 Not Found
2024-05-17 19:30:30.220359646 [2024-05-17 19:30:30] ffmpeg.patio_camera.detect ERROR : rtsp://127.0.0.1:8554/patio_camera_sub: Server returned 404 Not Found
2024-05-17 19:30:30.255132734 [2024-05-17 19:30:30] ffmpeg.patio_camera.record ERROR : [rtsp @ 0x55e2da649d80] method DESCRIBE failed: 404 Not Found
2024-05-17 19:30:30.255578210 [2024-05-17 19:30:30] ffmpeg.patio_camera.record ERROR : rtsp://127.0.0.1:8554/patio_camera: Server returned 404 Not Found
2024-05-17 19:30:30.255943491 [2024-05-17 19:30:30] watchdog.patio_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:30:30.256202615 [2024-05-17 19:30:30] watchdog.patio_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:30:30.268994094 [2024-05-17 19:30:30] watchdog.back_door_camera ERROR : Ffmpeg process crashed unexpectedly for back_door_camera.
2024-05-17 19:30:30.269270475 [2024-05-17 19:30:30] watchdog.back_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:30.269508973 [2024-05-17 19:30:30] ffmpeg.back_door_camera.detect ERROR : rtsp://127.0.0.1:8554/back_door_camera_sub: Invalid data found when processing input
2024-05-17 19:30:30.298247149 [2024-05-17 19:30:30] ffmpeg.back_door_camera.record ERROR : rtsp://127.0.0.1:8554/back_door_camera: Invalid data found when processing input
2024-05-17 19:30:30.298561686 [2024-05-17 19:30:30] watchdog.back_door_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:30:30.298910286 [2024-05-17 19:30:30] watchdog.back_door_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:30:30.301135128 [2024-05-17 19:30:30] watchdog.faceshot_camera ERROR : Ffmpeg process crashed unexpectedly for faceshot_camera.
2024-05-17 19:30:30.301490693 [2024-05-17 19:30:30] watchdog.faceshot_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:30.301962126 [2024-05-17 19:30:30] ffmpeg.faceshot_camera.detect ERROR : rtsp://127.0.0.1:8554/faceshot_camera_sub: Invalid data found when processing input
2024-05-17 19:30:30.324563054 [2024-05-17 19:30:30] ffmpeg.faceshot_camera.record ERROR : rtsp://127.0.0.1:8554/faceshot_camera: Invalid data found when processing input
2024-05-17 19:30:30.324571210 [2024-05-17 19:30:30] watchdog.faceshot_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:30:30.324573890 [2024-05-17 19:30:30] watchdog.faceshot_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:30:33.339277622 [2024-05-17 19:30:33] frigate.video ERROR : patio_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:33.339898012 [2024-05-17 19:30:33] frigate.video ERROR : patio_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:34.590831272 [2024-05-17 19:30:34] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_door_camera. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-17 19:30:35.166895749 [2024-05-17 19:30:35] frigate.video ERROR : front_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:35.167827326 [2024-05-17 19:30:35] frigate.video ERROR : front_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:35.404785386 [2024-05-17 19:30:35] frigate.video ERROR : back_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:35.405487396 [2024-05-17 19:30:35] frigate.video ERROR : back_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:35.445244443 [2024-05-17 19:30:35] frigate.video ERROR : faceshot_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:35.445935616 [2024-05-17 19:30:35] frigate.video ERROR : faceshot_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:40.048178336 [2024-05-17 19:30:40] watchdog.front_door_camera ERROR : Ffmpeg process crashed unexpectedly for front_door_camera.
2024-05-17 19:30:40.048580987 [2024-05-17 19:30:40] watchdog.front_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:40.048880155 [2024-05-17 19:30:40] ffmpeg.front_door_camera.detect ERROR : rtsp://127.0.0.1:8554/front_door_camera_sub: Invalid data found when processing input
2024-05-17 19:30:40.279350181 [2024-05-17 19:30:40] watchdog.patio_camera ERROR : Ffmpeg process crashed unexpectedly for patio_camera.
2024-05-17 19:30:40.280223156 [2024-05-17 19:30:40] watchdog.patio_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:40.280857850 [2024-05-17 19:30:40] ffmpeg.patio_camera.detect ERROR : [rtsp @ 0x56137d4ecc40] method DESCRIBE failed: 404 Not Found
2024-05-17 19:30:40.281407500 [2024-05-17 19:30:40] ffmpeg.patio_camera.detect ERROR : rtsp://127.0.0.1:8554/patio_camera_sub: Server returned 404 Not Found
2024-05-17 19:30:40.305307860 [2024-05-17 19:30:40] ffmpeg.patio_camera.record ERROR : [rtsp @ 0x561dc722cd80] method DESCRIBE failed: 404 Not Found
2024-05-17 19:30:40.305316148 [2024-05-17 19:30:40] ffmpeg.patio_camera.record ERROR : rtsp://127.0.0.1:8554/patio_camera: Server returned 404 Not Found
2024-05-17 19:30:40.305318846 [2024-05-17 19:30:40] watchdog.patio_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:30:40.305321253 [2024-05-17 19:30:40] watchdog.patio_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:30:40.309225440 [2024-05-17 19:30:40] watchdog.back_door_camera ERROR : Ffmpeg process crashed unexpectedly for back_door_camera.
2024-05-17 19:30:40.309233774 [2024-05-17 19:30:40] watchdog.back_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:40.309236774 [2024-05-17 19:30:40] ffmpeg.back_door_camera.detect ERROR : rtsp://127.0.0.1:8554/back_door_camera_sub: Invalid data found when processing input
2024-05-17 19:30:40.334275791 [2024-05-17 19:30:40] ffmpeg.back_door_camera.record ERROR : rtsp://127.0.0.1:8554/back_door_camera: Invalid data found when processing input
2024-05-17 19:30:40.345545536 [2024-05-17 19:30:40] watchdog.back_door_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:30:40.345555625 [2024-05-17 19:30:40] watchdog.back_door_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:30:40.356277272 [2024-05-17 19:30:40] watchdog.faceshot_camera ERROR : Ffmpeg process crashed unexpectedly for faceshot_camera.
2024-05-17 19:30:40.357113102 [2024-05-17 19:30:40] watchdog.faceshot_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:40.357701215 [2024-05-17 19:30:40] ffmpeg.faceshot_camera.detect ERROR : rtsp://127.0.0.1:8554/faceshot_camera_sub: Invalid data found when processing input
2024-05-17 19:30:40.381092849 [2024-05-17 19:30:40] ffmpeg.faceshot_camera.record ERROR : rtsp://127.0.0.1:8554/faceshot_camera: Invalid data found when processing input
2024-05-17 19:30:40.381103727 [2024-05-17 19:30:40] watchdog.faceshot_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:30:40.381107416 [2024-05-17 19:30:40] watchdog.faceshot_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:30:43.388104381 [2024-05-17 19:30:43] frigate.video ERROR : patio_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:43.388731229 [2024-05-17 19:30:43] frigate.video ERROR : patio_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:44.591922030 [2024-05-17 19:30:44] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_door_camera. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-17 19:30:45.190905958 [2024-05-17 19:30:45] frigate.video ERROR : front_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:45.191794186 [2024-05-17 19:30:45] frigate.video ERROR : front_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:45.459855424 [2024-05-17 19:30:45] frigate.video ERROR : back_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:45.460794664 [2024-05-17 19:30:45] frigate.video ERROR : back_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:45.489928711 [2024-05-17 19:30:45] frigate.video ERROR : faceshot_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:45.490391422 [2024-05-17 19:30:45] frigate.video ERROR : faceshot_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:50.071237862 [2024-05-17 19:30:50] watchdog.front_door_camera ERROR : Ffmpeg process crashed unexpectedly for front_door_camera.
2024-05-17 19:30:50.079343626 [2024-05-17 19:30:50] watchdog.front_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:50.079544350 [2024-05-17 19:30:50] ffmpeg.front_door_camera.detect ERROR : rtsp://127.0.0.1:8554/front_door_camera_sub: Invalid data found when processing input
2024-05-17 19:30:50.316270323 [2024-05-17 19:30:50] watchdog.patio_camera ERROR : Ffmpeg process crashed unexpectedly for patio_camera.
2024-05-17 19:30:50.316595799 [2024-05-17 19:30:50] watchdog.patio_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:50.316958283 [2024-05-17 19:30:50] ffmpeg.patio_camera.detect ERROR : [rtsp @ 0x5618fc4b2c40] method DESCRIBE failed: 404 Not Found
2024-05-17 19:30:50.317235392 [2024-05-17 19:30:50] ffmpeg.patio_camera.detect ERROR : rtsp://127.0.0.1:8554/patio_camera_sub: Server returned 404 Not Found
2024-05-17 19:30:50.348642092 [2024-05-17 19:30:50] ffmpeg.patio_camera.record ERROR : [rtsp @ 0x55bbfe8aad80] method DESCRIBE failed: 404 Not Found
2024-05-17 19:30:50.348650319 [2024-05-17 19:30:50] ffmpeg.patio_camera.record ERROR : rtsp://127.0.0.1:8554/patio_camera: Server returned 404 Not Found
2024-05-17 19:30:50.348653018 [2024-05-17 19:30:50] watchdog.patio_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:30:50.348655412 [2024-05-17 19:30:50] watchdog.patio_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:30:50.359723158 [2024-05-17 19:30:50] watchdog.back_door_camera ERROR : Ffmpeg process crashed unexpectedly for back_door_camera.
2024-05-17 19:30:50.362992724 [2024-05-17 19:30:50] watchdog.back_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:50.363477642 [2024-05-17 19:30:50] ffmpeg.back_door_camera.detect ERROR : rtsp://127.0.0.1:8554/back_door_camera_sub: Invalid data found when processing input
2024-05-17 19:30:50.384406287 [2024-05-17 19:30:50] ffmpeg.back_door_camera.record ERROR : rtsp://127.0.0.1:8554/back_door_camera: Invalid data found when processing input
2024-05-17 19:30:50.384816873 [2024-05-17 19:30:50] watchdog.back_door_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:30:50.384823951 [2024-05-17 19:30:50] watchdog.back_door_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:30:50.403200372 [2024-05-17 19:30:50] watchdog.faceshot_camera ERROR : Ffmpeg process crashed unexpectedly for faceshot_camera.
2024-05-17 19:30:50.403209331 [2024-05-17 19:30:50] watchdog.faceshot_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:30:50.403212380 [2024-05-17 19:30:50] ffmpeg.faceshot_camera.detect ERROR : rtsp://127.0.0.1:8554/faceshot_camera_sub: Invalid data found when processing input
2024-05-17 19:30:50.419800894 [2024-05-17 19:30:50] ffmpeg.faceshot_camera.record ERROR : rtsp://127.0.0.1:8554/faceshot_camera: Invalid data found when processing input
2024-05-17 19:30:50.419809154 [2024-05-17 19:30:50] watchdog.faceshot_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:30:50.419811857 [2024-05-17 19:30:50] watchdog.faceshot_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:30:53.435108734 [2024-05-17 19:30:53] frigate.video ERROR : patio_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:53.435398374 [2024-05-17 19:30:53] frigate.video ERROR : patio_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:54.595957195 [2024-05-17 19:30:54] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_door_camera. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-17 19:30:55.213624236 [2024-05-17 19:30:55] frigate.video ERROR : front_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:55.214067282 [2024-05-17 19:30:55] frigate.video ERROR : front_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:55.505582842 [2024-05-17 19:30:55] frigate.video ERROR : back_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:55.506192756 [2024-05-17 19:30:55] frigate.video ERROR : back_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:30:55.539559652 [2024-05-17 19:30:55] frigate.video ERROR : faceshot_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:30:55.540730741 [2024-05-17 19:30:55] frigate.video ERROR : faceshot_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:31:00.092997303 [2024-05-17 19:31:00] watchdog.front_door_camera ERROR : Ffmpeg process crashed unexpectedly for front_door_camera.
2024-05-17 19:31:00.093007176 [2024-05-17 19:31:00] watchdog.front_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:31:00.093011132 [2024-05-17 19:31:00] ffmpeg.front_door_camera.detect ERROR : rtsp://127.0.0.1:8554/front_door_camera_sub: Invalid data found when processing input
2024-05-17 19:31:00.359123809 [2024-05-17 19:31:00] watchdog.patio_camera ERROR : Ffmpeg process crashed unexpectedly for patio_camera.
2024-05-17 19:31:00.359675741 [2024-05-17 19:31:00] watchdog.patio_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:31:00.361187561 [2024-05-17 19:31:00] ffmpeg.patio_camera.detect ERROR : [rtsp @ 0x558d32c95c40] method DESCRIBE failed: 404 Not Found
2024-05-17 19:31:00.361197931 [2024-05-17 19:31:00] ffmpeg.patio_camera.detect ERROR : rtsp://127.0.0.1:8554/patio_camera_sub: Server returned 404 Not Found
2024-05-17 19:31:00.392864695 [2024-05-17 19:31:00] ffmpeg.patio_camera.record ERROR : [rtsp @ 0x557128d5ed80] method DESCRIBE failed: 404 Not Found
2024-05-17 19:31:00.393123244 [2024-05-17 19:31:00] ffmpeg.patio_camera.record ERROR : rtsp://127.0.0.1:8554/patio_camera: Server returned 404 Not Found
2024-05-17 19:31:00.393286872 [2024-05-17 19:31:00] watchdog.patio_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:31:00.393442571 [2024-05-17 19:31:00] watchdog.patio_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:31:00.415101576 [2024-05-17 19:31:00] watchdog.back_door_camera ERROR : Ffmpeg process crashed unexpectedly for back_door_camera.
2024-05-17 19:31:00.415111585 [2024-05-17 19:31:00] watchdog.back_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:31:00.415115680 [2024-05-17 19:31:00] ffmpeg.back_door_camera.detect ERROR : rtsp://127.0.0.1:8554/back_door_camera_sub: Invalid data found when processing input
2024-05-17 19:31:00.441683067 [2024-05-17 19:31:00] watchdog.faceshot_camera ERROR : Ffmpeg process crashed unexpectedly for faceshot_camera.
2024-05-17 19:31:00.441693921 [2024-05-17 19:31:00] watchdog.faceshot_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:31:00.441698032 [2024-05-17 19:31:00] ffmpeg.faceshot_camera.detect ERROR : rtsp://127.0.0.1:8554/faceshot_camera_sub: Invalid data found when processing input
2024-05-17 19:31:00.454718312 [2024-05-17 19:31:00] ffmpeg.back_door_camera.record ERROR : rtsp://127.0.0.1:8554/back_door_camera: Invalid data found when processing input
2024-05-17 19:31:00.455114698 [2024-05-17 19:31:00] watchdog.back_door_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:31:00.455434707 [2024-05-17 19:31:00] watchdog.back_door_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:31:00.479140500 [2024-05-17 19:31:00] ffmpeg.faceshot_camera.record ERROR : rtsp://127.0.0.1:8554/faceshot_camera: Invalid data found when processing input
2024-05-17 19:31:00.479515786 [2024-05-17 19:31:00] watchdog.faceshot_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:31:00.479817879 [2024-05-17 19:31:00] watchdog.faceshot_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:31:03.483310815 [2024-05-17 19:31:03] frigate.video ERROR : patio_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:31:03.483812614 [2024-05-17 19:31:03] frigate.video ERROR : patio_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:31:04.593153293 [2024-05-17 19:31:04] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_door_camera. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-17 19:31:05.236086882 [2024-05-17 19:31:05] frigate.video ERROR : front_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:31:05.236967703 [2024-05-17 19:31:05] frigate.video ERROR : front_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:31:05.567720899 [2024-05-17 19:31:05] frigate.video ERROR : back_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:31:05.568024661 [2024-05-17 19:31:05] frigate.video ERROR : back_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:31:05.568759250 [2024-05-17 19:31:05] frigate.video ERROR : back_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:31:05.594510236 [2024-05-17 19:31:05] frigate.video ERROR : faceshot_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:31:05.595073353 [2024-05-17 19:31:05] frigate.video ERROR : faceshot_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:31:10.120465767 [2024-05-17 19:31:10] watchdog.front_door_camera ERROR : Ffmpeg process crashed unexpectedly for front_door_camera.
2024-05-17 19:31:10.120474227 [2024-05-17 19:31:10] watchdog.front_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:31:10.120477293 [2024-05-17 19:31:10] ffmpeg.front_door_camera.detect ERROR : rtsp://127.0.0.1:8554/front_door_camera_sub: Invalid data found when processing input
2024-05-17 19:31:10.404868849 [2024-05-17 19:31:10] watchdog.patio_camera ERROR : Ffmpeg process crashed unexpectedly for patio_camera.
2024-05-17 19:31:10.404878959 [2024-05-17 19:31:10] watchdog.patio_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:31:10.404882933 [2024-05-17 19:31:10] ffmpeg.patio_camera.detect ERROR : [rtsp @ 0x55b143885c40] method DESCRIBE failed: 404 Not Found
2024-05-17 19:31:10.404886580 [2024-05-17 19:31:10] ffmpeg.patio_camera.detect ERROR : rtsp://127.0.0.1:8554/patio_camera_sub: Server returned 404 Not Found
2024-05-17 19:31:10.437877619 [2024-05-17 19:31:10] watchdog.patio_camera ERROR : No new recording segments were created for patio_camera in the last 120s. restarting the ffmpeg record process...
2024-05-17 19:31:10.438959194 [2024-05-17 19:31:10] watchdog.patio_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:31:10.440502420 [2024-05-17 19:31:10] watchdog.patio_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:31:10.467320271 [2024-05-17 19:31:10] watchdog.back_door_camera ERROR : Ffmpeg process crashed unexpectedly for back_door_camera.
2024-05-17 19:31:10.467544463 [2024-05-17 19:31:10] watchdog.back_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:31:10.467700242 [2024-05-17 19:31:10] ffmpeg.back_door_camera.detect ERROR : rtsp://127.0.0.1:8554/back_door_camera_sub: Invalid data found when processing input
2024-05-17 19:31:10.489407465 [2024-05-17 19:31:10] watchdog.back_door_camera ERROR : No new recording segments were created for back_door_camera in the last 120s. restarting the ffmpeg record process...
2024-05-17 19:31:10.489601408 [2024-05-17 19:31:10] watchdog.back_door_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:31:10.489884833 [2024-05-17 19:31:10] watchdog.back_door_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:31:10.505203681 [2024-05-17 19:31:10] watchdog.faceshot_camera ERROR : Ffmpeg process crashed unexpectedly for faceshot_camera.
2024-05-17 19:31:10.505213990 [2024-05-17 19:31:10] watchdog.faceshot_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:31:10.505218239 [2024-05-17 19:31:10] ffmpeg.faceshot_camera.detect ERROR : rtsp://127.0.0.1:8554/faceshot_camera_sub: Invalid data found when processing input
2024-05-17 19:31:10.519579299 [2024-05-17 19:31:10] watchdog.faceshot_camera ERROR : No new recording segments were created for faceshot_camera in the last 120s. restarting the ffmpeg record process...
2024-05-17 19:31:10.519838518 [2024-05-17 19:31:10] watchdog.faceshot_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:31:10.520031191 [2024-05-17 19:31:10] watchdog.faceshot_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:31:13.531209412 [2024-05-17 19:31:13] frigate.video ERROR : patio_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:31:13.531434234 [2024-05-17 19:31:13] frigate.video ERROR : patio_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:31:14.600067237 [2024-05-17 19:31:14] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_door_camera. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-17 19:31:15.265830174 [2024-05-17 19:31:15] frigate.video ERROR : front_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:31:15.266366329 [2024-05-17 19:31:15] frigate.video ERROR : front_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:31:15.616016403 [2024-05-17 19:31:15] frigate.video ERROR : back_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:31:15.616555317 [2024-05-17 19:31:15] frigate.video ERROR : back_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:31:15.646572155 [2024-05-17 19:31:15] frigate.video ERROR : faceshot_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:31:15.648257892 [2024-05-17 19:31:15] frigate.video ERROR : faceshot_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:31:20.146091412 [2024-05-17 19:31:20] watchdog.front_door_camera ERROR : Ffmpeg process crashed unexpectedly for front_door_camera.
2024-05-17 19:31:20.158578517 [2024-05-17 19:31:20] watchdog.front_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:31:20.158928769 [2024-05-17 19:31:20] ffmpeg.front_door_camera.detect ERROR : rtsp://127.0.0.1:8554/front_door_camera_sub: Invalid data found when processing input
2024-05-17 19:31:20.462393640 [2024-05-17 19:31:20] watchdog.patio_camera ERROR : Ffmpeg process crashed unexpectedly for patio_camera.
2024-05-17 19:31:20.462403271 [2024-05-17 19:31:20] watchdog.patio_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:31:20.462689658 [2024-05-17 19:31:20] ffmpeg.patio_camera.detect ERROR : [rtsp @ 0x557aac2abc40] method DESCRIBE failed: 404 Not Found
2024-05-17 19:31:20.463042278 [2024-05-17 19:31:20] ffmpeg.patio_camera.detect ERROR : rtsp://127.0.0.1:8554/patio_camera_sub: Server returned 404 Not Found
2024-05-17 19:31:20.475345081 [2024-05-17 19:31:20] watchdog.patio_camera ERROR : No new recording segments were created for patio_camera in the last 120s. restarting the ffmpeg record process...
2024-05-17 19:31:20.483467769 [2024-05-17 19:31:20] watchdog.patio_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:31:20.483745745 [2024-05-17 19:31:20] watchdog.patio_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:31:20.524931555 [2024-05-17 19:31:20] watchdog.back_door_camera ERROR : Ffmpeg process crashed unexpectedly for back_door_camera.
2024-05-17 19:31:20.525573247 [2024-05-17 19:31:20] watchdog.back_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:31:20.525766421 [2024-05-17 19:31:20] ffmpeg.back_door_camera.detect ERROR : rtsp://127.0.0.1:8554/back_door_camera_sub: Invalid data found when processing input
2024-05-17 19:31:20.546903423 [2024-05-17 19:31:20] watchdog.faceshot_camera ERROR : Ffmpeg process crashed unexpectedly for faceshot_camera.
2024-05-17 19:31:20.555677832 [2024-05-17 19:31:20] watchdog.back_door_camera ERROR : No new recording segments were created for back_door_camera in the last 120s. restarting the ffmpeg record process...
2024-05-17 19:31:20.556257444 [2024-05-17 19:31:20] watchdog.back_door_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:31:20.556674536 [2024-05-17 19:31:20] watchdog.back_door_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:31:20.556972292 [2024-05-17 19:31:20] watchdog.faceshot_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:31:20.557294820 [2024-05-17 19:31:20] ffmpeg.faceshot_camera.detect ERROR : rtsp://127.0.0.1:8554/faceshot_camera_sub: Invalid data found when processing input
2024-05-17 19:31:20.578999550 [2024-05-17 19:31:20] watchdog.faceshot_camera ERROR : No new recording segments were created for faceshot_camera in the last 120s. restarting the ffmpeg record process...
2024-05-17 19:31:20.579941830 [2024-05-17 19:31:20] watchdog.faceshot_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:31:20.580630648 [2024-05-17 19:31:20] watchdog.faceshot_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:31:23.579373157 [2024-05-17 19:31:23] frigate.video ERROR : patio_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:31:23.579599838 [2024-05-17 19:31:23] frigate.video ERROR : patio_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:31:24.600415706 [2024-05-17 19:31:24] frigate.record.maintainer WARNING : Unable to keep up with recording segments in cache for front_door_camera. Keeping the 6 most recent segments out of 7 and discarding the rest...
2024-05-17 19:31:25.294326600 [2024-05-17 19:31:25] frigate.video ERROR : front_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:31:25.294699596 [2024-05-17 19:31:25] frigate.video ERROR : front_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:31:25.661285010 [2024-05-17 19:31:25] frigate.video ERROR : back_door_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:31:25.661466437 [2024-05-17 19:31:25] frigate.video ERROR : back_door_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:31:25.692163254 [2024-05-17 19:31:25] frigate.video ERROR : faceshot_camera: Unable to read frames from ffmpeg process.
2024-05-17 19:31:25.693595894 [2024-05-17 19:31:25] frigate.video ERROR : faceshot_camera: ffmpeg process is not running. exiting capture thread...
2024-05-17 19:31:30.174261296 [2024-05-17 19:31:30] watchdog.front_door_camera ERROR : Ffmpeg process crashed unexpectedly for front_door_camera.
2024-05-17 19:31:30.174450471 [2024-05-17 19:31:30] watchdog.front_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:31:30.174871515 [2024-05-17 19:31:30] ffmpeg.front_door_camera.detect ERROR : rtsp://127.0.0.1:8554/front_door_camera_sub: Invalid data found when processing input
2024-05-17 19:31:30.505575264 [2024-05-17 19:31:30] watchdog.patio_camera ERROR : Ffmpeg process crashed unexpectedly for patio_camera.
2024-05-17 19:31:30.505934519 [2024-05-17 19:31:30] watchdog.patio_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:31:30.506168922 [2024-05-17 19:31:30] ffmpeg.patio_camera.detect ERROR : [rtsp @ 0x5598e228cc40] method DESCRIBE failed: 404 Not Found
2024-05-17 19:31:30.506382592 [2024-05-17 19:31:30] ffmpeg.patio_camera.detect ERROR : rtsp://127.0.0.1:8554/patio_camera_sub: Server returned 404 Not Found
2024-05-17 19:31:30.520269694 [2024-05-17 19:31:30] watchdog.patio_camera ERROR : No new recording segments were created for patio_camera in the last 120s. restarting the ffmpeg record process...
2024-05-17 19:31:30.520559458 [2024-05-17 19:31:30] watchdog.patio_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:31:30.521192482 [2024-05-17 19:31:30] watchdog.patio_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:31:30.559372321 [2024-05-17 19:31:30] watchdog.back_door_camera ERROR : Ffmpeg process crashed unexpectedly for back_door_camera.
2024-05-17 19:31:30.559687689 [2024-05-17 19:31:30] watchdog.back_door_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:31:30.560185770 [2024-05-17 19:31:30] ffmpeg.back_door_camera.detect ERROR : rtsp://127.0.0.1:8554/back_door_camera_sub: Invalid data found when processing input
2024-05-17 19:31:30.584853305 [2024-05-17 19:31:30] watchdog.back_door_camera ERROR : No new recording segments were created for back_door_camera in the last 120s. restarting the ffmpeg record process...
2024-05-17 19:31:30.585192226 [2024-05-17 19:31:30] watchdog.back_door_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:31:30.585401812 [2024-05-17 19:31:30] watchdog.back_door_camera INFO : Waiting for ffmpeg to exit gracefully...
2024-05-17 19:31:30.596734069 [2024-05-17 19:31:30] watchdog.faceshot_camera ERROR : Ffmpeg process crashed unexpectedly for faceshot_camera.
2024-05-17 19:31:30.605396310 [2024-05-17 19:31:30] watchdog.faceshot_camera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2024-05-17 19:31:30.605406451 [2024-05-17 19:31:30] ffmpeg.faceshot_camera.detect ERROR : rtsp://127.0.0.1:8554/faceshot_camera_sub: Invalid data found when processing input
2024-05-17 19:31:30.630088039 [2024-05-17 19:31:30] watchdog.faceshot_camera ERROR : No new recording segments were created for faceshot_camera in the last 120s. restarting the ffmpeg record process...
2024-05-17 19:31:30.630096896 [2024-05-17 19:31:30] watchdog.faceshot_camera INFO : Terminating the existing ffmpeg process...
2024-05-17 19:31:30.630099657 [2024-05-17 19:31:30] watchdog.faceshot_camera INFO : Waiting for ffmpeg to exit gracefully... FFprobe output from your cameraI don't have ffmpeg on my OS apparently Operating systemOther Linux Install methodDocker Compose Network connectionWired Camera make and modelGeovision,Reolink,BrillCam,Revotech Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 11 comments 25 replies
-
What resolution are these cameras? It appears the url is not sending a valid stream |
Beta Was this translation helpful? Give feedback.
-
They range from 800x600 for substreams to 2k for higher-resolution cameras. The same config works on my proxmox VM with no issue. |
Beta Was this translation helpful? Give feedback.
-
I did some more testing! This camera seems to work:
its FFprobe is:
The three others are not working. BUT the ffprobe seems to work Per instance
Gives an FFProbe of
|
Beta Was this translation helpful? Give feedback.
-
I got everything to work after many trial and errors. I am still facing an "issue" My logs are spamming this:
But the recordings are flawless and the camera stream is clear as day and not choppy. What could they be? |
Beta Was this translation helpful? Give feedback.
-
I tried reducing the camera bitrate and resolution last night. It was at 4k@8mbps
This is the working config. |
Beta Was this translation helpful? Give feedback.
-
I still get massive logs of this
Would getting a new more beefy NUC for frigate help? It would also have a dedicated SSD |
Beta Was this translation helpful? Give feedback.
-
But why is it recording all the time? |
Beta Was this translation helpful? Give feedback.
-
I tried reducing the IO/CPU use on the NAS but the issue persists.
Would this be a good host SOLELY for frigate running on ubuntu? If not enough, would this be a good fit? And ultimately, if both of those are too high end, is this enough? |
Beta Was this translation helpful? Give feedback.
-
The issue persist on a fresh install on the new NUC(https://www.amazon.ca/Beelink-U57-Processor-256G-Performance/dp/B0879KKTCB). I used the same Frigate configuration, which leads me to think that is the issue! |
Beta Was this translation helpful? Give feedback.
-
Switching to
Suppresses the unable to keep up errors, but generates new ones.
The live views seem to work, but the debug ( detection stream) does not. |
Beta Was this translation helpful? Give feedback.
-
Any idea? Is replacing the machine a solution? |
Beta Was this translation helpful? Give feedback.
Okay, the problem with patio camera is that your pre_capture is too high, it needs to be lower otherwise it causes this problem.
back_door_camera is failing to have a stable stream so that is the issue that needs to be fixed for that camera