Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Support]: #7485

Closed
hmjgriffon1 opened this issue Aug 15, 2023 · 60 comments
Closed

[Support]: #7485

hmjgriffon1 opened this issue Aug 15, 2023 · 60 comments

Comments

@hmjgriffon1
Copy link

hmjgriffon1 commented Aug 15, 2023

Describe the problem you are having

Frigate was fine, now camera feeds won't display. Camera feeds working fine in VLC, nothing has changed in the config.

Version

0.12.1-367d724

Frigate config file

ui:
  use_experimental: false
  live_mode: mse

database:
  path: /db/frigate.db

mqtt:
  enabled: true
  host: 10.0.0.3
  port: 1883
  topic_prefix: frigate
  client_id: frigate
  user: username
  password: password

detectors:
  coral:
    type: edgetpu
    device: usb

birdseye:
  enabled: True
  mode: continuous
  restream: false

record:
  enabled: True
  retain:
    days: 0
    mode: active_objects
  events:
    pre_capture: 5
    post_capture: 5
    retain:
      default: 14
      mode: active_objects

snapshots:
  enabled: true
  clean_copy: true
  timestamp: false
  bounding_box: true
  crop: false
  retain:
    default: 14

go2rtc:
  streams:
    living_room_cam:
      - ffmpeg:rtsp:https://admin:[email protected]:554/Streaming/Channels/101
      - "ffmpeg:living_room_cam#audio=aac"
    living_room_cam_sub:
      - ffmpeg:rtsp:https://admin:[email protected]:554/Streaming/Channels/102
      - "ffmpeg:living_room_cam_sub#audio=aac"
    office_cam:
      - rtsp:https://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif
      - "ffmpeg:office_cam#audio=opus"
    office_cam_sub:
      - rtsp:https://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=1&unicast=true&proto=Onvif
      - "ffmpeg:office_cam_sub#audio=opus"
  webrtc:
    candidates:
      - 10.0.0.2:8555
      - stun:8555

cameras:
  living_room_cam:
    ffmpeg:
      hwaccel_args: preset-intel-qsv-h264
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp:https://admin:[email protected]:554/Streaming/Channels/101
          input_args: preset-rtsp-restream
          roles:
            - record 
        - path: rtsp:https://admin:[email protected]:554/Streaming/Channels/102
          input_args: preset-rtsp-restream
          roles:
            - detect
    detect:
      enabled: true
      width: 704
      height: 480
      fps: 6
    objects:
      track:
        - person

  office_cam:
    ffmpeg:
      hwaccel_args: preset-intel-qsv-h264
      output_args:
        record: preset-record-generic-audio-aac
      inputs:
        - path: rtsp:https://10.0.0.2:8554/office_cam
          input_args: preset-rtsp-restream
          roles:
            - record 
        - path: rtsp:https://10.0.0.2:8554/office_cam_sub
          input_args: preset-rtsp-restream
          roles:
            - detect
    detect:
      enabled: true
      width: 704
      height: 480
      fps: 5
    objects:
      track:
        - person

Relevant log output

2023-08-15 19:27:13.348992986  [INFO] Starting Frigate...
2023-08-15 19:27:14.178403414  [2023-08-15 19:27:14] frigate.app                    INFO    : Starting Frigate (0.12.1-367d724)
2023-08-15 19:27:14.199629731  [2023-08-15 19:27:14] peewee_migrate                 INFO    : Starting migrations
2023-08-15 19:27:14.203727278  [2023-08-15 19:27:14] peewee_migrate                 INFO    : There is nothing to migrate
2023-08-15 19:27:14.215012996  [2023-08-15 19:27:14] detector.coral                 INFO    : Starting detection process: 433
2023-08-15 19:27:14.216297369  [2023-08-15 19:27:14] frigate.app                    INFO    : Output process started: 435
2023-08-15 19:27:14.221168566  [2023-08-15 19:27:14] frigate.app                    INFO    : Camera processor started for living_room_cam: 441
2023-08-15 19:27:14.229336312  [2023-08-15 19:27:14] frigate.app                    INFO    : Camera processor started for office_cam: 443
2023-08-15 19:27:14.229669443  [2023-08-15 19:27:14] frigate.app                    INFO    : Capture process started for living_room_cam: 445
2023-08-15 19:27:14.234186908  [2023-08-15 19:27:14] frigate.app                    INFO    : Capture process started for office_cam: 448
2023-08-15 19:27:14.246202073  [2023-08-15 19:27:14] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:27:14.246328536  [2023-08-15 19:27:14] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:27:14.249086467  [2023-08-15 19:27:14] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:27:14.249182360  [2023-08-15 19:27:14] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:27:16.873610207  [2023-08-15 19:27:14] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as usb
2023-08-15 19:27:16.882041628  [2023-08-15 19:27:16] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2023-08-15 19:27:18.422423702  [2023-08-15 19:27:18] frigate.util                   ERROR   : Unable to poll intel GPU stats: No device filter specified and no discrete/integrated i915 devices found
2023-08-15 19:27:18.422427261  
2023-08-15 19:27:34.303855236  [2023-08-15 19:27:34] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:27:34.304181919  [2023-08-15 19:27:34] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:27:34.304427399  [2023-08-15 19:27:34] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5653331f65c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:27:34.304684624  [2023-08-15 19:27:34] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:27:34.304952911  [2023-08-15 19:27:34] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:27:34.305208362  [2023-08-15 19:27:34] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:27:34.310245434  [2023-08-15 19:27:34] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:27:34.310347064  [2023-08-15 19:27:34] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:27:34.310458371  [2023-08-15 19:27:34] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x560e562185c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:27:34.310562769  [2023-08-15 19:27:34] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:27:34.310662998  [2023-08-15 19:27:34] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:27:34.310763999  [2023-08-15 19:27:34] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:27:34.320600265  [2023-08-15 19:27:34] ffmpeg.office_cam.record       ERROR   : [AVHWDeviceContext @ 0x55a5533306c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:27:34.320735102  [2023-08-15 19:27:34] ffmpeg.office_cam.record       ERROR   : Device creation failed: -22.
2023-08-15 19:27:34.320898508  [2023-08-15 19:27:34] ffmpeg.office_cam.record       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:27:34.321019874  [2023-08-15 19:27:34] ffmpeg.office_cam.record       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:27:34.321113044  [2023-08-15 19:27:34] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:27:34.321216064  [2023-08-15 19:27:34] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:27:34.321950481  [2023-08-15 19:27:34] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:27:34.322169689  [2023-08-15 19:27:34] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:27:34.323488743  [2023-08-15 19:27:34] ffmpeg.living_room_cam.record  ERROR   : [AVHWDeviceContext @ 0x5606930956c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:27:34.323604529  [2023-08-15 19:27:34] ffmpeg.living_room_cam.record  ERROR   : Device creation failed: -22.
2023-08-15 19:27:34.323734008  [2023-08-15 19:27:34] ffmpeg.living_room_cam.record  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:27:34.323883508  [2023-08-15 19:27:34] ffmpeg.living_room_cam.record  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:27:34.323973889  [2023-08-15 19:27:34] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:27:34.324064071  [2023-08-15 19:27:34] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:27:34.324706047  [2023-08-15 19:27:34] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:27:34.324887809  [2023-08-15 19:27:34] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:27:44.326055615  [2023-08-15 19:27:44] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:27:44.326289706  [2023-08-15 19:27:44] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:27:44.326609419  [2023-08-15 19:27:44] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5652ec9495c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:27:44.326863825  [2023-08-15 19:27:44] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:27:44.327146395  [2023-08-15 19:27:44] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:27:44.327422629  [2023-08-15 19:27:44] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:27:44.328915347  [2023-08-15 19:27:44] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:27:44.329274974  [2023-08-15 19:27:44] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:27:44.329521518  [2023-08-15 19:27:44] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x5584c40fb5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:27:44.329821544  [2023-08-15 19:27:44] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:27:44.330093139  [2023-08-15 19:27:44] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:27:44.330377731  [2023-08-15 19:27:44] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:27:44.340055922  [2023-08-15 19:27:44] ffmpeg.living_room_cam.record  ERROR   : [AVHWDeviceContext @ 0x55f7af9366c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:27:44.340207997  [2023-08-15 19:27:44] ffmpeg.living_room_cam.record  ERROR   : Device creation failed: -22.
2023-08-15 19:27:44.340372022  [2023-08-15 19:27:44] ffmpeg.living_room_cam.record  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:27:44.340486665  [2023-08-15 19:27:44] ffmpeg.living_room_cam.record  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:27:44.340595255  [2023-08-15 19:27:44] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:27:44.340703665  [2023-08-15 19:27:44] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:27:44.343050598  [2023-08-15 19:27:44] ffmpeg.office_cam.record       ERROR   : [AVHWDeviceContext @ 0x5610bf8d96c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:27:44.343174746  [2023-08-15 19:27:44] ffmpeg.office_cam.record       ERROR   : Device creation failed: -22.
2023-08-15 19:27:44.343283886  [2023-08-15 19:27:44] ffmpeg.office_cam.record       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:27:44.343391398  [2023-08-15 19:27:44] ffmpeg.office_cam.record       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:27:44.343499949  [2023-08-15 19:27:44] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:27:44.343610789  [2023-08-15 19:27:44] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:27:44.345081274  [2023-08-15 19:27:44] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:27:44.345291384  [2023-08-15 19:27:44] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:27:44.345703399  [2023-08-15 19:27:44] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:27:44.345904437  [2023-08-15 19:27:44] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:27:54.348882454  [2023-08-15 19:27:54] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:27:54.349136073  [2023-08-15 19:27:54] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:27:54.349449081  [2023-08-15 19:27:54] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55559e7975c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:27:54.349777950  [2023-08-15 19:27:54] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:27:54.350126526  [2023-08-15 19:27:54] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:27:54.350446245  [2023-08-15 19:27:54] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:27:54.350820767  [2023-08-15 19:27:54] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:27:54.351142652  [2023-08-15 19:27:54] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:27:54.351470949  [2023-08-15 19:27:54] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x5594ba9b85c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:27:54.351793003  [2023-08-15 19:27:54] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:27:54.352099275  [2023-08-15 19:27:54] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:27:54.352401041  [2023-08-15 19:27:54] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:27:54.360784088  [2023-08-15 19:27:54] ffmpeg.living_room_cam.record  ERROR   : [AVHWDeviceContext @ 0x5639abb706c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:27:54.360928935  [2023-08-15 19:27:54] ffmpeg.living_room_cam.record  ERROR   : Device creation failed: -22.
2023-08-15 19:27:54.361030829  [2023-08-15 19:27:54] ffmpeg.living_room_cam.record  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:27:54.361147657  [2023-08-15 19:27:54] ffmpeg.office_cam.record       ERROR   : [AVHWDeviceContext @ 0x558453d5a6c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:27:54.364535907  [2023-08-15 19:27:54] ffmpeg.living_room_cam.record  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:27:54.364789683  [2023-08-15 19:27:54] ffmpeg.office_cam.record       ERROR   : Device creation failed: -22.
2023-08-15 19:27:54.364985194  [2023-08-15 19:27:54] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:27:54.365251982  [2023-08-15 19:27:54] ffmpeg.office_cam.record       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:27:54.365367918  [2023-08-15 19:27:54] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:27:54.365478522  [2023-08-15 19:27:54] ffmpeg.office_cam.record       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:27:54.365574647  [2023-08-15 19:27:54] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:27:54.365677510  [2023-08-15 19:27:54] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:27:54.366218929  [2023-08-15 19:27:54] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:27:54.366362143  [2023-08-15 19:27:54] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:27:54.366472797  [2023-08-15 19:27:54] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:27:54.366576698  [2023-08-15 19:27:54] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:28:04.370566852  [2023-08-15 19:28:04] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:28:04.371023794  [2023-08-15 19:28:04] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:28:04.371415037  [2023-08-15 19:28:04] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:28:04.371799504  [2023-08-15 19:28:04] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:28:04.372183733  [2023-08-15 19:28:04] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55ed390a45c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:04.372504636  [2023-08-15 19:28:04] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x56535b7225c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:04.372823260  [2023-08-15 19:28:04] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:28:04.377394684  [2023-08-15 19:28:04] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:28:04.377752373  [2023-08-15 19:28:04] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:04.377869420  [2023-08-15 19:28:04] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:04.377976273  [2023-08-15 19:28:04] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:04.378081155  [2023-08-15 19:28:04] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:04.383394683  [2023-08-15 19:28:04] ffmpeg.living_room_cam.record  ERROR   : [AVHWDeviceContext @ 0x565013dfc6c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:04.383518019  [2023-08-15 19:28:04] ffmpeg.living_room_cam.record  ERROR   : Device creation failed: -22.
2023-08-15 19:28:04.383661785  [2023-08-15 19:28:04] ffmpeg.living_room_cam.record  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:04.383743808  [2023-08-15 19:28:04] ffmpeg.living_room_cam.record  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:04.383850153  [2023-08-15 19:28:04] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:28:04.383961835  [2023-08-15 19:28:04] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:28:04.384065980  [2023-08-15 19:28:04] ffmpeg.office_cam.record       ERROR   : [AVHWDeviceContext @ 0x55b485d956c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:04.384166618  [2023-08-15 19:28:04] ffmpeg.office_cam.record       ERROR   : Device creation failed: -22.
2023-08-15 19:28:04.384269732  [2023-08-15 19:28:04] ffmpeg.office_cam.record       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:04.384372100  [2023-08-15 19:28:04] ffmpeg.office_cam.record       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:04.384472916  [2023-08-15 19:28:04] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:28:04.384578641  [2023-08-15 19:28:04] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:28:04.389345123  [2023-08-15 19:28:04] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:28:04.389497714  [2023-08-15 19:28:04] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:28:04.390103551  [2023-08-15 19:28:04] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:28:04.390308846  [2023-08-15 19:28:04] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:28:14.393323350  [2023-08-15 19:28:14] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:28:14.398793831  [2023-08-15 19:28:14] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:28:14.398909252  [2023-08-15 19:28:14] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:28:14.399194840  [2023-08-15 19:28:14] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:28:14.399314861  [2023-08-15 19:28:14] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x555aa92685c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:14.399407512  [2023-08-15 19:28:14] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x56154953f5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:14.399541301  [2023-08-15 19:28:14] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:28:14.399645061  [2023-08-15 19:28:14] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:28:14.399759570  [2023-08-15 19:28:14] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:14.399872492  [2023-08-15 19:28:14] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:14.399985228  [2023-08-15 19:28:14] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:14.400095536  [2023-08-15 19:28:14] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:14.405290989  [2023-08-15 19:28:14] ffmpeg.living_room_cam.record  ERROR   : [AVHWDeviceContext @ 0x55e32c1f06c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:14.405437483  [2023-08-15 19:28:14] ffmpeg.living_room_cam.record  ERROR   : Device creation failed: -22.
2023-08-15 19:28:14.405600587  [2023-08-15 19:28:14] ffmpeg.living_room_cam.record  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:14.405713265  [2023-08-15 19:28:14] ffmpeg.living_room_cam.record  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:14.405824925  [2023-08-15 19:28:14] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:28:14.405968979  [2023-08-15 19:28:14] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:28:14.406088146  [2023-08-15 19:28:14] ffmpeg.office_cam.record       ERROR   : [AVHWDeviceContext @ 0x55fe10d176c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:14.406180817  [2023-08-15 19:28:14] ffmpeg.office_cam.record       ERROR   : Device creation failed: -22.
2023-08-15 19:28:14.406287603  [2023-08-15 19:28:14] ffmpeg.office_cam.record       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:14.406391818  [2023-08-15 19:28:14] ffmpeg.office_cam.record       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:14.406504441  [2023-08-15 19:28:14] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:28:14.406596618  [2023-08-15 19:28:14] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:28:14.411438681  [2023-08-15 19:28:14] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:28:14.411677070  [2023-08-15 19:28:14] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:28:14.412180670  [2023-08-15 19:28:14] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:28:14.412433823  [2023-08-15 19:28:14] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:28:24.415689329  [2023-08-15 19:28:24] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:28:24.415999774  [2023-08-15 19:28:24] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:28:24.416308035  [2023-08-15 19:28:24] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55f2135715c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:24.421910700  [2023-08-15 19:28:24] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:28:24.422044328  [2023-08-15 19:28:24] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:28:24.422140023  [2023-08-15 19:28:24] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:24.422225353  [2023-08-15 19:28:24] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:24.422305119  [2023-08-15 19:28:24] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:28:24.422386815  [2023-08-15 19:28:24] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x557bf68055c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:24.422474182  [2023-08-15 19:28:24] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:28:24.422560765  [2023-08-15 19:28:24] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:24.422646539  [2023-08-15 19:28:24] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:24.427593906  [2023-08-15 19:28:24] ffmpeg.office_cam.record       ERROR   : [AVHWDeviceContext @ 0x562377b466c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:24.427699750  [2023-08-15 19:28:24] ffmpeg.office_cam.record       ERROR   : Device creation failed: -22.
2023-08-15 19:28:24.427802428  [2023-08-15 19:28:24] ffmpeg.office_cam.record       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:24.427904936  [2023-08-15 19:28:24] ffmpeg.office_cam.record       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:24.428006128  [2023-08-15 19:28:24] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:28:24.428094663  [2023-08-15 19:28:24] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:28:24.428180976  [2023-08-15 19:28:24] ffmpeg.living_room_cam.record  ERROR   : [AVHWDeviceContext @ 0x55ef94df26c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:24.428277142  [2023-08-15 19:28:24] ffmpeg.living_room_cam.record  ERROR   : Device creation failed: -22.
2023-08-15 19:28:24.428372058  [2023-08-15 19:28:24] ffmpeg.living_room_cam.record  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:24.428461476  [2023-08-15 19:28:24] ffmpeg.living_room_cam.record  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:24.428548872  [2023-08-15 19:28:24] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:28:24.428640130  [2023-08-15 19:28:24] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:28:24.434806937  [2023-08-15 19:28:24] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:28:24.435033794  [2023-08-15 19:28:24] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:28:24.435141139  [2023-08-15 19:28:24] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:28:24.435244771  [2023-08-15 19:28:24] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:28:24.490979916  [2023-08-15 19:28:24] frigate.util                   ERROR   : Unable to poll intel GPU stats: No device filter specified and no discrete/integrated i915 devices found
2023-08-15 19:28:24.490988649  
2023-08-15 19:28:34.438690879  [2023-08-15 19:28:34] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:28:34.439161206  [2023-08-15 19:28:34] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:28:34.439493057  [2023-08-15 19:28:34] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:28:34.444205781  [2023-08-15 19:28:34] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:28:34.444300195  [2023-08-15 19:28:34] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55c5dea685c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:34.444568446  [2023-08-15 19:28:34] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x557b5c3165c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:34.444710887  [2023-08-15 19:28:34] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:28:34.444834265  [2023-08-15 19:28:34] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:34.444940384  [2023-08-15 19:28:34] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:34.445042463  [2023-08-15 19:28:34] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:28:34.445141620  [2023-08-15 19:28:34] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:34.445240311  [2023-08-15 19:28:34] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:34.450138627  [2023-08-15 19:28:34] ffmpeg.living_room_cam.record  ERROR   : [AVHWDeviceContext @ 0x55bdb8ff96c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:34.450278795  [2023-08-15 19:28:34] ffmpeg.living_room_cam.record  ERROR   : Device creation failed: -22.
2023-08-15 19:28:34.450375014  [2023-08-15 19:28:34] ffmpeg.office_cam.record       ERROR   : [AVHWDeviceContext @ 0x5564c56356c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:34.450475133  [2023-08-15 19:28:34] ffmpeg.living_room_cam.record  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:34.455179366  [2023-08-15 19:28:34] ffmpeg.office_cam.record       ERROR   : Device creation failed: -22.
2023-08-15 19:28:34.455431116  [2023-08-15 19:28:34] ffmpeg.living_room_cam.record  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:34.455552072  [2023-08-15 19:28:34] ffmpeg.office_cam.record       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:34.455658963  [2023-08-15 19:28:34] ffmpeg.office_cam.record       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:34.455757101  [2023-08-15 19:28:34] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:28:34.455861101  [2023-08-15 19:28:34] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:28:34.455964153  [2023-08-15 19:28:34] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:28:34.456063800  [2023-08-15 19:28:34] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:28:34.456627328  [2023-08-15 19:28:34] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:28:34.456735538  [2023-08-15 19:28:34] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:28:34.456866431  [2023-08-15 19:28:34] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:28:34.456985093  [2023-08-15 19:28:34] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:28:44.462322318  [2023-08-15 19:28:44] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:28:44.462753719  [2023-08-15 19:28:44] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:28:44.463112346  [2023-08-15 19:28:44] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:28:44.463449485  [2023-08-15 19:28:44] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x5636e30275c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:44.468571168  [2023-08-15 19:28:44] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:28:44.468866278  [2023-08-15 19:28:44] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:28:44.468959313  [2023-08-15 19:28:44] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5556a6ca05c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:44.469081487  [2023-08-15 19:28:44] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:28:44.469171395  [2023-08-15 19:28:44] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:44.469266426  [2023-08-15 19:28:44] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:44.469355565  [2023-08-15 19:28:44] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:44.469444248  [2023-08-15 19:28:44] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:44.476272187  [2023-08-15 19:28:44] ffmpeg.living_room_cam.record  ERROR   : [AVHWDeviceContext @ 0x55971f6966c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:44.476385804  [2023-08-15 19:28:44] ffmpeg.living_room_cam.record  ERROR   : Device creation failed: -22.
2023-08-15 19:28:44.476497001  [2023-08-15 19:28:44] ffmpeg.living_room_cam.record  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:44.480042257  [2023-08-15 19:28:44] ffmpeg.living_room_cam.record  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:44.480414164  [2023-08-15 19:28:44] ffmpeg.office_cam.record       ERROR   : [AVHWDeviceContext @ 0x55d7029706c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:44.480606021  [2023-08-15 19:28:44] ffmpeg.office_cam.record       ERROR   : Device creation failed: -22.
2023-08-15 19:28:44.480790857  [2023-08-15 19:28:44] ffmpeg.office_cam.record       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:44.480903316  [2023-08-15 19:28:44] ffmpeg.office_cam.record       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:44.481011440  [2023-08-15 19:28:44] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:28:44.481116598  [2023-08-15 19:28:44] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:28:44.481212296  [2023-08-15 19:28:44] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:28:44.481310382  [2023-08-15 19:28:44] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:28:44.484018468  [2023-08-15 19:28:44] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:28:44.484220473  [2023-08-15 19:28:44] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:28:44.484332863  [2023-08-15 19:28:44] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:28:44.484504257  [2023-08-15 19:28:44] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:28:54.486328495  [2023-08-15 19:28:54] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:28:54.486641666  [2023-08-15 19:28:54] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:28:54.498950387  [2023-08-15 19:28:54] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:28:54.499687975  [2023-08-15 19:28:54] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:28:54.500152766  [2023-08-15 19:28:54] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x563be939f5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:54.500552355  [2023-08-15 19:28:54] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:28:54.500906049  [2023-08-15 19:28:54] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:54.501215691  [2023-08-15 19:28:54] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:54.501463041  [2023-08-15 19:28:54] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55ba4e9295c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:54.501685748  [2023-08-15 19:28:54] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:28:54.501910340  [2023-08-15 19:28:54] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:54.502132358  [2023-08-15 19:28:54] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:54.516734911  [2023-08-15 19:28:54] ffmpeg.living_room_cam.record  ERROR   : [AVHWDeviceContext @ 0x55f16ad886c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:54.517129478  [2023-08-15 19:28:54] ffmpeg.living_room_cam.record  ERROR   : Device creation failed: -22.
2023-08-15 19:28:54.517453392  [2023-08-15 19:28:54] ffmpeg.living_room_cam.record  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:54.517753433  [2023-08-15 19:28:54] ffmpeg.living_room_cam.record  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:54.518047067  [2023-08-15 19:28:54] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:28:54.518353099  [2023-08-15 19:28:54] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:28:54.523155276  [2023-08-15 19:28:54] ffmpeg.office_cam.record       ERROR   : [AVHWDeviceContext @ 0x5597fc4266c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:28:54.523253613  [2023-08-15 19:28:54] ffmpeg.office_cam.record       ERROR   : Device creation failed: -22.
2023-08-15 19:28:54.523328049  [2023-08-15 19:28:54] ffmpeg.office_cam.record       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:28:54.523382695  [2023-08-15 19:28:54] ffmpeg.office_cam.record       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:28:54.523458360  [2023-08-15 19:28:54] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:28:54.523528231  [2023-08-15 19:28:54] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:28:54.524178249  [2023-08-15 19:28:54] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:28:54.524450972  [2023-08-15 19:28:54] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:28:54.524573517  [2023-08-15 19:28:54] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:28:54.524724309  [2023-08-15 19:28:54] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:29:04.528026975  [2023-08-15 19:29:04] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:29:04.533565809  [2023-08-15 19:29:04] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:29:04.533781866  [2023-08-15 19:29:04] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:29:04.533890350  [2023-08-15 19:29:04] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:29:04.533982731  [2023-08-15 19:29:04] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x56398de215c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:29:04.534078234  [2023-08-15 19:29:04] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:29:04.534182437  [2023-08-15 19:29:04] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:29:04.534278912  [2023-08-15 19:29:04] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:29:04.534362805  [2023-08-15 19:29:04] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55b1274a45c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:29:04.534438251  [2023-08-15 19:29:04] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:29:04.534515050  [2023-08-15 19:29:04] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:29:04.534599993  [2023-08-15 19:29:04] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:29:04.540284613  [2023-08-15 19:29:04] ffmpeg.living_room_cam.record  ERROR   : [AVHWDeviceContext @ 0x564f537276c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:29:04.543509333  [2023-08-15 19:29:04] ffmpeg.office_cam.record       ERROR   : [AVHWDeviceContext @ 0x55d77d8706c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:29:04.543663347  [2023-08-15 19:29:04] ffmpeg.living_room_cam.record  ERROR   : Device creation failed: -22.
2023-08-15 19:29:04.543710289  [2023-08-15 19:29:04] ffmpeg.office_cam.record       ERROR   : Device creation failed: -22.
2023-08-15 19:29:04.543800433  [2023-08-15 19:29:04] ffmpeg.office_cam.record       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:29:04.543882363  [2023-08-15 19:29:04] ffmpeg.living_room_cam.record  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:29:04.543962000  [2023-08-15 19:29:04] ffmpeg.office_cam.record       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:29:04.544040221  [2023-08-15 19:29:04] ffmpeg.living_room_cam.record  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:29:04.544119525  [2023-08-15 19:29:04] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:29:04.544198360  [2023-08-15 19:29:04] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:29:04.544278286  [2023-08-15 19:29:04] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:29:04.544361034  [2023-08-15 19:29:04] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:29:04.547050548  [2023-08-15 19:29:04] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:29:04.547161865  [2023-08-15 19:29:04] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:29:04.547257215  [2023-08-15 19:29:04] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:29:04.547365148  [2023-08-15 19:29:04] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:29:14.548103872  [2023-08-15 19:29:14] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:29:14.548303761  [2023-08-15 19:29:14] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:29:14.548490095  [2023-08-15 19:29:14] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5581f802c5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:29:14.548667936  [2023-08-15 19:29:14] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:29:14.548845575  [2023-08-15 19:29:14] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:29:14.549018313  [2023-08-15 19:29:14] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:29:14.553594648  [2023-08-15 19:29:14] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:29:14.553668314  [2023-08-15 19:29:14] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:29:14.553733895  [2023-08-15 19:29:14] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55c471ae45c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:29:14.553810739  [2023-08-15 19:29:14] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:29:14.553884705  [2023-08-15 19:29:14] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:29:14.553952450  [2023-08-15 19:29:14] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:29:14.558535203  [2023-08-15 19:29:14] ffmpeg.living_room_cam.record  ERROR   : [AVHWDeviceContext @ 0x559048e3c6c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:29:14.562502529  [2023-08-15 19:29:14] ffmpeg.office_cam.record       ERROR   : [AVHWDeviceContext @ 0x56269666b6c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:29:14.562674941  [2023-08-15 19:29:14] ffmpeg.living_room_cam.record  ERROR   : Device creation failed: -22.
2023-08-15 19:29:14.562771668  [2023-08-15 19:29:14] ffmpeg.living_room_cam.record  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:29:14.562845429  [2023-08-15 19:29:14] ffmpeg.living_room_cam.record  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:29:14.562931798  [2023-08-15 19:29:14] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:29:14.563012545  [2023-08-15 19:29:14] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:29:14.563095222  [2023-08-15 19:29:14] ffmpeg.office_cam.record       ERROR   : Device creation failed: -22.
2023-08-15 19:29:14.563176927  [2023-08-15 19:29:14] ffmpeg.office_cam.record       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:29:14.563256260  [2023-08-15 19:29:14] ffmpeg.office_cam.record       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:29:14.563337073  [2023-08-15 19:29:14] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:29:14.563416275  [2023-08-15 19:29:14] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:29:14.563499034  [2023-08-15 19:29:14] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:29:14.563654966  [2023-08-15 19:29:14] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:29:14.564070404  [2023-08-15 19:29:14] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:29:14.564255566  [2023-08-15 19:29:14] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:29:24.566964029  [2023-08-15 19:29:24] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:29:24.567259817  [2023-08-15 19:29:24] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:29:24.567453482  [2023-08-15 19:29:24] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55838a7f45c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:29:24.567701250  [2023-08-15 19:29:24] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:29:24.572649762  [2023-08-15 19:29:24] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:29:24.572850024  [2023-08-15 19:29:24] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:29:24.572956356  [2023-08-15 19:29:24] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:29:24.573061590  [2023-08-15 19:29:24] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:29:24.573167059  [2023-08-15 19:29:24] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x558b4c7905c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:29:24.573254416  [2023-08-15 19:29:24] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:29:24.573347540  [2023-08-15 19:29:24] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:29:24.573435279  [2023-08-15 19:29:24] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:29:24.578841221  [2023-08-15 19:29:24] ffmpeg.office_cam.record       ERROR   : [AVHWDeviceContext @ 0x5619bf39f6c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:29:24.582527511  [2023-08-15 19:29:24] ffmpeg.living_room_cam.record  ERROR   : [AVHWDeviceContext @ 0x5645a443b6c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:29:24.582689034  [2023-08-15 19:29:24] ffmpeg.office_cam.record       ERROR   : Device creation failed: -22.
2023-08-15 19:29:24.582842753  [2023-08-15 19:29:24] ffmpeg.office_cam.record       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:29:24.582957425  [2023-08-15 19:29:24] ffmpeg.office_cam.record       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:29:24.583087229  [2023-08-15 19:29:24] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:29:24.583144549  [2023-08-15 19:29:24] ffmpeg.living_room_cam.record  ERROR   : Device creation failed: -22.
2023-08-15 19:29:24.583235418  [2023-08-15 19:29:24] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:29:24.583328862  [2023-08-15 19:29:24] ffmpeg.living_room_cam.record  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:29:24.583416803  [2023-08-15 19:29:24] ffmpeg.living_room_cam.record  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:29:24.583492273  [2023-08-15 19:29:24] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:29:24.583571980  [2023-08-15 19:29:24] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:29:24.583804643  [2023-08-15 19:29:24] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:29:24.584005285  [2023-08-15 19:29:24] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:29:24.584171130  [2023-08-15 19:29:24] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:29:24.584366692  [2023-08-15 19:29:24] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:29:34.587969327  [2023-08-15 19:29:34] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:29:34.588371997  [2023-08-15 19:29:34] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:29:34.594850000  [2023-08-15 19:29:34] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:29:34.595014043  [2023-08-15 19:29:34] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:29:34.595147044  [2023-08-15 19:29:34] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x556373a045c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:29:34.595266406  [2023-08-15 19:29:34] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:29:34.595379806  [2023-08-15 19:29:34] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:29:34.595464194  [2023-08-15 19:29:34] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:29:34.595566863  [2023-08-15 19:29:34] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55de1afff5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:29:34.595665500  [2023-08-15 19:29:34] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:29:34.595766172  [2023-08-15 19:29:34] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:29:34.595867308  [2023-08-15 19:29:34] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:29:34.601270402  [2023-08-15 19:29:34] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:29:34.605332706  [2023-08-15 19:29:34] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:29:34.605712066  [2023-08-15 19:29:34] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:29:34.605911040  [2023-08-15 19:29:34] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:29:34.606058377  [2023-08-15 19:29:34] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:29:34.606179357  [2023-08-15 19:29:34] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:29:34.607480373  [2023-08-15 19:29:34] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:29:34.607653929  [2023-08-15 19:29:34] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:29:34.607864347  [2023-08-15 19:29:34] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:29:34.607981825  [2023-08-15 19:29:34] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:29:44.611968655  [2023-08-15 19:29:44] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:29:44.612272591  [2023-08-15 19:29:44] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:29:44.612550478  [2023-08-15 19:29:44] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:29:44.618558355  [2023-08-15 19:29:44] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:29:44.618810013  [2023-08-15 19:29:44] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x558eb0f815c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:29:44.618935939  [2023-08-15 19:29:44] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x558706ed25c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:29:44.619045151  [2023-08-15 19:29:44] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:29:44.619145920  [2023-08-15 19:29:44] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:29:44.619244240  [2023-08-15 19:29:44] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:29:44.619336461  [2023-08-15 19:29:44] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:29:44.619435659  [2023-08-15 19:29:44] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:29:44.619530103  [2023-08-15 19:29:44] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:29:44.624363579  [2023-08-15 19:29:44] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:29:44.628116434  [2023-08-15 19:29:44] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:29:44.628498093  [2023-08-15 19:29:44] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:29:44.628721325  [2023-08-15 19:29:44] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:29:44.628828976  [2023-08-15 19:29:44] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:29:44.628927863  [2023-08-15 19:29:44] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:29:44.629928087  [2023-08-15 19:29:44] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:29:44.630049022  [2023-08-15 19:29:44] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:29:44.630148239  [2023-08-15 19:29:44] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:29:44.630257020  [2023-08-15 19:29:44] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:29:54.634375681  [2023-08-15 19:29:54] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:29:54.634834000  [2023-08-15 19:29:54] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:29:54.635146306  [2023-08-15 19:29:54] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x56378a49b5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:29:54.635484979  [2023-08-15 19:29:54] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:29:54.635808995  [2023-08-15 19:29:54] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:29:54.636105366  [2023-08-15 19:29:54] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:29:54.640591300  [2023-08-15 19:29:54] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:29:54.640721301  [2023-08-15 19:29:54] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:29:54.640840652  [2023-08-15 19:29:54] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5604a2fb35c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:29:54.640928145  [2023-08-15 19:29:54] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:29:54.641016574  [2023-08-15 19:29:54] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:29:54.641104191  [2023-08-15 19:29:54] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:29:54.646612752  [2023-08-15 19:29:54] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:29:54.646753067  [2023-08-15 19:29:54] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:29:54.646857260  [2023-08-15 19:29:54] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:29:54.649371094  [2023-08-15 19:29:54] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:29:54.649501038  [2023-08-15 19:29:54] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:29:54.649618766  [2023-08-15 19:29:54] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:29:54.651234960  [2023-08-15 19:29:54] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:29:54.651451535  [2023-08-15 19:29:54] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:29:54.653681304  [2023-08-15 19:29:54] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:29:54.653890765  [2023-08-15 19:29:54] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:30:04.654700797  [2023-08-15 19:30:04] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:30:04.654958173  [2023-08-15 19:30:04] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:30:04.655281359  [2023-08-15 19:30:04] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55ee3fde95c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:30:04.655665278  [2023-08-15 19:30:04] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:30:04.655944327  [2023-08-15 19:30:04] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:30:04.656272262  [2023-08-15 19:30:04] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:30:04.657158372  [2023-08-15 19:30:04] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:30:04.657470887  [2023-08-15 19:30:04] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:30:04.657767610  [2023-08-15 19:30:04] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55ff084925c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:30:04.658054446  [2023-08-15 19:30:04] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:30:04.658345635  [2023-08-15 19:30:04] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:30:04.658622146  [2023-08-15 19:30:04] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:30:04.667786970  [2023-08-15 19:30:04] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:30:04.667953144  [2023-08-15 19:30:04] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:30:04.668052794  [2023-08-15 19:30:04] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:30:04.668167838  [2023-08-15 19:30:04] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:30:04.668277754  [2023-08-15 19:30:04] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:30:04.668384102  [2023-08-15 19:30:04] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:30:04.674326771  [2023-08-15 19:30:04] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:30:04.674421167  [2023-08-15 19:30:04] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:30:04.674537156  [2023-08-15 19:30:04] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:30:04.674672445  [2023-08-15 19:30:04] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:30:14.677039420  [2023-08-15 19:30:14] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:30:14.677392996  [2023-08-15 19:30:14] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:30:14.677762224  [2023-08-15 19:30:14] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5587583ae5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:30:14.678064079  [2023-08-15 19:30:14] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:30:14.678414919  [2023-08-15 19:30:14] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:30:14.678744380  [2023-08-15 19:30:14] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:30:14.679109302  [2023-08-15 19:30:14] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:30:14.679427428  [2023-08-15 19:30:14] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:30:14.679753723  [2023-08-15 19:30:14] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x5584f21345c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:30:14.680078981  [2023-08-15 19:30:14] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:30:14.680394978  [2023-08-15 19:30:14] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:30:14.680707710  [2023-08-15 19:30:14] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:30:14.690230085  [2023-08-15 19:30:14] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:30:14.690415744  [2023-08-15 19:30:14] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:30:14.690563302  [2023-08-15 19:30:14] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:30:14.694940355  [2023-08-15 19:30:14] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:30:14.695106609  [2023-08-15 19:30:14] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:30:14.695299948  [2023-08-15 19:30:14] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:30:14.697470114  [2023-08-15 19:30:14] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:30:14.697584995  [2023-08-15 19:30:14] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:30:14.697725725  [2023-08-15 19:30:14] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:30:14.697857089  [2023-08-15 19:30:14] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:30:24.701253407  [2023-08-15 19:30:24] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:30:24.701601920  [2023-08-15 19:30:24] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:30:24.707918153  [2023-08-15 19:30:24] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:30:24.708259383  [2023-08-15 19:30:24] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:30:24.708379315  [2023-08-15 19:30:24] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55aad98695c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:30:24.708485596  [2023-08-15 19:30:24] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:30:24.708588690  [2023-08-15 19:30:24] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:30:24.708690510  [2023-08-15 19:30:24] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:30:24.708792862  [2023-08-15 19:30:24] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x556d3bba75c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:30:24.708893644  [2023-08-15 19:30:24] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:30:24.708995785  [2023-08-15 19:30:24] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:30:24.709097538  [2023-08-15 19:30:24] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:30:24.713762336  [2023-08-15 19:30:24] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:30:24.713943050  [2023-08-15 19:30:24] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:30:24.714034266  [2023-08-15 19:30:24] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:30:24.714166240  [2023-08-15 19:30:24] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:30:24.714269405  [2023-08-15 19:30:24] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:30:24.714380393  [2023-08-15 19:30:24] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:30:24.719654223  [2023-08-15 19:30:24] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:30:24.719824741  [2023-08-15 19:30:24] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:30:24.721403350  [2023-08-15 19:30:24] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:30:24.721687623  [2023-08-15 19:30:24] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:30:34.723438992  [2023-08-15 19:30:34] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:30:34.723764476  [2023-08-15 19:30:34] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:30:34.724124182  [2023-08-15 19:30:34] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55a624e505c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:30:34.724463883  [2023-08-15 19:30:34] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:30:34.724806768  [2023-08-15 19:30:34] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:30:34.725139370  [2023-08-15 19:30:34] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:30:34.725457104  [2023-08-15 19:30:34] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:30:34.725788364  [2023-08-15 19:30:34] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:30:34.726108599  [2023-08-15 19:30:34] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55c8722165c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:30:34.726426256  [2023-08-15 19:30:34] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:30:34.726805578  [2023-08-15 19:30:34] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:30:34.727096197  [2023-08-15 19:30:34] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:30:34.737294970  [2023-08-15 19:30:34] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:30:34.741082950  [2023-08-15 19:30:34] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:30:34.741307103  [2023-08-15 19:30:34] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:30:34.741419080  [2023-08-15 19:30:34] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:30:34.741516315  [2023-08-15 19:30:34] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:30:34.741612767  [2023-08-15 19:30:34] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:30:34.742558108  [2023-08-15 19:30:34] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:30:34.742670998  [2023-08-15 19:30:34] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:30:34.742823836  [2023-08-15 19:30:34] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:30:34.742927989  [2023-08-15 19:30:34] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:30:44.746894741  [2023-08-15 19:30:44] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:30:44.752424027  [2023-08-15 19:30:44] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:30:44.752783196  [2023-08-15 19:30:44] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:30:44.752916291  [2023-08-15 19:30:44] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:30:44.753010272  [2023-08-15 19:30:44] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55d1a68f75c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:30:44.753112499  [2023-08-15 19:30:44] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:30:44.753210291  [2023-08-15 19:30:44] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:30:44.753306945  [2023-08-15 19:30:44] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:30:44.753403937  [2023-08-15 19:30:44] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x563612e645c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:30:44.753500051  [2023-08-15 19:30:44] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:30:44.753595987  [2023-08-15 19:30:44] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:30:44.753691640  [2023-08-15 19:30:44] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:30:44.758842693  [2023-08-15 19:30:44] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:30:44.758976262  [2023-08-15 19:30:44] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:30:44.759109000  [2023-08-15 19:30:44] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:30:44.762898527  [2023-08-15 19:30:44] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:30:44.762963088  [2023-08-15 19:30:44] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:30:44.763062813  [2023-08-15 19:30:44] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:30:44.765917635  [2023-08-15 19:30:44] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:30:44.766192331  [2023-08-15 19:30:44] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:30:44.766464550  [2023-08-15 19:30:44] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:30:44.766591528  [2023-08-15 19:30:44] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:30:54.769208849  [2023-08-15 19:30:54] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:30:54.769535679  [2023-08-15 19:30:54] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:30:54.769812129  [2023-08-15 19:30:54] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55c0644125c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:30:54.770124577  [2023-08-15 19:30:54] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:30:54.770389208  [2023-08-15 19:30:54] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:30:54.770621051  [2023-08-15 19:30:54] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:30:54.770905100  [2023-08-15 19:30:54] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:30:54.771176675  [2023-08-15 19:30:54] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:30:54.771417302  [2023-08-15 19:30:54] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x559fa76815c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:30:54.771659118  [2023-08-15 19:30:54] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:30:54.771923526  [2023-08-15 19:30:54] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:30:54.772216882  [2023-08-15 19:30:54] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:30:54.782752142  [2023-08-15 19:30:54] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:30:54.782888702  [2023-08-15 19:30:54] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:30:54.782992756  [2023-08-15 19:30:54] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:30:54.783097345  [2023-08-15 19:30:54] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:30:54.783196366  [2023-08-15 19:30:54] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:30:54.783292050  [2023-08-15 19:30:54] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:30:54.788751343  [2023-08-15 19:30:54] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:30:54.788853351  [2023-08-15 19:30:54] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:30:54.788980251  [2023-08-15 19:30:54] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:30:54.789082329  [2023-08-15 19:30:54] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:31:04.792589616  [2023-08-15 19:31:04] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:31:04.793009251  [2023-08-15 19:31:04] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:31:04.793356870  [2023-08-15 19:31:04] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:31:04.793630170  [2023-08-15 19:31:04] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:31:04.793924306  [2023-08-15 19:31:04] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x5600351fd5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:31:04.794225525  [2023-08-15 19:31:04] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:31:04.794517229  [2023-08-15 19:31:04] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55dca73315c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:31:04.794801851  [2023-08-15 19:31:04] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:31:04.799344927  [2023-08-15 19:31:04] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:31:04.799787884  [2023-08-15 19:31:04] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:31:04.800031224  [2023-08-15 19:31:04] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:31:04.800148460  [2023-08-15 19:31:04] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:31:04.805632953  [2023-08-15 19:31:04] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:31:04.805759485  [2023-08-15 19:31:04] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:31:04.805882275  [2023-08-15 19:31:04] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:31:04.806074414  [2023-08-15 19:31:04] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:31:04.806190745  [2023-08-15 19:31:04] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:31:04.806294528  [2023-08-15 19:31:04] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:31:04.811474277  [2023-08-15 19:31:04] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:31:04.811773430  [2023-08-15 19:31:04] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:31:04.812205992  [2023-08-15 19:31:04] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:31:04.812419827  [2023-08-15 19:31:04] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:31:14.815268301  [2023-08-15 19:31:14] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:31:14.815575805  [2023-08-15 19:31:14] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:31:14.822026277  [2023-08-15 19:31:14] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:31:14.822324236  [2023-08-15 19:31:14] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:31:14.822421487  [2023-08-15 19:31:14] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x564ac03685c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:31:14.822534821  [2023-08-15 19:31:14] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:31:14.822631328  [2023-08-15 19:31:14] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:31:14.822736918  [2023-08-15 19:31:14] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:31:14.822814108  [2023-08-15 19:31:14] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x562ea146b5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:31:14.822896937  [2023-08-15 19:31:14] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:31:14.822977923  [2023-08-15 19:31:14] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:31:14.823059907  [2023-08-15 19:31:14] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:31:14.828047481  [2023-08-15 19:31:14] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:31:14.828144205  [2023-08-15 19:31:14] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:31:14.828258687  [2023-08-15 19:31:14] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:31:14.832830690  [2023-08-15 19:31:14] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:31:14.832966463  [2023-08-15 19:31:14] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:31:14.833068411  [2023-08-15 19:31:14] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:31:14.833679970  [2023-08-15 19:31:14] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:31:14.834243058  [2023-08-15 19:31:14] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:31:14.834345488  [2023-08-15 19:31:14] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:31:14.834437018  [2023-08-15 19:31:14] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:31:24.839032065  [2023-08-15 19:31:24] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:31:24.839464992  [2023-08-15 19:31:24] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:31:24.852179877  [2023-08-15 19:31:24] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:31:24.852802133  [2023-08-15 19:31:24] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:31:24.853161791  [2023-08-15 19:31:24] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55ef569ab5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:31:24.853493044  [2023-08-15 19:31:24] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:31:24.853788498  [2023-08-15 19:31:24] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:31:24.854090536  [2023-08-15 19:31:24] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:31:24.854324609  [2023-08-15 19:31:24] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55a84ccb05c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:31:24.854581956  [2023-08-15 19:31:24] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:31:24.854872257  [2023-08-15 19:31:24] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:31:24.855091461  [2023-08-15 19:31:24] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:31:24.861253956  [2023-08-15 19:31:24] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:31:24.861362469  [2023-08-15 19:31:24] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:31:24.861466457  [2023-08-15 19:31:24] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:31:24.864572566  [2023-08-15 19:31:24] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:31:24.864715584  [2023-08-15 19:31:24] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:31:24.864802560  [2023-08-15 19:31:24] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:31:24.865625729  [2023-08-15 19:31:24] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:31:24.865809094  [2023-08-15 19:31:24] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:31:24.867678973  [2023-08-15 19:31:24] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:31:24.867886953  [2023-08-15 19:31:24] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:31:34.869898815  [2023-08-15 19:31:34] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:31:34.870307023  [2023-08-15 19:31:34] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:31:34.870671089  [2023-08-15 19:31:34] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55cc34ade5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:31:34.871085869  [2023-08-15 19:31:34] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:31:34.871441129  [2023-08-15 19:31:34] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:31:34.871763428  [2023-08-15 19:31:34] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:31:34.872096787  [2023-08-15 19:31:34] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:31:34.872479645  [2023-08-15 19:31:34] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:31:34.872796453  [2023-08-15 19:31:34] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55eee96ec5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:31:34.873115762  [2023-08-15 19:31:34] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:31:34.873452652  [2023-08-15 19:31:34] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:31:34.873801052  [2023-08-15 19:31:34] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:31:34.882730703  [2023-08-15 19:31:34] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:31:34.886364461  [2023-08-15 19:31:34] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:31:34.886675685  [2023-08-15 19:31:34] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:31:34.886832177  [2023-08-15 19:31:34] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:31:34.886963744  [2023-08-15 19:31:34] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:31:34.887029961  [2023-08-15 19:31:34] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:31:34.888112503  [2023-08-15 19:31:34] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:31:34.888241033  [2023-08-15 19:31:34] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:31:34.888388625  [2023-08-15 19:31:34] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:31:34.888495944  [2023-08-15 19:31:34] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:31:44.892500850  [2023-08-15 19:31:44] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:31:44.892879646  [2023-08-15 19:31:44] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:31:44.893229146  [2023-08-15 19:31:44] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55654c5155c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:31:44.893556573  [2023-08-15 19:31:44] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:31:44.898498564  [2023-08-15 19:31:44] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:31:44.898709836  [2023-08-15 19:31:44] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:31:44.898819539  [2023-08-15 19:31:44] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:31:44.898888555  [2023-08-15 19:31:44] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:31:44.898983493  [2023-08-15 19:31:44] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x564cfb9755c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:31:44.899067000  [2023-08-15 19:31:44] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:31:44.899166892  [2023-08-15 19:31:44] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:31:44.899253442  [2023-08-15 19:31:44] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:31:44.908359645  [2023-08-15 19:31:44] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:31:44.908508567  [2023-08-15 19:31:44] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:31:44.908630598  [2023-08-15 19:31:44] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:31:44.910861322  [2023-08-15 19:31:44] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:31:44.911055043  [2023-08-15 19:31:44] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:31:44.911107173  [2023-08-15 19:31:44] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:31:44.912061006  [2023-08-15 19:31:44] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:31:44.912290310  [2023-08-15 19:31:44] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:31:44.912788458  [2023-08-15 19:31:44] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:31:44.912919774  [2023-08-15 19:31:44] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:31:54.914359257  [2023-08-15 19:31:54] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:31:54.914631615  [2023-08-15 19:31:54] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:31:54.914975974  [2023-08-15 19:31:54] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55ce47e415c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:31:54.915204035  [2023-08-15 19:31:54] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:31:54.915543942  [2023-08-15 19:31:54] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:31:54.915857830  [2023-08-15 19:31:54] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:31:54.916498158  [2023-08-15 19:31:54] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:31:54.916818103  [2023-08-15 19:31:54] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:31:54.917115723  [2023-08-15 19:31:54] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55b4cf9385c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:31:54.917387329  [2023-08-15 19:31:54] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:31:54.917690791  [2023-08-15 19:31:54] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:31:54.917969435  [2023-08-15 19:31:54] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:31:54.927145203  [2023-08-15 19:31:54] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:31:54.931151111  [2023-08-15 19:31:54] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:31:54.931333175  [2023-08-15 19:31:54] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:31:54.931482196  [2023-08-15 19:31:54] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:31:54.931585959  [2023-08-15 19:31:54] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:31:54.931685599  [2023-08-15 19:31:54] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:31:54.932492993  [2023-08-15 19:31:54] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:31:54.932722067  [2023-08-15 19:31:54] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:31:54.932911457  [2023-08-15 19:31:54] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:31:54.933142440  [2023-08-15 19:31:54] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:32:04.936792471  [2023-08-15 19:32:04] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:32:04.943492534  [2023-08-15 19:32:04] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:32:04.943794654  [2023-08-15 19:32:04] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:32:04.943918071  [2023-08-15 19:32:04] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:32:04.944038772  [2023-08-15 19:32:04] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55bb6f0a35c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:32:04.944144940  [2023-08-15 19:32:04] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:32:04.944250535  [2023-08-15 19:32:04] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:32:04.944353014  [2023-08-15 19:32:04] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:32:04.944446231  [2023-08-15 19:32:04] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55860cf4e5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:32:04.944533555  [2023-08-15 19:32:04] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:32:04.944621479  [2023-08-15 19:32:04] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:32:04.944706106  [2023-08-15 19:32:04] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:32:04.953643606  [2023-08-15 19:32:04] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:32:04.953796581  [2023-08-15 19:32:04] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:32:04.953901657  [2023-08-15 19:32:04] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:32:04.954851753  [2023-08-15 19:32:04] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:32:04.954991684  [2023-08-15 19:32:04] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:32:04.955269157  [2023-08-15 19:32:04] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:32:04.955389106  [2023-08-15 19:32:04] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:32:04.955491723  [2023-08-15 19:32:04] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:32:04.957035757  [2023-08-15 19:32:04] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:32:04.957196948  [2023-08-15 19:32:04] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:32:14.959206994  [2023-08-15 19:32:14] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:32:14.959448598  [2023-08-15 19:32:14] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:32:14.959760998  [2023-08-15 19:32:14] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x559512e7d5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:32:14.960054776  [2023-08-15 19:32:14] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:32:14.960316805  [2023-08-15 19:32:14] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:32:14.960636956  [2023-08-15 19:32:14] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:32:14.961180114  [2023-08-15 19:32:14] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:32:14.961547702  [2023-08-15 19:32:14] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:32:14.961891991  [2023-08-15 19:32:14] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55b31fc715c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:32:14.962168964  [2023-08-15 19:32:14] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:32:14.962474271  [2023-08-15 19:32:14] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:32:14.962807950  [2023-08-15 19:32:14] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:32:14.985003825  [2023-08-15 19:32:14] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:32:14.985179149  [2023-08-15 19:32:14] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:32:14.985225758  [2023-08-15 19:32:14] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:32:14.985599158  [2023-08-15 19:32:14] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:32:14.985659342  [2023-08-15 19:32:14] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:32:14.985756187  [2023-08-15 19:32:14] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:32:14.985848029  [2023-08-15 19:32:14] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:32:14.985938799  [2023-08-15 19:32:14] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:32:14.986031408  [2023-08-15 19:32:14] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:32:14.986122082  [2023-08-15 19:32:14] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:32:24.990231727  [2023-08-15 19:32:24] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:32:24.990645012  [2023-08-15 19:32:24] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:32:24.990953205  [2023-08-15 19:32:24] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:32:24.991237388  [2023-08-15 19:32:24] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:32:24.991546791  [2023-08-15 19:32:24] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x5596c558a5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:32:24.991853136  [2023-08-15 19:32:24] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5605a1c025c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:32:24.992162746  [2023-08-15 19:32:24] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:32:24.992324348  [2023-08-15 19:32:24] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:32:24.992629648  [2023-08-15 19:32:24] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:32:24.992899585  [2023-08-15 19:32:24] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:32:24.993149337  [2023-08-15 19:32:24] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:32:24.993410573  [2023-08-15 19:32:24] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:32:25.003600129  [2023-08-15 19:32:25] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:32:25.007291116  [2023-08-15 19:32:25] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:32:25.007655365  [2023-08-15 19:32:25] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:32:25.007936519  [2023-08-15 19:32:25] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:32:25.008042500  [2023-08-15 19:32:25] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:32:25.008157492  [2023-08-15 19:32:25] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:32:25.008751042  [2023-08-15 19:32:25] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:32:25.008960451  [2023-08-15 19:32:25] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:32:25.009080077  [2023-08-15 19:32:25] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:32:25.009259131  [2023-08-15 19:32:25] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:32:35.012826546  [2023-08-15 19:32:35] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:32:35.013189206  [2023-08-15 19:32:35] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:32:35.013521446  [2023-08-15 19:32:35] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:32:35.013807589  [2023-08-15 19:32:35] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55cb554e45c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:32:35.014062637  [2023-08-15 19:32:35] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:32:35.014374455  [2023-08-15 19:32:35] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:32:35.014619246  [2023-08-15 19:32:35] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:32:35.014957999  [2023-08-15 19:32:35] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x563c85f205c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:32:35.015198543  [2023-08-15 19:32:35] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:32:35.015429372  [2023-08-15 19:32:35] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:32:35.015652936  [2023-08-15 19:32:35] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:32:35.015867202  [2023-08-15 19:32:35] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:32:35.025240336  [2023-08-15 19:32:35] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:32:35.025391898  [2023-08-15 19:32:35] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:32:35.028899000  [2023-08-15 19:32:35] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:32:35.029113072  [2023-08-15 19:32:35] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:32:35.029227189  [2023-08-15 19:32:35] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:32:35.029364678  [2023-08-15 19:32:35] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:32:35.030032811  [2023-08-15 19:32:35] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:32:35.030203575  [2023-08-15 19:32:35] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:32:35.030299371  [2023-08-15 19:32:35] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:32:35.030433109  [2023-08-15 19:32:35] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:32:45.034399551  [2023-08-15 19:32:45] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:32:45.034828290  [2023-08-15 19:32:45] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:32:45.035255009  [2023-08-15 19:32:45] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:32:45.040968213  [2023-08-15 19:32:45] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:32:45.041266437  [2023-08-15 19:32:45] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55c8d1aa15c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:32:45.041386114  [2023-08-15 19:32:45] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x560bd59135c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:32:45.041487917  [2023-08-15 19:32:45] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:32:45.041594749  [2023-08-15 19:32:45] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:32:45.041689592  [2023-08-15 19:32:45] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:32:45.041790332  [2023-08-15 19:32:45] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:32:45.041894471  [2023-08-15 19:32:45] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:32:45.041989619  [2023-08-15 19:32:45] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:32:45.046724811  [2023-08-15 19:32:45] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:32:45.046872935  [2023-08-15 19:32:45] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:32:45.046984253  [2023-08-15 19:32:45] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:32:45.047165051  [2023-08-15 19:32:45] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:32:45.047264169  [2023-08-15 19:32:45] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:32:45.047361060  [2023-08-15 19:32:45] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:32:45.052797889  [2023-08-15 19:32:45] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:32:45.052997342  [2023-08-15 19:32:45] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:32:45.054450412  [2023-08-15 19:32:45] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:32:45.054640069  [2023-08-15 19:32:45] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:32:55.056268363  [2023-08-15 19:32:55] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:32:55.056590886  [2023-08-15 19:32:55] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:32:55.056906125  [2023-08-15 19:32:55] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55d9a30b75c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:32:55.057182563  [2023-08-15 19:32:55] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:32:55.057488975  [2023-08-15 19:32:55] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:32:55.057808892  [2023-08-15 19:32:55] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:32:55.058137996  [2023-08-15 19:32:55] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:32:55.058398557  [2023-08-15 19:32:55] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:32:55.058700554  [2023-08-15 19:32:55] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x5653b99965c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:32:55.059031517  [2023-08-15 19:32:55] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:32:55.059296758  [2023-08-15 19:32:55] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:32:55.059641111  [2023-08-15 19:32:55] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:32:55.068876391  [2023-08-15 19:32:55] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:32:55.069011594  [2023-08-15 19:32:55] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:32:55.069131423  [2023-08-15 19:32:55] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:32:55.069239175  [2023-08-15 19:32:55] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:32:55.069345573  [2023-08-15 19:32:55] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:32:55.069451600  [2023-08-15 19:32:55] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:32:55.075578861  [2023-08-15 19:32:55] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:32:55.075752014  [2023-08-15 19:32:55] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:32:55.075850824  [2023-08-15 19:32:55] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:32:55.075947996  [2023-08-15 19:32:55] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:33:05.078020017  [2023-08-15 19:33:05] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:33:05.078321645  [2023-08-15 19:33:05] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:33:05.078636463  [2023-08-15 19:33:05] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x560c4bea85c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:33:05.079027882  [2023-08-15 19:33:05] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:33:05.079329026  [2023-08-15 19:33:05] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:33:05.079618493  [2023-08-15 19:33:05] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:33:05.080505481  [2023-08-15 19:33:05] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:33:05.080861138  [2023-08-15 19:33:05] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:33:05.081219711  [2023-08-15 19:33:05] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x559c5d0845c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:33:05.081525544  [2023-08-15 19:33:05] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:33:05.081848239  [2023-08-15 19:33:05] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:33:05.082145372  [2023-08-15 19:33:05] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:33:05.090852236  [2023-08-15 19:33:05] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:33:05.094620758  [2023-08-15 19:33:05] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:33:05.094852820  [2023-08-15 19:33:05] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:33:05.094960518  [2023-08-15 19:33:05] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:33:05.095062375  [2023-08-15 19:33:05] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:33:05.095149952  [2023-08-15 19:33:05] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:33:05.095703997  [2023-08-15 19:33:05] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:33:05.095931915  [2023-08-15 19:33:05] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:33:05.096218801  [2023-08-15 19:33:05] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:33:05.096387788  [2023-08-15 19:33:05] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:33:15.099889095  [2023-08-15 19:33:15] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:33:15.100296317  [2023-08-15 19:33:15] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:33:15.100630295  [2023-08-15 19:33:15] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:33:15.100927080  [2023-08-15 19:33:15] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x563c99a035c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:33:15.101206175  [2023-08-15 19:33:15] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:33:15.101498579  [2023-08-15 19:33:15] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:33:15.106391700  [2023-08-15 19:33:15] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x559d3540a5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:33:15.106536838  [2023-08-15 19:33:15] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:33:15.106794383  [2023-08-15 19:33:15] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:33:15.106915087  [2023-08-15 19:33:15] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:33:15.107011327  [2023-08-15 19:33:15] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:33:15.107112124  [2023-08-15 19:33:15] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:33:15.115803903  [2023-08-15 19:33:15] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:33:15.115958011  [2023-08-15 19:33:15] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:33:15.116071489  [2023-08-15 19:33:15] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:33:15.117492285  [2023-08-15 19:33:15] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:33:15.117706395  [2023-08-15 19:33:15] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:33:15.117835705  [2023-08-15 19:33:15] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:33:15.118072760  [2023-08-15 19:33:15] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:33:15.118158884  [2023-08-15 19:33:15] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:33:15.119505579  [2023-08-15 19:33:15] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:33:15.119694906  [2023-08-15 19:33:15] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:33:25.121354437  [2023-08-15 19:33:25] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:33:25.121701762  [2023-08-15 19:33:25] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:33:25.122059725  [2023-08-15 19:33:25] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5650e793c5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:33:25.122368960  [2023-08-15 19:33:25] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:33:25.128810639  [2023-08-15 19:33:25] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:33:25.128927888  [2023-08-15 19:33:25] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:33:25.129028777  [2023-08-15 19:33:25] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:33:25.129125002  [2023-08-15 19:33:25] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:33:25.129222407  [2023-08-15 19:33:25] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x56083b3105c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:33:25.129314160  [2023-08-15 19:33:25] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:33:25.129411120  [2023-08-15 19:33:25] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:33:25.129505736  [2023-08-15 19:33:25] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:33:25.133689486  [2023-08-15 19:33:25] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:33:25.133833261  [2023-08-15 19:33:25] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:33:25.133945712  [2023-08-15 19:33:25] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:33:25.134178268  [2023-08-15 19:33:25] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:33:25.134291409  [2023-08-15 19:33:25] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:33:25.134391981  [2023-08-15 19:33:25] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:33:25.139947589  [2023-08-15 19:33:25] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:33:25.140081608  [2023-08-15 19:33:25] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:33:25.140325812  [2023-08-15 19:33:25] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:33:25.140407205  [2023-08-15 19:33:25] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:33:35.143552941  [2023-08-15 19:33:35] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:33:35.150184033  [2023-08-15 19:33:35] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:33:35.150366176  [2023-08-15 19:33:35] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:33:35.150538594  [2023-08-15 19:33:35] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:33:35.150654479  [2023-08-15 19:33:35] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x5609024955c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:33:35.150784456  [2023-08-15 19:33:35] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:33:35.150885085  [2023-08-15 19:33:35] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:33:35.150986984  [2023-08-15 19:33:35] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:33:35.151070278  [2023-08-15 19:33:35] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55a9b6d465c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:33:35.151151278  [2023-08-15 19:33:35] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:33:35.151233928  [2023-08-15 19:33:35] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:33:35.151313476  [2023-08-15 19:33:35] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:33:35.156214116  [2023-08-15 19:33:35] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:33:35.156346205  [2023-08-15 19:33:35] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:33:35.156455742  [2023-08-15 19:33:35] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:33:35.156561786  [2023-08-15 19:33:35] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:33:35.160037801  [2023-08-15 19:33:35] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:33:35.160374139  [2023-08-15 19:33:35] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:33:35.162284813  [2023-08-15 19:33:35] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:33:35.162487038  [2023-08-15 19:33:35] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:33:35.162630801  [2023-08-15 19:33:35] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:33:35.162870474  [2023-08-15 19:33:35] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:33:45.165976663  [2023-08-15 19:33:45] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:33:45.166180794  [2023-08-15 19:33:45] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:33:45.166435301  [2023-08-15 19:33:45] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55ba42a685c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:33:45.166672274  [2023-08-15 19:33:45] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:33:45.166951252  [2023-08-15 19:33:45] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:33:45.167178960  [2023-08-15 19:33:45] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:33:45.171690861  [2023-08-15 19:33:45] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:33:45.171959490  [2023-08-15 19:33:45] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:33:45.172067935  [2023-08-15 19:33:45] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55696d70a5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:33:45.172137864  [2023-08-15 19:33:45] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:33:45.172200049  [2023-08-15 19:33:45] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:33:45.172255303  [2023-08-15 19:33:45] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:33:45.177552499  [2023-08-15 19:33:45] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:33:45.177702670  [2023-08-15 19:33:45] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:33:45.177816593  [2023-08-15 19:33:45] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:33:45.180399812  [2023-08-15 19:33:45] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:33:45.180762520  [2023-08-15 19:33:45] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:33:45.180865423  [2023-08-15 19:33:45] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:33:45.181878614  [2023-08-15 19:33:45] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:33:45.182084616  [2023-08-15 19:33:45] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:33:45.184180357  [2023-08-15 19:33:45] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:33:45.184353820  [2023-08-15 19:33:45] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:33:55.185734464  [2023-08-15 19:33:55] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:33:55.186048793  [2023-08-15 19:33:55] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:33:55.186388194  [2023-08-15 19:33:55] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x561fa0d8b5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:33:55.186647395  [2023-08-15 19:33:55] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:33:55.186989586  [2023-08-15 19:33:55] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:33:55.187343566  [2023-08-15 19:33:55] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:33:55.187711868  [2023-08-15 19:33:55] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:33:55.187934841  [2023-08-15 19:33:55] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:33:55.188268330  [2023-08-15 19:33:55] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x557bb2cd35c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:33:55.188465615  [2023-08-15 19:33:55] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:33:55.188762981  [2023-08-15 19:33:55] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:33:55.189037154  [2023-08-15 19:33:55] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:33:55.198221495  [2023-08-15 19:33:55] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:33:55.198365675  [2023-08-15 19:33:55] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:33:55.198531174  [2023-08-15 19:33:55] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:33:55.202190798  [2023-08-15 19:33:55] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:33:55.202420359  [2023-08-15 19:33:55] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:33:55.202424759  [2023-08-15 19:33:55] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:33:55.203495645  [2023-08-15 19:33:55] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:33:55.203694392  [2023-08-15 19:33:55] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:33:55.204296806  [2023-08-15 19:33:55] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:33:55.204556531  [2023-08-15 19:33:55] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:34:05.207867269  [2023-08-15 19:34:05] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:34:05.208237611  [2023-08-15 19:34:05] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:34:05.208570581  [2023-08-15 19:34:05] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x5655592da5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:34:05.208890781  [2023-08-15 19:34:05] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:34:05.213297225  [2023-08-15 19:34:05] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:34:05.213427127  [2023-08-15 19:34:05] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:34:05.213518889  [2023-08-15 19:34:05] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x560ae40b45c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:34:05.213623767  [2023-08-15 19:34:05] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:34:05.213766883  [2023-08-15 19:34:05] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:34:05.213865233  [2023-08-15 19:34:05] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:34:05.213964735  [2023-08-15 19:34:05] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:34:05.214061478  [2023-08-15 19:34:05] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:34:05.223290388  [2023-08-15 19:34:05] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:34:05.223372115  [2023-08-15 19:34:05] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:34:05.223462509  [2023-08-15 19:34:05] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:34:05.224683290  [2023-08-15 19:34:05] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:34:05.224799393  [2023-08-15 19:34:05] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:34:05.224907180  [2023-08-15 19:34:05] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:34:05.225844146  [2023-08-15 19:34:05] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:34:05.226102074  [2023-08-15 19:34:05] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:34:05.226193286  [2023-08-15 19:34:05] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:34:05.226298096  [2023-08-15 19:34:05] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:34:15.229094967  [2023-08-15 19:34:15] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:34:15.229418869  [2023-08-15 19:34:15] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:34:15.229697179  [2023-08-15 19:34:15] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x5563ba7955c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:34:15.230007395  [2023-08-15 19:34:15] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:34:15.236349761  [2023-08-15 19:34:15] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:34:15.236536444  [2023-08-15 19:34:15] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:34:15.236643666  [2023-08-15 19:34:15] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:34:15.236789506  [2023-08-15 19:34:15] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:34:15.236876502  [2023-08-15 19:34:15] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5632d500f5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:34:15.236944136  [2023-08-15 19:34:15] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:34:15.237010790  [2023-08-15 19:34:15] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:34:15.237089416  [2023-08-15 19:34:15] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:34:15.242354550  [2023-08-15 19:34:15] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:34:15.246016570  [2023-08-15 19:34:15] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:34:15.246361148  [2023-08-15 19:34:15] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:34:15.246489687  [2023-08-15 19:34:15] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:34:15.246581664  [2023-08-15 19:34:15] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:34:15.247010015  [2023-08-15 19:34:15] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:34:15.247956349  [2023-08-15 19:34:15] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:34:15.248064967  [2023-08-15 19:34:15] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:34:15.248223679  [2023-08-15 19:34:15] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:34:15.248337227  [2023-08-15 19:34:15] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:34:25.252214613  [2023-08-15 19:34:25] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:34:25.252545613  [2023-08-15 19:34:25] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:34:25.258623489  [2023-08-15 19:34:25] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:34:25.258745059  [2023-08-15 19:34:25] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:34:25.259044571  [2023-08-15 19:34:25] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x5628bb6125c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:34:25.259154867  [2023-08-15 19:34:25] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:34:25.259259495  [2023-08-15 19:34:25] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5611234005c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:34:25.259357350  [2023-08-15 19:34:25] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:34:25.259455768  [2023-08-15 19:34:25] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:34:25.259559827  [2023-08-15 19:34:25] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:34:25.259658452  [2023-08-15 19:34:25] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:34:25.259757136  [2023-08-15 19:34:25] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:34:25.264500595  [2023-08-15 19:34:25] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:34:25.264649949  [2023-08-15 19:34:25] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:34:25.264762044  [2023-08-15 19:34:25] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:34:25.265029052  [2023-08-15 19:34:25] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:34:25.265140898  [2023-08-15 19:34:25] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:34:25.265250674  [2023-08-15 19:34:25] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:34:25.271597115  [2023-08-15 19:34:25] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:34:25.271745951  [2023-08-15 19:34:25] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:34:25.271923710  [2023-08-15 19:34:25] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:34:25.272170297  [2023-08-15 19:34:25] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:34:35.275025948  [2023-08-15 19:34:35] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:34:35.275397929  [2023-08-15 19:34:35] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:34:35.275707264  [2023-08-15 19:34:35] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55cc87a5e5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:34:35.276020913  [2023-08-15 19:34:35] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:34:35.276300525  [2023-08-15 19:34:35] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:34:35.276556208  [2023-08-15 19:34:35] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:34:35.276807177  [2023-08-15 19:34:35] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:34:35.277052996  [2023-08-15 19:34:35] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:34:35.277300882  [2023-08-15 19:34:35] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55cf3babf5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:34:35.277550736  [2023-08-15 19:34:35] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:34:35.277812855  [2023-08-15 19:34:35] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:34:35.277923546  [2023-08-15 19:34:35] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:34:35.286742925  [2023-08-15 19:34:35] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:34:35.286901381  [2023-08-15 19:34:35] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:34:35.290580866  [2023-08-15 19:34:35] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:34:35.290813113  [2023-08-15 19:34:35] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:34:35.291001287  [2023-08-15 19:34:35] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:34:35.291117637  [2023-08-15 19:34:35] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:34:35.292114075  [2023-08-15 19:34:35] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:34:35.292337972  [2023-08-15 19:34:35] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:34:35.292452172  [2023-08-15 19:34:35] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:34:35.292597308  [2023-08-15 19:34:35] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:34:45.296137006  [2023-08-15 19:34:45] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:34:45.296514311  [2023-08-15 19:34:45] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:34:45.296900118  [2023-08-15 19:34:45] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:34:45.302536042  [2023-08-15 19:34:45] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:34:45.302858867  [2023-08-15 19:34:45] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55c7bce495c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:34:45.302969434  [2023-08-15 19:34:45] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x56341d8b75c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:34:45.303065693  [2023-08-15 19:34:45] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:34:45.303162082  [2023-08-15 19:34:45] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:34:45.303259955  [2023-08-15 19:34:45] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:34:45.303350370  [2023-08-15 19:34:45] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:34:45.303445277  [2023-08-15 19:34:45] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:34:45.303538609  [2023-08-15 19:34:45] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:34:45.312006539  [2023-08-15 19:34:45] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:34:45.312165396  [2023-08-15 19:34:45] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:34:45.312260224  [2023-08-15 19:34:45] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:34:45.313705505  [2023-08-15 19:34:45] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:34:45.313838500  [2023-08-15 19:34:45] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:34:45.313947180  [2023-08-15 19:34:45] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:34:45.314044786  [2023-08-15 19:34:45] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:34:45.314148950  [2023-08-15 19:34:45] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:34:45.315405338  [2023-08-15 19:34:45] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:34:45.315613409  [2023-08-15 19:34:45] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:34:55.317367311  [2023-08-15 19:34:55] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:34:55.317671628  [2023-08-15 19:34:55] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:34:55.317861924  [2023-08-15 19:34:55] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55ef0b7245c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:34:55.318069043  [2023-08-15 19:34:55] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:34:55.318351405  [2023-08-15 19:34:55] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:34:55.318610500  [2023-08-15 19:34:55] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:34:55.318939540  [2023-08-15 19:34:55] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:34:55.319217601  [2023-08-15 19:34:55] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:34:55.319483795  [2023-08-15 19:34:55] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5623156f05c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:34:55.319737885  [2023-08-15 19:34:55] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:34:55.319988204  [2023-08-15 19:34:55] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:34:55.320256230  [2023-08-15 19:34:55] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:34:55.329461918  [2023-08-15 19:34:55] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:34:55.329590989  [2023-08-15 19:34:55] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:34:55.329707247  [2023-08-15 19:34:55] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:34:55.329809709  [2023-08-15 19:34:55] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:34:55.329913405  [2023-08-15 19:34:55] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:34:55.330014449  [2023-08-15 19:34:55] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:34:55.334824915  [2023-08-15 19:34:55] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:34:55.335292688  [2023-08-15 19:34:55] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:34:55.335404328  [2023-08-15 19:34:55] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:34:55.335497950  [2023-08-15 19:34:55] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:35:05.339165541  [2023-08-15 19:35:05] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:35:05.339507540  [2023-08-15 19:35:05] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:35:05.345675610  [2023-08-15 19:35:05] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:35:05.345993105  [2023-08-15 19:35:05] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:35:05.346109456  [2023-08-15 19:35:05] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55c81f5d85c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:35:05.346207226  [2023-08-15 19:35:05] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:35:05.346309125  [2023-08-15 19:35:05] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:35:05.346410306  [2023-08-15 19:35:05] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:35:05.346508098  [2023-08-15 19:35:05] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x560d0d09f5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:35:05.346604326  [2023-08-15 19:35:05] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:35:05.346713864  [2023-08-15 19:35:05] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:35:05.346817047  [2023-08-15 19:35:05] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:35:05.351932664  [2023-08-15 19:35:05] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:35:05.352090677  [2023-08-15 19:35:05] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:35:05.352204224  [2023-08-15 19:35:05] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:35:05.355326429  [2023-08-15 19:35:05] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:35:05.355431580  [2023-08-15 19:35:05] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:35:05.355590507  [2023-08-15 19:35:05] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:35:05.357268353  [2023-08-15 19:35:05] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:35:05.357467642  [2023-08-15 19:35:05] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:35:05.359411537  [2023-08-15 19:35:05] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:35:05.359618631  [2023-08-15 19:35:05] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:35:15.360864467  [2023-08-15 19:35:15] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:35:15.361191911  [2023-08-15 19:35:15] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:35:15.361487377  [2023-08-15 19:35:15] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x556aa9b615c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:35:15.361736879  [2023-08-15 19:35:15] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:35:15.362043666  [2023-08-15 19:35:15] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:35:15.362288555  [2023-08-15 19:35:15] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:35:15.363225446  [2023-08-15 19:35:15] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:35:15.363595149  [2023-08-15 19:35:15] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:35:15.363911004  [2023-08-15 19:35:15] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x560e8cf125c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:35:15.364238309  [2023-08-15 19:35:15] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:35:15.364539537  [2023-08-15 19:35:15] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:35:15.364793100  [2023-08-15 19:35:15] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:35:15.375238402  [2023-08-15 19:35:15] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:35:15.375361994  [2023-08-15 19:35:15] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:35:15.375474428  [2023-08-15 19:35:15] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:35:15.375564737  [2023-08-15 19:35:15] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:35:15.375652856  [2023-08-15 19:35:15] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:35:15.375747886  [2023-08-15 19:35:15] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:35:15.380526893  [2023-08-15 19:35:15] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:35:15.380682489  [2023-08-15 19:35:15] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:35:15.381904837  [2023-08-15 19:35:15] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:35:15.382105509  [2023-08-15 19:35:15] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:35:25.385212599  [2023-08-15 19:35:25] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:35:25.385545072  [2023-08-15 19:35:25] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:35:25.390752243  [2023-08-15 19:35:25] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:35:25.390892212  [2023-08-15 19:35:25] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:35:25.391146515  [2023-08-15 19:35:25] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55f8b049e5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:35:25.391250139  [2023-08-15 19:35:25] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:35:25.391347058  [2023-08-15 19:35:25] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5576845865c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:35:25.391438685  [2023-08-15 19:35:25] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:35:25.391533725  [2023-08-15 19:35:25] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:35:25.391624172  [2023-08-15 19:35:25] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:35:25.391717078  [2023-08-15 19:35:25] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:35:25.391810881  [2023-08-15 19:35:25] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:35:25.396580931  [2023-08-15 19:35:25] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:35:25.396711431  [2023-08-15 19:35:25] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:35:25.396827966  [2023-08-15 19:35:25] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:35:25.396923689  [2023-08-15 19:35:25] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:35:25.400373787  [2023-08-15 19:35:25] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:35:25.400766008  [2023-08-15 19:35:25] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:35:25.402608908  [2023-08-15 19:35:25] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:35:25.402811159  [2023-08-15 19:35:25] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:35:25.402900296  [2023-08-15 19:35:25] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:35:25.403076451  [2023-08-15 19:35:25] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:35:35.406483094  [2023-08-15 19:35:35] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:35:35.412931379  [2023-08-15 19:35:35] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:35:35.413319172  [2023-08-15 19:35:35] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:35:35.413404756  [2023-08-15 19:35:35] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:35:35.413509603  [2023-08-15 19:35:35] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x559bd2e455c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:35:35.413617211  [2023-08-15 19:35:35] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:35:35.413724330  [2023-08-15 19:35:35] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:35:35.413848853  [2023-08-15 19:35:35] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:35:35.413909744  [2023-08-15 19:35:35] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x5602971815c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:35:35.414009625  [2023-08-15 19:35:35] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:35:35.414107839  [2023-08-15 19:35:35] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:35:35.414207078  [2023-08-15 19:35:35] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:35:35.418627193  [2023-08-15 19:35:35] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:35:35.418779158  [2023-08-15 19:35:35] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:35:35.418896392  [2023-08-15 19:35:35] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:35:35.419121069  [2023-08-15 19:35:35] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:35:35.419234109  [2023-08-15 19:35:35] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:35:35.419332529  [2023-08-15 19:35:35] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:35:35.425547445  [2023-08-15 19:35:35] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:35:35.425800084  [2023-08-15 19:35:35] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:35:35.425915809  [2023-08-15 19:35:35] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:35:35.426016548  [2023-08-15 19:35:35] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:35:45.428797441  [2023-08-15 19:35:45] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:35:45.429154860  [2023-08-15 19:35:45] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:35:45.429515746  [2023-08-15 19:35:45] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55bcb3fc05c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:35:45.429781290  [2023-08-15 19:35:45] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:35:45.430090998  [2023-08-15 19:35:45] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:35:45.430387252  [2023-08-15 19:35:45] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:35:45.430663243  [2023-08-15 19:35:45] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:35:45.430951846  [2023-08-15 19:35:45] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:35:45.431227024  [2023-08-15 19:35:45] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x5628b63725c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:35:45.431328745  [2023-08-15 19:35:45] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:35:45.431411514  [2023-08-15 19:35:45] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:35:45.431497429  [2023-08-15 19:35:45] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:35:45.444879347  [2023-08-15 19:35:45] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:35:45.445006523  [2023-08-15 19:35:45] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:35:45.445107627  [2023-08-15 19:35:45] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:35:45.446398001  [2023-08-15 19:35:45] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:35:45.446501687  [2023-08-15 19:35:45] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:35:45.446601156  [2023-08-15 19:35:45] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:35:45.447413433  [2023-08-15 19:35:45] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:35:45.447623729  [2023-08-15 19:35:45] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:35:45.447729796  [2023-08-15 19:35:45] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:35:45.447824357  [2023-08-15 19:35:45] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:35:55.450402206  [2023-08-15 19:35:55] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:35:55.450692646  [2023-08-15 19:35:55] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:35:55.451026220  [2023-08-15 19:35:55] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55dd375745c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:35:55.451204122  [2023-08-15 19:35:55] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:35:55.451376858  [2023-08-15 19:35:55] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:35:55.451573398  [2023-08-15 19:35:55] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:35:55.451877603  [2023-08-15 19:35:55] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:35:55.452139058  [2023-08-15 19:35:55] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:35:55.452467766  [2023-08-15 19:35:55] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x557fe77c55c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:35:55.452739726  [2023-08-15 19:35:55] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:35:55.453001284  [2023-08-15 19:35:55] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:35:55.453232401  [2023-08-15 19:35:55] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:35:55.462354249  [2023-08-15 19:35:55] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:35:55.465673303  [2023-08-15 19:35:55] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:35:55.465864597  [2023-08-15 19:35:55] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:35:55.466477951  [2023-08-15 19:35:55] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:35:55.466646582  [2023-08-15 19:35:55] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:35:55.467378953  [2023-08-15 19:35:55] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:35:55.467461669  [2023-08-15 19:35:55] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:35:55.467535580  [2023-08-15 19:35:55] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:35:55.467607854  [2023-08-15 19:35:55] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:35:55.467675934  [2023-08-15 19:35:55] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:36:05.470909453  [2023-08-15 19:36:05] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:36:05.471152528  [2023-08-15 19:36:05] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:36:05.471436530  [2023-08-15 19:36:05] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55daa4ed35c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:36:05.471705110  [2023-08-15 19:36:05] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:36:05.471979634  [2023-08-15 19:36:05] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:36:05.472222537  [2023-08-15 19:36:05] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:36:05.476875553  [2023-08-15 19:36:05] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:36:05.476995315  [2023-08-15 19:36:05] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:36:05.477113668  [2023-08-15 19:36:05] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55c6e9eb15c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:36:05.477215781  [2023-08-15 19:36:05] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:36:05.477301455  [2023-08-15 19:36:05] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:36:05.477393460  [2023-08-15 19:36:05] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:36:05.482156761  [2023-08-15 19:36:05] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:36:05.482257622  [2023-08-15 19:36:05] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:36:05.482384936  [2023-08-15 19:36:05] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:36:05.482912226  [2023-08-15 19:36:05] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:36:05.483015377  [2023-08-15 19:36:05] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:36:05.483107948  [2023-08-15 19:36:05] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:36:05.488559514  [2023-08-15 19:36:05] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:36:05.488703100  [2023-08-15 19:36:05] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:36:05.490043058  [2023-08-15 19:36:05] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:36:05.490289532  [2023-08-15 19:36:05] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:36:15.491574293  [2023-08-15 19:36:15] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:36:15.491825880  [2023-08-15 19:36:15] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:36:15.492113904  [2023-08-15 19:36:15] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55f50caa85c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:36:15.492424950  [2023-08-15 19:36:15] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:36:15.492716294  [2023-08-15 19:36:15] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:36:15.493001593  [2023-08-15 19:36:15] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:36:15.493900427  [2023-08-15 19:36:15] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:36:15.494253859  [2023-08-15 19:36:15] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:36:15.494510585  [2023-08-15 19:36:15] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55b1ddd4d5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:36:15.494835613  [2023-08-15 19:36:15] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:36:15.495141050  [2023-08-15 19:36:15] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:36:15.495413559  [2023-08-15 19:36:15] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:36:15.504943068  [2023-08-15 19:36:15] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:36:15.505061300  [2023-08-15 19:36:15] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:36:15.505179022  [2023-08-15 19:36:15] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:36:15.505427556  [2023-08-15 19:36:15] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:36:15.505533300  [2023-08-15 19:36:15] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:36:15.505638501  [2023-08-15 19:36:15] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:36:15.510598734  [2023-08-15 19:36:15] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:36:15.510843117  [2023-08-15 19:36:15] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:36:15.511257551  [2023-08-15 19:36:15] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:36:15.511497006  [2023-08-15 19:36:15] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:36:25.514662834  [2023-08-15 19:36:25] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:36:25.515091167  [2023-08-15 19:36:25] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:36:25.515372968  [2023-08-15 19:36:25] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55c57e7275c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:36:25.515650874  [2023-08-15 19:36:25] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:36:25.520303416  [2023-08-15 19:36:25] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:36:25.520440862  [2023-08-15 19:36:25] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:36:25.520553592  [2023-08-15 19:36:25] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55d12bdff5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:36:25.520664307  [2023-08-15 19:36:25] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:36:25.520781934  [2023-08-15 19:36:25] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:36:25.520883049  [2023-08-15 19:36:25] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:36:25.520978067  [2023-08-15 19:36:25] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:36:25.521071284  [2023-08-15 19:36:25] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:36:25.525792437  [2023-08-15 19:36:25] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:36:25.525894217  [2023-08-15 19:36:25] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:36:25.526003649  [2023-08-15 19:36:25] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:36:25.526109360  [2023-08-15 19:36:25] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:36:25.526212477  [2023-08-15 19:36:25] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:36:25.526306297  [2023-08-15 19:36:25] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:36:25.532401532  [2023-08-15 19:36:25] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:36:25.532630211  [2023-08-15 19:36:25] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:36:25.532777355  [2023-08-15 19:36:25] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:36:25.533079713  [2023-08-15 19:36:25] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:36:35.536806979  [2023-08-15 19:36:35] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:36:35.537206741  [2023-08-15 19:36:35] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:36:35.537458884  [2023-08-15 19:36:35] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:36:35.537771951  [2023-08-15 19:36:35] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:36:35.542916381  [2023-08-15 19:36:35] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x561ba46395c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:36:35.543030501  [2023-08-15 19:36:35] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5613e4de25c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:36:35.543127227  [2023-08-15 19:36:35] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:36:35.543225073  [2023-08-15 19:36:35] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:36:35.543318241  [2023-08-15 19:36:35] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:36:35.543414113  [2023-08-15 19:36:35] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:36:35.543509114  [2023-08-15 19:36:35] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:36:35.543603190  [2023-08-15 19:36:35] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:36:35.548526316  [2023-08-15 19:36:35] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:36:35.548670926  [2023-08-15 19:36:35] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:36:35.548831542  [2023-08-15 19:36:35] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:36:35.548943703  [2023-08-15 19:36:35] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:36:35.553005003  [2023-08-15 19:36:35] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:36:35.553117941  [2023-08-15 19:36:35] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:36:35.553739814  [2023-08-15 19:36:35] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:36:35.553967333  [2023-08-15 19:36:35] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:36:35.554079990  [2023-08-15 19:36:35] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:36:35.554255828  [2023-08-15 19:36:35] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:36:45.558043495  [2023-08-15 19:36:45] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:36:45.558419469  [2023-08-15 19:36:45] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:36:45.558787515  [2023-08-15 19:36:45] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5556303395c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:36:45.564157981  [2023-08-15 19:36:45] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:36:45.564294973  [2023-08-15 19:36:45] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:36:45.564396094  [2023-08-15 19:36:45] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:36:45.564511908  [2023-08-15 19:36:45] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:36:45.564608266  [2023-08-15 19:36:45] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:36:45.564712490  [2023-08-15 19:36:45] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55b140e525c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:36:45.564815992  [2023-08-15 19:36:45] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:36:45.564917660  [2023-08-15 19:36:45] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:36:45.565019341  [2023-08-15 19:36:45] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:36:45.569798547  [2023-08-15 19:36:45] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:36:45.569950448  [2023-08-15 19:36:45] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:36:45.570078671  [2023-08-15 19:36:45] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:36:45.570215473  [2023-08-15 19:36:45] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:36:45.570328804  [2023-08-15 19:36:45] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:36:45.570433606  [2023-08-15 19:36:45] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:36:45.576059317  [2023-08-15 19:36:45] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:36:45.576254989  [2023-08-15 19:36:45] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:36:45.576635857  [2023-08-15 19:36:45] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:36:45.576840150  [2023-08-15 19:36:45] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:36:55.579775165  [2023-08-15 19:36:55] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:36:55.586288941  [2023-08-15 19:36:55] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:36:55.586711534  [2023-08-15 19:36:55] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:36:55.587020362  [2023-08-15 19:36:55] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:36:55.587141922  [2023-08-15 19:36:55] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5573f8e735c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:36:55.587251705  [2023-08-15 19:36:55] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55b003ce05c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:36:55.587338656  [2023-08-15 19:36:55] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:36:55.587431191  [2023-08-15 19:36:55] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:36:55.587522191  [2023-08-15 19:36:55] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:36:55.587608722  [2023-08-15 19:36:55] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:36:55.587707385  [2023-08-15 19:36:55] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:36:55.587787823  [2023-08-15 19:36:55] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:36:55.592497277  [2023-08-15 19:36:55] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:36:55.592597537  [2023-08-15 19:36:55] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:36:55.592713977  [2023-08-15 19:36:55] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:36:55.595799353  [2023-08-15 19:36:55] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:36:55.595947437  [2023-08-15 19:36:55] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:36:55.596049882  [2023-08-15 19:36:55] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:36:55.597746107  [2023-08-15 19:36:55] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:36:55.597914816  [2023-08-15 19:36:55] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:36:55.599760861  [2023-08-15 19:36:55] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:36:55.599999402  [2023-08-15 19:36:55] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:37:05.601245251  [2023-08-15 19:37:05] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:37:05.601630384  [2023-08-15 19:37:05] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:37:05.601956521  [2023-08-15 19:37:05] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5612297135c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:37:05.602214911  [2023-08-15 19:37:05] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:37:05.602553025  [2023-08-15 19:37:05] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:37:05.602911593  [2023-08-15 19:37:05] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:37:05.603687351  [2023-08-15 19:37:05] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:37:05.603830010  [2023-08-15 19:37:05] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:37:05.603924705  [2023-08-15 19:37:05] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55ec836c65c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:37:05.604019088  [2023-08-15 19:37:05] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:37:05.604114219  [2023-08-15 19:37:05] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:37:05.604207416  [2023-08-15 19:37:05] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:37:05.619088000  [2023-08-15 19:37:05] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:37:05.619857725  [2023-08-15 19:37:05] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:37:05.619975550  [2023-08-15 19:37:05] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:37:05.620086145  [2023-08-15 19:37:05] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:37:05.620193543  [2023-08-15 19:37:05] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:37:05.620296957  [2023-08-15 19:37:05] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:37:05.620396735  [2023-08-15 19:37:05] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:37:05.620488789  [2023-08-15 19:37:05] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:37:05.620579533  [2023-08-15 19:37:05] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:37:05.620675677  [2023-08-15 19:37:05] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:37:15.626044968  [2023-08-15 19:37:15] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:37:15.633922358  [2023-08-15 19:37:15] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:37:15.634148777  [2023-08-15 19:37:15] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:37:15.634424373  [2023-08-15 19:37:15] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:37:15.634733202  [2023-08-15 19:37:15] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5588f6d885c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:37:15.634842509  [2023-08-15 19:37:15] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x5597200745c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:37:15.634928852  [2023-08-15 19:37:15] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:37:15.635014205  [2023-08-15 19:37:15] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:37:15.635103032  [2023-08-15 19:37:15] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:37:15.635188958  [2023-08-15 19:37:15] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:37:15.635274367  [2023-08-15 19:37:15] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:37:15.635360168  [2023-08-15 19:37:15] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:37:15.643970735  [2023-08-15 19:37:15] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:37:15.644055476  [2023-08-15 19:37:15] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:37:15.644150193  [2023-08-15 19:37:15] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:37:15.645557466  [2023-08-15 19:37:15] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:37:15.646560292  [2023-08-15 19:37:15] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:37:15.646682823  [2023-08-15 19:37:15] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:37:15.646813456  [2023-08-15 19:37:15] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:37:15.646927736  [2023-08-15 19:37:15] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:37:15.647003947  [2023-08-15 19:37:15] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:37:15.647085194  [2023-08-15 19:37:15] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:37:25.649841647  [2023-08-15 19:37:25] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:37:25.650260517  [2023-08-15 19:37:25] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:37:25.650599120  [2023-08-15 19:37:25] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55c402ae15c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:37:25.651004594  [2023-08-15 19:37:25] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:37:25.651332286  [2023-08-15 19:37:25] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:37:25.651657014  [2023-08-15 19:37:25] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:37:25.651982047  [2023-08-15 19:37:25] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:37:25.652313932  [2023-08-15 19:37:25] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:37:25.652658017  [2023-08-15 19:37:25] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5606d5aa95c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:37:25.652979408  [2023-08-15 19:37:25] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:37:25.653307882  [2023-08-15 19:37:25] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:37:25.653695212  [2023-08-15 19:37:25] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:37:25.663781681  [2023-08-15 19:37:25] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:37:25.667710065  [2023-08-15 19:37:25] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:37:25.667872257  [2023-08-15 19:37:25] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:37:25.668098420  [2023-08-15 19:37:25] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:37:25.668195893  [2023-08-15 19:37:25] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:37:25.668292630  [2023-08-15 19:37:25] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:37:25.669087724  [2023-08-15 19:37:25] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:37:25.669236024  [2023-08-15 19:37:25] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:37:25.669374465  [2023-08-15 19:37:25] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:37:25.669454579  [2023-08-15 19:37:25] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:37:35.673324008  [2023-08-15 19:37:35] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:37:35.673594395  [2023-08-15 19:37:35] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:37:35.673956007  [2023-08-15 19:37:35] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:37:35.679794214  [2023-08-15 19:37:35] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:37:35.679932067  [2023-08-15 19:37:35] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x5638f6fb95c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:37:35.680199727  [2023-08-15 19:37:35] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55dcf5d245c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:37:35.680349343  [2023-08-15 19:37:35] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:37:35.680394234  [2023-08-15 19:37:35] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:37:35.680476632  [2023-08-15 19:37:35] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:37:35.680560258  [2023-08-15 19:37:35] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:37:35.680637009  [2023-08-15 19:37:35] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:37:35.680713744  [2023-08-15 19:37:35] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:37:35.685693261  [2023-08-15 19:37:35] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:37:35.685792764  [2023-08-15 19:37:35] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:37:35.685891624  [2023-08-15 19:37:35] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:37:35.686262372  [2023-08-15 19:37:35] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:37:35.686385965  [2023-08-15 19:37:35] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:37:35.686500572  [2023-08-15 19:37:35] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:37:35.692033005  [2023-08-15 19:37:35] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:37:35.692213587  [2023-08-15 19:37:35] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:37:35.693454296  [2023-08-15 19:37:35] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:37:35.693671896  [2023-08-15 19:37:35] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:37:45.695367066  [2023-08-15 19:37:45] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:37:45.695735421  [2023-08-15 19:37:45] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:37:45.696073149  [2023-08-15 19:37:45] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x5574132ea5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:37:45.696415675  [2023-08-15 19:37:45] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:37:45.696743932  [2023-08-15 19:37:45] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:37:45.697055664  [2023-08-15 19:37:45] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:37:45.697367750  [2023-08-15 19:37:45] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:37:45.697648167  [2023-08-15 19:37:45] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:37:45.697955397  [2023-08-15 19:37:45] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5612281635c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:37:45.698255852  [2023-08-15 19:37:45] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:37:45.698562614  [2023-08-15 19:37:45] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:37:45.698905967  [2023-08-15 19:37:45] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:37:45.709355534  [2023-08-15 19:37:45] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:37:45.709495455  [2023-08-15 19:37:45] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:37:45.709605710  [2023-08-15 19:37:45] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:37:45.712764531  [2023-08-15 19:37:45] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:37:45.712934524  [2023-08-15 19:37:45] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:37:45.713073846  [2023-08-15 19:37:45] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:37:45.714429031  [2023-08-15 19:37:45] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:37:45.714644909  [2023-08-15 19:37:45] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:37:45.714820994  [2023-08-15 19:37:45] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:37:45.715033640  [2023-08-15 19:37:45] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:37:55.718218467  [2023-08-15 19:37:55] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:37:55.718474105  [2023-08-15 19:37:55] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:37:55.718883438  [2023-08-15 19:37:55] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:37:55.719180031  [2023-08-15 19:37:55] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:37:55.725015379  [2023-08-15 19:37:55] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x5602c1adc5c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:37:55.725132688  [2023-08-15 19:37:55] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x5600d9e305c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:37:55.725237516  [2023-08-15 19:37:55] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:37:55.725360319  [2023-08-15 19:37:55] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:37:55.725479226  [2023-08-15 19:37:55] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:37:55.725554419  [2023-08-15 19:37:55] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:37:55.725640628  [2023-08-15 19:37:55] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:37:55.725721701  [2023-08-15 19:37:55] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:37:55.730656927  [2023-08-15 19:37:55] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:37:55.730808407  [2023-08-15 19:37:55] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:37:55.730918006  [2023-08-15 19:37:55] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:37:55.731016737  [2023-08-15 19:37:55] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:37:55.734483294  [2023-08-15 19:37:55] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:37:55.734606706  [2023-08-15 19:37:55] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:37:55.736712720  [2023-08-15 19:37:55] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:37:55.736887584  [2023-08-15 19:37:55] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:37:55.736991120  [2023-08-15 19:37:55] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:37:55.737113482  [2023-08-15 19:37:55] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:38:05.740613526  [2023-08-15 19:38:05] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:38:05.740879569  [2023-08-15 19:38:05] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:38:05.746283174  [2023-08-15 19:38:05] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:38:05.746621927  [2023-08-15 19:38:05] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:38:05.746834556  [2023-08-15 19:38:05] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55b99b4225c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:38:05.746916025  [2023-08-15 19:38:05] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:38:05.747022736  [2023-08-15 19:38:05] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:38:05.747116215  [2023-08-15 19:38:05] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:38:05.747217373  [2023-08-15 19:38:05] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x5604bc5595c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:38:05.747314138  [2023-08-15 19:38:05] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:38:05.747414478  [2023-08-15 19:38:05] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:38:05.747511457  [2023-08-15 19:38:05] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:38:05.752082423  [2023-08-15 19:38:05] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:38:05.752221158  [2023-08-15 19:38:05] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:38:05.752333805  [2023-08-15 19:38:05] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:38:05.752536900  [2023-08-15 19:38:05] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:38:05.752610981  [2023-08-15 19:38:05] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:38:05.752720758  [2023-08-15 19:38:05] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:38:05.757919190  [2023-08-15 19:38:05] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:38:05.758151165  [2023-08-15 19:38:05] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:38:05.759725442  [2023-08-15 19:38:05] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:38:05.759926357  [2023-08-15 19:38:05] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:38:15.761527921  [2023-08-15 19:38:15] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:38:15.761793071  [2023-08-15 19:38:15] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:38:15.762109467  [2023-08-15 19:38:15] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x55bb11d705c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:38:15.762356091  [2023-08-15 19:38:15] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:38:15.762621737  [2023-08-15 19:38:15] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:38:15.762923923  [2023-08-15 19:38:15] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:38:15.763162543  [2023-08-15 19:38:15] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:38:15.763422264  [2023-08-15 19:38:15] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:38:15.763653004  [2023-08-15 19:38:15] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x55c7738825c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:38:15.763946373  [2023-08-15 19:38:15] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:38:15.764197152  [2023-08-15 19:38:15] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:38:15.764459339  [2023-08-15 19:38:15] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:38:15.773871573  [2023-08-15 19:38:15] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:38:15.774005376  [2023-08-15 19:38:15] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:38:15.774123008  [2023-08-15 19:38:15] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:38:15.777779450  [2023-08-15 19:38:15] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:38:15.777924670  [2023-08-15 19:38:15] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:38:15.778013274  [2023-08-15 19:38:15] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:38:15.779064920  [2023-08-15 19:38:15] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:38:15.779278942  [2023-08-15 19:38:15] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:38:15.779550729  [2023-08-15 19:38:15] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:38:15.779819666  [2023-08-15 19:38:15] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:38:25.783411190  [2023-08-15 19:38:25] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:38:25.783720380  [2023-08-15 19:38:25] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:38:25.789899056  [2023-08-15 19:38:25] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:38:25.790202038  [2023-08-15 19:38:25] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:38:25.790327278  [2023-08-15 19:38:25] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x559ae86f75c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:38:25.790420407  [2023-08-15 19:38:25] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:38:25.790520282  [2023-08-15 19:38:25] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:38:25.790622243  [2023-08-15 19:38:25] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:38:25.790735959  [2023-08-15 19:38:25] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x56353e8625c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:38:25.790838682  [2023-08-15 19:38:25] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:38:25.790939360  [2023-08-15 19:38:25] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:38:25.791037353  [2023-08-15 19:38:25] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:38:25.795683520  [2023-08-15 19:38:25] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:38:25.795826415  [2023-08-15 19:38:25] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:38:25.795945038  [2023-08-15 19:38:25] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:38:25.796099640  [2023-08-15 19:38:25] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:38:25.796217908  [2023-08-15 19:38:25] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:38:25.796322479  [2023-08-15 19:38:25] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:38:25.801733403  [2023-08-15 19:38:25] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:38:25.801934490  [2023-08-15 19:38:25] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:38:25.802435242  [2023-08-15 19:38:25] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:38:25.802619061  [2023-08-15 19:38:25] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:38:35.805405274  [2023-08-15 19:38:35] watchdog.office_cam            ERROR   : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-15 19:38:35.805768828  [2023-08-15 19:38:35] watchdog.office_cam            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:38:35.806107411  [2023-08-15 19:38:35] ffmpeg.office_cam.detect       ERROR   : [AVHWDeviceContext @ 0x559f4c8875c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:38:35.806383314  [2023-08-15 19:38:35] ffmpeg.office_cam.detect       ERROR   : Device creation failed: -22.
2023-08-15 19:38:35.806643817  [2023-08-15 19:38:35] ffmpeg.office_cam.detect       ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:38:35.806923628  [2023-08-15 19:38:35] ffmpeg.office_cam.detect       ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:38:35.811707342  [2023-08-15 19:38:35] watchdog.living_room_cam       ERROR   : Ffmpeg process crashed unexpectedly for living_room_cam.
2023-08-15 19:38:35.811831221  [2023-08-15 19:38:35] watchdog.living_room_cam       ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-15 19:38:35.811936596  [2023-08-15 19:38:35] ffmpeg.living_room_cam.detect  ERROR   : [AVHWDeviceContext @ 0x56188c4595c0] No VA display found for device -hwaccel_output_format.
2023-08-15 19:38:35.812038837  [2023-08-15 19:38:35] ffmpeg.living_room_cam.detect  ERROR   : Device creation failed: -22.
2023-08-15 19:38:35.812139475  [2023-08-15 19:38:35] ffmpeg.living_room_cam.detect  ERROR   : Failed to set value '-hwaccel_output_format' for option 'qsv_device': Invalid argument
2023-08-15 19:38:35.812236240  [2023-08-15 19:38:35] ffmpeg.living_room_cam.detect  ERROR   : Error parsing global options: Invalid argument
2023-08-15 19:38:35.817455735  [2023-08-15 19:38:35] watchdog.living_room_cam       ERROR   : No new recording segments were created for living_room_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:38:35.817602595  [2023-08-15 19:38:35] watchdog.living_room_cam       INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:38:35.817701609  [2023-08-15 19:38:35] watchdog.living_room_cam       INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:38:35.817816494  [2023-08-15 19:38:35] watchdog.office_cam            ERROR   : No new recording segments were created for office_cam in the last 120s. restarting the ffmpeg record process...
2023-08-15 19:38:35.817918949  [2023-08-15 19:38:35] watchdog.office_cam            INFO    : Terminating the existing ffmpeg process...
2023-08-15 19:38:35.818025274  [2023-08-15 19:38:35] watchdog.office_cam            INFO    : Waiting for ffmpeg to exit gracefully...
2023-08-15 19:38:35.823126950  [2023-08-15 19:38:35] frigate.video                  ERROR   : office_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:38:35.823299964  [2023-08-15 19:38:35] frigate.video                  ERROR   : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-15 19:38:35.823444868  [2023-08-15 19:38:35] frigate.video                  ERROR   : living_room_cam: Unable to read frames from ffmpeg process.
2023-08-15 19:38:35.823675561  [2023-08-15 19:38:35] frigate.video                  ERROR   : living_room_cam: ffmpeg process is not running. exiting capture thread...

FFprobe output from your camera

[{"return_code":0,"stderr":"","stdout":{"programs":[],"streams":[{"avg_frame_rate":"15/1","codec_long_name":"H.264/AVC/MPEG-4AVC/MPEG-4part10","height":1080,"width":1920},{"avg_frame_rate":"0/0","bit_rate":"64000","codec_long_name":"PCMmu-law/G.711mu-law"}]}},{"return_code":0,"stderr":"","stdout":{"programs":[],"streams":[{"avg_frame_rate":"6/1","codec_long_name":"H.264/AVC/MPEG-4AVC/MPEG-4part10","height":480,"width":704},{"avg_frame_rate":"0/0","bit_rate":"64000","codec_long_name":"PCMmu-law/G.711mu-law"}]}}]

Frigate stats

No response

Operating system

Other Linux

Install method

Docker Compose

Coral version

USB

Network connection

Wired

Camera make and model

dahua and hikvision

Any other information that may be helpful

I also get this under gpu's

error-gpu
There was an error getting usage stats. This does not mean hardware acceleration is not working. Either your GPU does not support this or Frigate does not have proper access to get statistics. This is expected for the Home Assistant addon.

@NickM-27
Copy link
Sponsor Collaborator

Need to let logs run longer before posting

@hmjgriffon1
Copy link
Author

Need to let logs run longer before posting

Sorry, I updated, I know it's a lot but it seemed like different info was showing up farther down didn't want to leave out anything.

@NickM-27
Copy link
Sponsor Collaborator

I'd suggest using preset-vaapi for hardware accel

@hmjgriffon1
Copy link
Author

I'd suggest using preset-vaapi for hardware accel

standby.

@hmjgriffon1
Copy link
Author

I'm getting this:

2023-08-15 20:37:16.910871135 [2023-08-15 20:37:16] ffmpeg.living_room_cam.detect ERROR : Option hwaccel (use HW accelerated decoding) cannot be applied to output url vaapi -- you are trying to apply an input option to an output file or vice versa. Move this option before the file it belongs to.
2023-08-15 20:37:16.911133586 [2023-08-15 20:37:16] ffmpeg.living_room_cam.detect ERROR : Error parsing options for output file vaapi.
2023-08-15 20:37:16.911361797 [2023-08-15 20:37:16] ffmpeg.living_room_cam.detect ERROR : Error opening output files: Invalid argument
2023-08-15 20:37:16.921903732 [2023-08-15 20:37:16] ffmpeg.office_cam.record ERROR : Option hwaccel (use HW accelerated decoding) cannot be applied to output url vaapi -- you are trying to apply an input option to an output file or vice versa. Move this option before the file it belongs to.
2023-08-15 20:37:16.922020313 [2023-08-15 20:37:16] ffmpeg.living_room_cam.record ERROR : Option hwaccel (use HW accelerated decoding) cannot be applied to output url vaapi -- you are trying to apply an input option to an output file or vice versa. Move this option before the file it belongs to.
2023-08-15 20:37:16.922113627 [2023-08-15 20:37:16] ffmpeg.office_cam.record ERROR : Error parsing options for output file vaapi.
2023-08-15 20:37:16.925230147 [2023-08-15 20:37:16] ffmpeg.office_cam.record ERROR : Error opening output files: Invalid argument
2023-08-15 20:37:16.925721704 [2023-08-15 20:37:16] ffmpeg.living_room_cam.record ERROR : Error parsing options for output file vaapi.

I'm pretty sure I'm doing the config right.

cameras:
living_room_cam:
ffmpeg:
hwaccel_args: preset-vaapi
output_args:
record: preset-record-generic-audio-aac
inputs:
- path: rtsp:https://admin:[email protected]:554/Streaming/Channels/101
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp:https://admin:[email protected]:554/Streaming/Channels/102
input_args: preset-rtsp-restream
roles:
- detect
detect:
enabled: true
width: 704
height: 480
fps: 6
objects:
track:
- person

weird because this was working.

@NickM-27
Copy link
Sponsor Collaborator

This is usually an issue with the GPU drivers on the host

@hmjgriffon1
Copy link
Author

This is usually an issue with the GPU drivers on the host

what is the recommended version of ubuntu server to use with frigate? I believe I am running the newest version.

@NickM-27
Copy link
Sponsor Collaborator

I would start by running vainfo on the host and in the container

@hmjgriffon1
Copy link
Author

I would start by running vainfo on the host and in the container

I will do that when I get home from work. 😎

@hmjgriffon1
Copy link
Author

I would start by running vainfo on the host and in the container

How do I get into the container?

@hmjgriffon1
Copy link
Author

vainfo on the host:
image

vainfo from frigate:
image

@NickM-27
Copy link
Sponsor Collaborator

the host is missing drivers then, you'll need to install them. Not sure how that would happen but must have been some sort of update done on the host if it was working previously

@hmjgriffon1
Copy link
Author

the host is missing drivers then, you'll need to install them. Not sure how that would happen but must have been some sort of update done on the host if it was working previously

you wouldn't have any idea how to do that or be able to point me in a direction would you?

@NickM-27
Copy link
Sponsor Collaborator

What is your CPU?

@hmjgriffon1
Copy link
Author

So I was reading posts and saw something about that my integrated video, I hooked up a monitor and the video didn't seem to be working, got into the bios, set the integrated video to be the primary, so cameras are working except 1 of them I can see every stream except for the jsmpeg stream, lemee grab the logs.

@hmjgriffon1
Copy link
Author

2023-08-16 20:05:27.026093257 [INFO] Starting Frigate...
2023-08-16 20:05:27.846433457 [2023-08-16 20:05:27] frigate.app INFO : Starting Frigate (0.12.1-367d724)
2023-08-16 20:05:27.866211530 [2023-08-16 20:05:27] peewee_migrate INFO : Starting migrations
2023-08-16 20:05:27.869499288 [2023-08-16 20:05:27] peewee_migrate INFO : There is nothing to migrate
2023-08-16 20:05:27.880874925 [2023-08-16 20:05:27] detector.coral INFO : Starting detection process: 433
2023-08-16 20:05:30.526177719 [2023-08-16 20:05:27] frigate.app INFO : Output process started: 435
2023-08-16 20:05:30.530276235 [2023-08-16 20:05:27] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2023-08-16 20:05:30.530314723 [2023-08-16 20:05:30] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2023-08-16 20:05:30.530385281 [2023-08-16 20:05:27] frigate.app INFO : Camera processor started for living_room_cam: 441
2023-08-16 20:05:30.530462182 [2023-08-16 20:05:27] frigate.app INFO : Camera processor started for office_cam: 443
2023-08-16 20:05:30.530530545 [2023-08-16 20:05:27] frigate.app INFO : Capture process started for living_room_cam: 445
2023-08-16 20:05:30.530591655 [2023-08-16 20:05:27] frigate.app INFO : Capture process started for office_cam: 448
2023-08-16 20:05:33.030779885 [2023-08-16 20:05:33] frigate.video ERROR : office_cam: Unable to read frames from ffmpeg process.
2023-08-16 20:05:33.031224541 [2023-08-16 20:05:33] frigate.video ERROR : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-16 20:05:43.283162196 [2023-08-16 20:05:43] frigate.record ERROR : Error occurred when attempting to maintain recording cache
2023-08-16 20:05:43.283235534 [2023-08-16 20:05:43] frigate.record ERROR : list index out of range
2023-08-16 20:05:47.963599849 [2023-08-16 20:05:47] watchdog.office_cam ERROR : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-16 20:05:47.963673810 [2023-08-16 20:05:47] watchdog.office_cam ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-16 20:05:47.963726261 [2023-08-16 20:05:47] ffmpeg.office_cam.detect ERROR : rtsp:https://10.0.0.2:8554/office_cam_sub: Invalid data found when processing input
2023-08-16 20:05:48.139774929 [2023-08-16 20:05:48] frigate.record ERROR : Error occurred when attempting to maintain recording cache
2023-08-16 20:05:48.140095765 [2023-08-16 20:05:48] frigate.record ERROR : list index out of range
2023-08-16 20:05:53.089334957 [2023-08-16 20:05:53] frigate.video ERROR : office_cam: Unable to read frames from ffmpeg process.
2023-08-16 20:05:53.089647861 [2023-08-16 20:05:53] frigate.video ERROR : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-16 20:05:53.203331656 [2023-08-16 20:05:53] frigate.record ERROR : Error occurred when attempting to maintain recording cache
2023-08-16 20:05:53.203407144 [2023-08-16 20:05:53] frigate.record ERROR : list index out of range
2023-08-16 20:05:57.972097840 [2023-08-16 20:05:57] watchdog.office_cam ERROR : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-16 20:05:57.972408976 [2023-08-16 20:05:57] watchdog.office_cam ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-16 20:05:57.972671487 [2023-08-16 20:05:57] ffmpeg.office_cam.detect ERROR : rtsp:https://10.0.0.2:8554/office_cam_sub: Invalid data found when processing input
2023-08-16 20:05:58.139026094 [2023-08-16 20:05:58] frigate.record ERROR : Error occurred when attempting to maintain recording cache
2023-08-16 20:05:58.139227557 [2023-08-16 20:05:58] frigate.record ERROR : list index out of range
2023-08-16 20:06:03.103633707 [2023-08-16 20:06:03] frigate.video ERROR : office_cam: Unable to read frames from ffmpeg process.
2023-08-16 20:06:03.104232935 [2023-08-16 20:06:03] frigate.video ERROR : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-16 20:06:03.223091600 [2023-08-16 20:06:03] frigate.record ERROR : Error occurred when attempting to maintain recording cache
2023-08-16 20:06:03.223171448 [2023-08-16 20:06:03] frigate.record ERROR : list index out of range
2023-08-16 20:06:07.989311185 [2023-08-16 20:06:07] watchdog.office_cam ERROR : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-16 20:06:07.989723335 [2023-08-16 20:06:07] watchdog.office_cam ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-16 20:06:07.990075784 [2023-08-16 20:06:07] ffmpeg.office_cam.detect ERROR : rtsp:https://10.0.0.2:8554/office_cam_sub: Invalid data found when processing input
2023-08-16 20:06:08.141962199 [2023-08-16 20:06:08] frigate.record ERROR : Error occurred when attempting to maintain recording cache
2023-08-16 20:06:08.142163114 [2023-08-16 20:06:08] frigate.record ERROR : list index out of range
2023-08-16 20:06:13.140394023 [2023-08-16 20:06:13] frigate.video ERROR : office_cam: Unable to read frames from ffmpeg process.
2023-08-16 20:06:13.140744686 [2023-08-16 20:06:13] frigate.video ERROR : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-16 20:06:13.212241657 [2023-08-16 20:06:13] frigate.record ERROR : Error occurred when attempting to maintain recording cache
2023-08-16 20:06:13.212318430 [2023-08-16 20:06:13] frigate.record ERROR : list index out of range
2023-08-16 20:06:18.013960091 [2023-08-16 20:06:18] watchdog.office_cam ERROR : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-16 20:06:18.014296372 [2023-08-16 20:06:18] watchdog.office_cam ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-16 20:06:18.014532134 [2023-08-16 20:06:18] ffmpeg.office_cam.detect ERROR : rtsp:https://10.0.0.2:8554/office_cam_sub: Invalid data found when processing input
2023-08-16 20:06:18.140817133 [2023-08-16 20:06:18] frigate.record ERROR : Error occurred when attempting to maintain recording cache
2023-08-16 20:06:18.141060947 [2023-08-16 20:06:18] frigate.record ERROR : list index out of range
2023-08-16 20:06:23.160617367 [2023-08-16 20:06:23] frigate.video ERROR : office_cam: Unable to read frames from ffmpeg process.
2023-08-16 20:06:23.160866743 [2023-08-16 20:06:23] frigate.video ERROR : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-16 20:06:23.210998219 [2023-08-16 20:06:23] frigate.record ERROR : Error occurred when attempting to maintain recording cache
2023-08-16 20:06:23.211065831 [2023-08-16 20:06:23] frigate.record ERROR : list index out of range
2023-08-16 20:06:28.037799753 [2023-08-16 20:06:28] watchdog.office_cam ERROR : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-16 20:06:28.037999064 [2023-08-16 20:06:28] watchdog.office_cam ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-16 20:06:28.038262526 [2023-08-16 20:06:28] ffmpeg.office_cam.detect ERROR : rtsp:https://10.0.0.2:8554/office_cam_sub: Invalid data found when processing input
2023-08-16 20:06:28.175946205 [2023-08-16 20:06:28] frigate.record ERROR : Error occurred when attempting to maintain recording cache
2023-08-16 20:06:28.176293880 [2023-08-16 20:06:28] frigate.record ERROR : list index out of range
2023-08-16 20:06:33.141420904 [2023-08-16 20:06:33] frigate.record WARNING : Unable to keep up with recording segments in cache for office_cam. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-08-16 20:06:33.166333440 [2023-08-16 20:06:33] frigate.video ERROR : office_cam: Unable to read frames from ffmpeg process.
2023-08-16 20:06:33.166474331 [2023-08-16 20:06:33] frigate.video ERROR : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-16 20:06:33.250776521 [2023-08-16 20:06:33] frigate.record ERROR : Error occurred when attempting to maintain recording cache
2023-08-16 20:06:33.250964651 [2023-08-16 20:06:33] frigate.record ERROR : list index out of range
2023-08-16 20:06:38.055327957 [2023-08-16 20:06:38] watchdog.office_cam ERROR : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-16 20:06:38.055682846 [2023-08-16 20:06:38] watchdog.office_cam ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-16 20:06:38.056025341 [2023-08-16 20:06:38] ffmpeg.office_cam.detect ERROR : rtsp:https://10.0.0.2:8554/office_cam_sub: Invalid data found when processing input
2023-08-16 20:06:38.160362044 [2023-08-16 20:06:38] frigate.record ERROR : Error occurred when attempting to maintain recording cache
2023-08-16 20:06:38.160535408 [2023-08-16 20:06:38] frigate.record ERROR : list index out of range
2023-08-16 20:06:43.140375830 [2023-08-16 20:06:43] frigate.record WARNING : Unable to keep up with recording segments in cache for office_cam. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-08-16 20:06:43.187737962 [2023-08-16 20:06:43] frigate.video ERROR : office_cam: Unable to read frames from ffmpeg process.
2023-08-16 20:06:43.187889195 [2023-08-16 20:06:43] frigate.video ERROR : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-16 20:06:43.245396647 [2023-08-16 20:06:43] frigate.record ERROR : Error occurred when attempting to maintain recording cache
2023-08-16 20:06:43.245465617 [2023-08-16 20:06:43] frigate.record ERROR : list index out of range
2023-08-16 20:06:48.072717961 [2023-08-16 20:06:48] watchdog.office_cam ERROR : Ffmpeg process crashed unexpectedly for office_cam.
2023-08-16 20:06:48.073001214 [2023-08-16 20:06:48] watchdog.office_cam ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-08-16 20:06:48.073277034 [2023-08-16 20:06:48] ffmpeg.office_cam.detect ERROR : rtsp:https://10.0.0.2:8554/office_cam_sub: Invalid data found when processing input
2023-08-16 20:06:48.144218159 [2023-08-16 20:06:48] frigate.record ERROR : Error occurred when attempting to maintain recording cache
2023-08-16 20:06:48.144441320 [2023-08-16 20:06:48] frigate.record ERROR : list index out of range
2023-08-16 20:06:53.140939937 [2023-08-16 20:06:53] frigate.record WARNING : Unable to keep up with recording segments in cache for office_cam. Keeping the 5 most recent segments out of 6 and discarding the rest...
2023-08-16 20:06:53.219121781 [2023-08-16 20:06:53] frigate.video ERROR : office_cam: Unable to read frames from ffmpeg process.
2023-08-16 20:06:53.219206791 [2023-08-16 20:06:53] frigate.video ERROR : office_cam: ffmpeg process is not running. exiting capture thread...
2023-08-16 20:06:53.233334006 [2023-08-16 20:06:53] frigate.record ERROR : Error occurred when attempting to maintain recording cache
2023-08-16 20:06:53.233374449 [2023-08-16 20:06:53] frigate.record ERROR : list index out of range

@hmjgriffon1
Copy link
Author

2023-08-16 20:17:27.985429268 [INFO] Preparing go2rtc config...
2023-08-16 20:17:28.465366939 [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
2023-08-16 20:17:28.496183170 [INFO] Starting go2rtc...
2023-08-16 20:17:28.576094567 20:17:28.576 INF go2rtc version 1.2.0 linux/amd64
2023-08-16 20:17:28.576365352 20:17:28.576 INF [api] listen addr=:1984
2023-08-16 20:17:28.576707460 20:17:28.576 INF [rtsp] listen addr=:8554
2023-08-16 20:17:28.577049569 20:17:28.577 INF [srtp] listen addr=:8443
2023-08-16 20:17:28.577260023 20:17:28.577 INF [webrtc] listen addr=:8555
2023-08-16 20:17:34.951555640 20:17:34.951 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 20:17:34.951906122 20:17:34.951 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-08-16 20:17:37.985213466 [INFO] Starting go2rtc healthcheck service...
2023-08-16 20:17:40.086178079 20:17:40.085 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 20:17:40.086231021 20:17:40.086 WRN [rtsp] error="codecs not match: H264,VND.ONVIF.METADATA" stream=office_cam_sub
2023-08-16 20:17:45.213694133 20:17:45.213 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 20:17:45.213709785 20:17:45.213 WRN [rtsp] error="codecs not match: H264,VND.ONVIF.METADATA" stream=office_cam_sub

@hmjgriffon1
Copy link
Author

this was working before so I'm not sure what is still wrong.

@hmjgriffon1
Copy link
Author

it's crashing now on the mse stream too.

image

@NickM-27
Copy link
Sponsor Collaborator

Enable trace logs for go2rtc

go2rtc:
  streams:
    ...
  log:
    exec: trace

@hmjgriffon1
Copy link
Author

2023-08-16 21:35:34.533637603 [INFO] Preparing go2rtc config...
2023-08-16 21:35:34.723494194 [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
2023-08-16 21:35:34.749453325 [INFO] Starting go2rtc...
2023-08-16 21:35:34.855658225 21:35:34.855 INF go2rtc version 1.2.0 linux/amd64
2023-08-16 21:35:34.855810139 21:35:34.855 INF [api] listen addr=:1984
2023-08-16 21:35:34.856003735 21:35:34.855 INF [rtsp] listen addr=:8554
2023-08-16 21:35:34.856213171 21:35:34.856 INF [srtp] listen addr=:8443
2023-08-16 21:35:34.856361517 21:35:34.856 INF [webrtc] listen addr=:8555
2023-08-16 21:35:35.621922865 21:35:35.621 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam_sub?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/d53128977b31e64ca42dab663c267824"
2023-08-16 21:35:35.695451749 21:35:35.695 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/1252aa8c7d1c39597629760e74f3b3a4"
2023-08-16 21:35:35.792455266 Input #0, rtsp, from 'rtsp:https://localhost:8554/office_cam?audio':
2023-08-16 21:35:35.792464149 Metadata:
2023-08-16 21:35:35.792469050 title : go2rtc/1.2.0
2023-08-16 21:35:35.792516745 Duration: N/A, start: 0.000000, bitrate: 128 kb/s
2023-08-16 21:35:35.792549613 Stream #0:0: Audio: pcm_alaw, 16000 Hz, mono, s16, 128 kb/s
2023-08-16 21:35:35.792925277 Stream mapping:
2023-08-16 21:35:35.792934189 Stream #0:0 -> #0:0 (pcm_alaw (native) -> opus (libopus))
2023-08-16 21:35:35.792938922 Press [q] to stop, [?] for help
2023-08-16 21:35:35.796796852 [libopus @ 0x55f8d1153b40] No bit rate set. Defaulting to 96000 bps.
2023-08-16 21:35:35.841901175 21:35:35.841 DBG [exec] run launch=146.383046ms
2023-08-16 21:35:35.842303484 Output #0, rtsp, to 'rtsp:https://localhost:8554/1252aa8c7d1c39597629760e74f3b3a4':
2023-08-16 21:35:35.842316944 Metadata:
2023-08-16 21:35:35.842326452 title : go2rtc/1.2.0
2023-08-16 21:35:35.842391408 encoder : Lavf59.27.100
2023-08-16 21:35:35.842401899 Stream #0:0: Audio: opus, 48000 Hz, stereo, s16, 96 kb/s
2023-08-16 21:35:35.842410980 Metadata:
2023-08-16 21:35:35.842463208 encoder : Lavc59.37.100 libopus
2023-08-16 21:35:35.844584265 av_interleaved_write_frame(): Broken pipe
2023-08-16 21:35:35.845915047 size=N/A time=00:00:00.05 bitrate=N/A speed=N/A
av_interleaved_write_frame(): Broken pipe
2023-08-16 21:35:35.846010425 size=N/A time=00:00:00.07 bitrate=N/A speed=1.39x
2023-08-16 21:35:35.846066547 video:0kB audio:1kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
2023-08-16 21:35:35.846742706 Conversion failed!
2023-08-16 21:35:35.848410591 21:35:35.848 TRC [exec] close url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/1252aa8c7d1c39597629760e74f3b3a4"
2023-08-16 21:35:40.739324093 rtsp:https://localhost:8554/office_cam_sub?audio: Invalid data found when processing input
2023-08-16 21:35:40.739859156 21:35:40.739 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 21:35:40.739864496 21:35:40.739 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam_sub?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/d53128977b31e64ca42dab663c267824"
2023-08-16 21:35:40.740042961 21:35:40.739 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-08-16 21:35:44.536152672 [INFO] Starting go2rtc healthcheck service...
2023-08-16 21:35:45.855979532 rtsp:https://localhost:8554/office_cam_sub?audio: Invalid data found when processing input
2023-08-16 21:35:45.859129814 21:35:45.858 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 21:35:45.859190587 21:35:45.859 WRN [rtsp] error="codecs not match: H264,VND.ONVIF.METADATA" stream=office_cam_sub
2023-08-16 21:35:45.859752135 21:35:45.859 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam_sub?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/d53128977b31e64ca42dab663c267824"
2023-08-16 21:35:50.983571567 rtsp:https://localhost:8554/office_cam_sub?audio: Invalid data found when processing input
2023-08-16 21:35:50.986421876 21:35:50.986 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 21:35:50.986476810 21:35:50.986 WRN [rtsp] error="codecs not match: H264,VND.ONVIF.METADATA" stream=office_cam_sub
2023-08-16 21:35:50.986910832 21:35:50.986 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam_sub?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/d53128977b31e64ca42dab663c267824"
2023-08-16 21:35:56.116941143 rtsp:https://localhost:8554/office_cam_sub?audio: Invalid data found when processing input
2023-08-16 21:35:56.120142326 21:35:56.119 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 21:35:56.120225046 21:35:56.120 WRN [rtsp] error="codecs not match: H264,VND.ONVIF.METADATA" stream=office_cam_sub
2023-08-16 21:35:56.120569221 21:35:56.120 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam_sub?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/d53128977b31e64ca42dab663c267824"
2023-08-16 21:36:01.253179631 rtsp:https://localhost:8554/office_cam_sub?audio: Invalid data found when processing input
2023-08-16 21:36:01.256914793 21:36:01.256 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 21:36:01.257074917 21:36:01.256 WRN [rtsp] error="codecs not match: H264,VND.ONVIF.METADATA" stream=office_cam_sub
2023-08-16 21:36:01.257394008 21:36:01.257 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam_sub?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/d53128977b31e64ca42dab663c267824"
2023-08-16 21:36:06.384323336 rtsp:https://localhost:8554/office_cam_sub?audio: Invalid data found when processing input
2023-08-16 21:36:06.387168283 21:36:06.386 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 21:36:06.387528677 21:36:06.387 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-08-16 21:36:06.387670761 21:36:06.387 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam_sub?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/d53128977b31e64ca42dab663c267824"
2023-08-16 21:36:11.516851606 rtsp:https://localhost:8554/office_cam_sub?audio: Invalid data found when processing input
2023-08-16 21:36:11.519675651 21:36:11.519 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 21:36:11.519687867 21:36:11.519 WRN [rtsp] error="codecs not match: H264,VND.ONVIF.METADATA" stream=office_cam_sub
2023-08-16 21:36:11.520041893 21:36:11.519 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam_sub?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/d53128977b31e64ca42dab663c267824"
2023-08-16 21:36:14.567640791 21:36:14.567 WRN [streams] json locked
2023-08-16 21:36:16.650713188 rtsp:https://localhost:8554/office_cam_sub?audio: Invalid data found when processing input
2023-08-16 21:36:16.653686877 21:36:16.653 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 21:36:16.653779563 21:36:16.653 WRN [rtsp] error="codecs not match: H264,VND.ONVIF.METADATA" stream=office_cam_sub
2023-08-16 21:36:16.654208634 21:36:16.653 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam_sub?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/d53128977b31e64ca42dab663c267824"
2023-08-16 21:36:21.779663865 rtsp:https://localhost:8554/office_cam_sub?audio: Invalid data found when processing input
2023-08-16 21:36:21.782445122 21:36:21.782 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 21:36:21.782792806 21:36:21.782 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-08-16 21:36:21.782940653 21:36:21.782 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam_sub?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/d53128977b31e64ca42dab663c267824"
2023-08-16 21:36:26.913527717 rtsp:https://localhost:8554/office_cam_sub?audio: Invalid data found when processing input
2023-08-16 21:36:26.916329874 21:36:26.916 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 21:36:26.916339247 21:36:26.916 WRN [rtsp] error="codecs not match: H264,VND.ONVIF.METADATA" stream=office_cam_sub
2023-08-16 21:36:26.916832603 21:36:26.916 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam_sub?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/d53128977b31e64ca42dab663c267824"
2023-08-16 21:36:32.048702900 rtsp:https://localhost:8554/office_cam_sub?audio: Invalid data found when processing input
2023-08-16 21:36:32.051570732 21:36:32.051 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 21:36:32.051626570 21:36:32.051 WRN [rtsp] error="codecs not match: H264,VND.ONVIF.METADATA" stream=office_cam_sub
2023-08-16 21:36:32.052099386 21:36:32.051 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam_sub?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/d53128977b31e64ca42dab663c267824"
2023-08-16 21:36:37.180356553 rtsp:https://localhost:8554/office_cam_sub?audio: Invalid data found when processing input
2023-08-16 21:36:37.183494701 21:36:37.183 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 21:36:37.183759518 21:36:37.183 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam_sub?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/d53128977b31e64ca42dab663c267824"
2023-08-16 21:36:42.313807389 rtsp:https://localhost:8554/office_cam_sub?audio: Invalid data found when processing input
2023-08-16 21:36:42.316693073 21:36:42.316 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 21:36:42.316785929 21:36:42.316 WRN [rtsp] error="codecs not match: H264,VND.ONVIF.METADATA" stream=office_cam_sub
2023-08-16 21:36:42.317223906 21:36:42.317 WRN github.com/AlexxIT/go2rtc/cmd/rtsp/rtsp.go:221 > error=EOF
2023-08-16 21:36:42.317244704 21:36:42.317 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam_sub?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/d53128977b31e64ca42dab663c267824"
2023-08-16 21:36:44.595184621 21:36:44.595 WRN [streams] json locked
2023-08-16 21:36:47.445915977 rtsp:https://localhost:8554/office_cam_sub?audio: Invalid data found when processing input
2023-08-16 21:36:47.448741925 21:36:47.448 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 21:36:47.448799348 21:36:47.448 WRN [rtsp] error="codecs not match: H264,VND.ONVIF.METADATA" stream=office_cam_sub
2023-08-16 21:36:47.449205554 21:36:47.448 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam_sub?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/d53128977b31e64ca42dab663c267824"
2023-08-16 21:36:52.577376734 rtsp:https://localhost:8554/office_cam_sub?audio: Invalid data found when processing input
2023-08-16 21:36:52.580259195 21:36:52.579 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 21:36:52.580524864 21:36:52.580 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam_sub?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/d53128977b31e64ca42dab663c267824"
2023-08-16 21:36:57.709719622 rtsp:https://localhost:8554/office_cam_sub?audio: Invalid data found when processing input
2023-08-16 21:36:57.712540922 21:36:57.712 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 21:36:57.712630207 21:36:57.712 WRN [rtsp] error="codecs not match: H264,VND.ONVIF.METADATA" stream=office_cam_sub
2023-08-16 21:36:57.713113931 21:36:57.712 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam_sub?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/d53128977b31e64ca42dab663c267824"
2023-08-16 21:37:02.842468316 rtsp:https://localhost:8554/office_cam_sub?audio: Invalid data found when processing input
2023-08-16 21:37:02.845790544 21:37:02.845 ERR github.com/AlexxIT/go2rtc/cmd/streams/producer.go:53 > error="exec: exit status 1" url=ffmpeg:office_cam_sub#audio=opus
2023-08-16 21:37:02.845802049 21:37:02.845 WRN [rtsp] error="codecs not match: H264,VND.ONVIF.METADATA" stream=office_cam_sub
2023-08-16 21:37:02.846167411 21:37:02.846 DBG [exec] run url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/office_cam_sub?audio -vn -c:a libopus -ar:a 48000 -ac:a 2 -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/d53128977b31e64ca42dab663c267824"

@NickM-27
Copy link
Sponsor Collaborator

Try removing - "ffmpeg:office_cam_sub#audio=opus" from the config

@hmjgriffon1
Copy link
Author

2023-08-16 22:20:14.744881776 Last message repeated 2 times
2023-08-16 22:20:14.744955115 size=N/A time=00:00:05.80 bitrate=N/A speed= 1.1x
2023-08-16 22:20:14.744958269 video:0kB audio:18kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
2023-08-16 22:20:14.745092066 [aac @ 0x5634b6b68980] Qavg: 61003.926
2023-08-16 22:20:14.745190083 Conversion failed!
2023-08-16 22:20:14.746095068 22:20:14.746 TRC [exec] close url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/living_room_cam?audio -vn -c:a aac -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/1810dc425137f9734e980da5ac23b1e8"
2023-08-16 22:20:22.924775017 frame= 89 fps= 14 q=-1.0 size=N/A time=00:00:08.11 bitrate=N/A speed=1.32x
frame= 97 fps= 14 q=-1.0 size=N/A time=00:00:08.71 bitrate=N/A speed= 1.3x
frame= 105 fps= 15 q=-1.0 size=N/A time=00:00:09.23 bitrate=N/A speed=1.28x
frame= 112 fps= 14 q=-1.0 size=N/A time=00:00:09.71 bitrate=N/A speed=1.26x
frame= 120 fps= 15 q=-1.0 size=N/A time=00:00:10.23 bitrate=N/A speed=1.24x
frame= 127 fps= 14 q=-1.0 size=N/A time=00:00:10.76 bitrate=N/A speed=1.23x
frame= 136 fps= 15 q=-1.0 size=N/A time=00:00:11.31 bitrate=N/A speed=1.22x
frame= 144 fps= 15 q=-1.0 size=N/A time=00:00:11.83 bitrate=N/A speed= 1.2x
frame= 150 fps= 14 q=-1.0 size=N/A time=00:00:12.27 bitrate=N/A speed=1.18x
frame= 160 fps= 15 q=-1.0 size=N/A time=00:00:12.96 bitrate=N/A speed=1.19x
frame= 168 fps= 15 q=-1.0 size=N/A time=00:00:13.43 bitrate=N/A speed=1.17x
frame= 174 fps= 15 q=-1.0 size=N/A time=00:00:13.87 bitrate=N/A speed=1.16x
frame= 182 fps= 15 q=-1.0 size=N/A time=00:00:14.36 bitrate=N/A speed=1.15x
frame= 191 fps= 15 q=-1.0 size=N/A time=00:00:15.03 bitrate=N/A speed=1.15x
frame= 201 fps= 15 q=-1.0 size=N/A time=00:00:15.60 bitrate=N/A speed=1.14x
av_interleaved_write_frame(): Broken pipe
2023-08-16 22:20:22.924828300 Error writing trailer of rtsp:https://localhost:8554/e758756932a668f33648ec8ce90b0269: Broken pipe
2023-08-16 22:20:22.924869647 frame= 207 fps= 15 q=-1.0 Lsize=N/A time=00:00:16.03 bitrate=N/A speed=1.14x
2023-08-16 22:20:22.924912837 video:6677kB audio:110kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
2023-08-16 22:20:22.925316107 Conversion failed!
2023-08-16 22:20:22.929155380 22:20:22.928 TRC [exec] close url="exec:ffmpeg -hide_banner -allowed_media_types video+audio -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://admin:[email protected]:554/Streaming/Channels/101 -c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/e758756932a668f33648ec8ce90b0269"

@hmjgriffon1
Copy link
Author

getting close lol

@hmjgriffon1
Copy link
Author

also go2rtc dashboard gives a 404 error.

@hmjgriffon1
Copy link
Author

also that kills audio on the office camera :\

@hmjgriffon1
Copy link
Author

apparently the audio settings from that camera reverted and were not AAC anymore, I think I am good to go but I will test everything tomorrow and report back.

@hmjgriffon1
Copy link
Author

hmjgriffon1 commented Aug 17, 2023

Okay so literally the only issue I am having is when I try to use the mse stream with this one camera in the living room its fine until I try to do audio and then I get this in the logs.

size=N/A time=00:00:44.58 bitrate=N/A speed=0.995x
frame= 1470 fps= 15 q=-1.0 size=N/A time=00:01:40.44 bitrate=N/A speed=1.02x
size=N/A time=00:00:45.09 bitrate=N/A speed=0.995x
frame= 1476 fps= 15 q=-1.0 size=N/A time=00:01:40.92 bitrate=N/A speed=1.02x
size=N/A time=00:00:45.60 bitrate=N/A speed=0.995x
frame= 1485 fps= 15 q=-1.0 size=N/A time=00:01:41.44 bitrate=N/A speed=1.02x
size=N/A time=00:00:46.12 bitrate=N/A speed=0.994x
av_interleaved_write_frame(): Broken pipe
2023-08-17 07:55:40.393880618 Last message repeated 2 times
2023-08-17 07:55:40.393930207 size=N/A time=00:00:46.76 bitrate=N/A speed= 1x
2023-08-17 07:55:40.393963346 video:0kB audio:159kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
2023-08-17 07:55:40.394462505 [aac @ 0x55750cc01980] Qavg: 64928.566
2023-08-17 07:55:40.394864560 Conversion failed!
2023-08-17 07:55:40.398075220 07:55:40.397 TRC [exec] close url="exec:ffmpeg -hide_banner -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://localhost:8554/living_room_cam?audio -vn -c:a aac -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/1810dc425137f9734e980da5ac23b1e8"
2023-08-17 07:55:40.401786631 av_interleaved_write_frame(): Broken pipe
2023-08-17 07:55:40.401890009 Error writing trailer of rtsp:https://localhost:8554/e758756932a668f33648ec8ce90b0269: Broken pipe
2023-08-17 07:55:40.401925602 frame= 1492 fps= 15 q=-1.0 Lsize=N/A time=00:01:41.92 bitrate=N/A speed=1.02x
2023-08-17 07:55:40.401968371 video:48413kB audio:781kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
2023-08-17 07:55:40.402390864 Conversion failed!
2023-08-17 07:55:40.406119295 07:55:40.405 TRC [exec] close url="exec:ffmpeg -hide_banner -allowed_media_types video+audio -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://admin:[email protected]:554/Streaming/Channels/101 -c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/e758756932a668f33648ec8ce90b0269"
2023-08-17 07:55:42.783934879 07:55:42.783 DBG [exec] run url="exec:ffmpeg -hide_banner -allowed_media_types video+audio -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i rtsp:https://admin:[email protected]:554/Streaming/Channels/101 -c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp:https://localhost:8554/e758756932a668f33648ec8ce90b0269"

audio settings are pretty basic.
image

any ideas? I would like to say audio was working with mse before but I can't remember now.

@hmjgriffon1
Copy link
Author

interesting, not sure why it would not crash until that point. I'd suggest updating to the latest go2rtc https://docs.frigate.video/configuration/advanced#custom-go2rtc-version

yeah as soon as I click the speaker I either get a jittery studdery sound or it crashes and I get this.
image

I'll check out that link. webrtc audio works fine, weird.

@hmjgriffon1
Copy link
Author

am I downloading this?

https://github.com/AlexxIT/go2rtc/releases/

@NickM-27
Copy link
Sponsor Collaborator

yes, the one that is appropriate for your machine

@hmjgriffon1
Copy link
Author

hmjgriffon1 commented Aug 17, 2023

I grabbed go2rtc_linux_amd64 which should be correct for ubuntu server 64 bit, renamed it go2rtc, made it executable, and put it into the config folder where the config.yaml is and restarted frigate and the log still shows 1.2, do I need to restart the docker container?

@NickM-27
Copy link
Sponsor Collaborator

NickM-27 commented Aug 17, 2023

if you are using docker compose / docker cli, you need to make sure that the entire /config directory is mapped and not just the config file

@hmjgriffon1
Copy link
Author

got ya, so instead of the default I want this?

volumes:
  - /etc/localtime:/etc/localtime:ro
  - /home/frigateusr/frigate/config/:/config/

@NickM-27
Copy link
Sponsor Collaborator

yes

@hmjgriffon1
Copy link
Author

stopped docker service restarted and it still says go2rtc version 1.2.0 linux/amd64
weird.

@NickM-27
Copy link
Sponsor Collaborator

what did you run to make it executable?

@hmjgriffon1
Copy link
Author

chmod 777 go2rtc, I know, super insecure but I was lazy haha it shows -rwxrwxrwx it should definately be able to execute.

@NickM-27
Copy link
Sponsor Collaborator

what do the go2rtc logs show?

@hmjgriffon1
Copy link
Author

2023-08-17 08:59:33.747439980 [INFO] Preparing go2rtc config...
2023-08-17 08:59:33.922078239 [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually
2023-08-17 08:59:33.940339417 [INFO] Starting go2rtc...
2023-08-17 08:59:34.042537252 08:59:34.042 INF go2rtc version 1.2.0 linux/amd64
2023-08-17 08:59:34.042817140 08:59:34.042 INF [api] listen addr=:1984
2023-08-17 08:59:34.043080809 08:59:34.043 INF [rtsp] listen addr=:8554
2023-08-17 08:59:34.043364366 08:59:34.043 INF [srtp] listen addr=:8443
2023-08-17 08:59:34.043509973 08:59:34.043 INF [webrtc] listen addr=:8555
2023-08-17 08:59:43.749131599 [INFO] Starting go2rtc healthcheck service...

and then all the other stuff.

@NickM-27
Copy link
Sponsor Collaborator

so it seems like it isn't trying to use the custom version which seems to imply it does not see the file. Can you show your full docker config?

@hmjgriffon1
Copy link
Author

hmjgriffon1 commented Aug 17, 2023

version: "3.9"
services:
  frigate:
    container_name: frigate
    privileged: true # this may not be necessary for all setups
    restart: always
    image: ghcr.io/blakeblackshear/frigate:stable
    shm_size: "512mb" # update for your cameras based on calculation above
    devices:
      - /dev/bus/usb:/dev/bus/usb # passes the USB Coral, needs to be modified for other versions
      - /dev/apex_0:/dev/apex_0 # passes a PCIe Coral, follow driver instructions here https://coral.ai/docs/m2/get-started/#2a-on-linux
      - /dev/dri/renderD128 # for intel hwaccel, needs to be updated for your hardware
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /home/frigateusr/frigate/config/:/config/
      - /media/frigateusr:/media/frigate
      - /home/frigateusr/frigate/config:/db
      - 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

@NickM-27
Copy link
Sponsor Collaborator

This seems kind of wrong, you have /home/frigateusr/frigate/config/ mapped to both /config and /db

@hmjgriffon1
Copy link
Author

This seems kind of wrong, you have /home/frigateusr/frigate/config/ mapped to both /config and /db

I wanted to run the db on my solid state drive instead of the big slow drive I have my videos on so I put it into the config folder.

@NickM-27
Copy link
Sponsor Collaborator

Right, but you shouldn't have identical mounts. I'd suggest removing the mount for /db entirely and just have

database:
  path: /config/frigate.db

in the config

@hmjgriffon1
Copy link
Author

hmjgriffon1 commented Aug 17, 2023

in my config.yaml I have
ui:
use_experimental: false
live_mode: mse

database:
path: /db/frigate.db

do I need to remove ?

  • /home/frigateusr/frigate/config:/db

@NickM-27
Copy link
Sponsor Collaborator

I am suggesting you remove - /home/frigateusr/frigate/config:/db from the compose file and then replace

database:
  path: /db/frigate.db

with

database:
  path: /config/frigate.db

@hmjgriffon1
Copy link
Author

I am suggesting you remove - /home/frigateusr/frigate/config:/db from the compose file and then replace

database:
  path: /db/frigate.db

with

database:
  path: /config/frigate.db

oohh got ya, stand by.

@hmjgriffon1
Copy link
Author

okay so I did that, it still shows go2rtc version 1.2.0 linux/amd64 and while it's working I don't see the db in the config folder now, no idea where it went, it's not in media either.

@hmjgriffon1
Copy link
Author

find / -name frigate.db
/var/lib/docker/overlay2/0a59559e7f550820c7ba8b7da93181b4d483378e0d6d56a21d2784a25109099f/merged/config/frigate.db
/var/lib/docker/overlay2/0a59559e7f550820c7ba8b7da93181b4d483378e0d6d56a21d2784a25109099f/diff/config/frigate.db

@NickM-27
Copy link
Sponsor Collaborator

did you do docker compose up after editing the frigate config?

@NickM-27
Copy link
Sponsor Collaborator

seems like something is very off here, either the docker compose changes are not being applied correctly or something is causing issues

@hmjgriffon1
Copy link
Author

I didn't, I guess I assumed when you start the service it re reads the compose file, sorry, still kinda new to docker, hold on.

@hmjgriffon1
Copy link
Author

okay db looks good, go2rtc seems to be working now, I'm testing, thanks man, the docs were definitely confusing when I set up moving the db haha. but I think I may be good now. The next version of frigate will have 1.6 go2rtc won't it? Will I need to just delete the file I downloaded so that it keeps using whatever version frigate comes with in the future?

@NickM-27
Copy link
Sponsor Collaborator

The next version of frigate will have 1.6 go2rtc won't it? Will I need to just delete the file I downloaded so that it keeps using whatever version frigate comes with in the future?

yes, you will just want to delete the custom go2rtc file

the next version of frigate will also move the database to have a default location of /config/frigate.db

@NickM-27
Copy link
Sponsor Collaborator

feel free to create a new issue if something else comes up

@hmjgriffon1
Copy link
Author

Will do, so far the audio has been solid, thanks a lot! Take it easy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants