blakeblackshear / frigate

NVR with realtime local object detection for IP cameras
https://frigate.video
MIT License
19.19k stars 1.75k forks source link

[Config Support]: Error : no frames have been received #9231

Closed herbod-nl closed 9 months ago

herbod-nl commented 10 months ago

Describe the problem you are having

A newby would like to have some assistance...

Frigate loads but I can't get a picture. When I go to the Frigate IP address everything loads but no camera. I used this tutorial: https://www.homeautomationguy.io/blog/running-frigate-on-proxmox as a guide.

https://github.com/blakeblackshear/frigate/issues/2808 camera detection switch off, no difference

Some other changes mentioned in the support also didn't get the cameras working.

System is a HP T630, AMD GX-420GIc, AMD Radeon HD 8280E graphics (onboard) Frigate is Installed in Docker Container in Proxmox LXC Camera 2 x : Dahua IPC-HDBW1320EP-S

Version

Frigate (0.12.1-367d724)

Frigate config file

mqtt:
  enabled: false
ffmpeg:
  hwaccel_args: preset-vaapi
#detectors:
#  coral:
#    type: edgetpu
#    device: usb
#Global Object Settings
objects:
  track:
    - person
  filters:
    person:
      min_area: 5000
      max_area: 100000
cameras:
  Cameravoor:
    ffmpeg:
      inputs:
        # High Resolution Stream
        - path: rtsp://admin:Fenna0805!@192.168.1.108:554/cam/realmonitor?channel=1&subtype=0
          roles:
            - record
        # Low Resolution Stream
        - path: rtsp://admin:Fenna0805!@192.168.1.108:554/cam/realmonitor?channel=1&subtype=1
          roles:
            - detect
    detect:
      width: 480
      height: 360
      fps: 24
  Cameraachter:
    ffmpeg:
      inputs:
        # High Resolution Stream
        - path: rtsp://admin:Fenna0805!@192.168.1.108:554/cam/realmonitor?channel=1&subtype=0
          roles:
            - record
        # Low Resolution Stream
        - path: rtsp://admin:Fenna0805!@192.168.1.108:554/cam/realmonitor?channel=1&subtype=1
          roles:
            - detect
    detect:
      width: 480
      height: 360
      fps: 24

Relevant log output

2024-01-06 18:34:48.606236852  [INFO] Starting Frigate...
2024-01-06 18:34:52.820030881  [2024-01-06 18:34:52] frigate.app                    INFO    : Starting Frigate (0.12.1-367d724)
2024-01-06 18:34:52.879533094  [2024-01-06 18:34:52] peewee_migrate                 INFO    : Starting migrations
2024-01-06 18:34:52.899054700  [2024-01-06 18:34:52] peewee_migrate                 INFO    : There is nothing to migrate
2024-01-06 18:34:52.949338782  [2024-01-06 18:34:52] frigate.app                    INFO    : Output process started: 280
2024-01-06 18:34:52.979699773  [2024-01-06 18:34:52] frigate.app                    INFO    : Camera processor started for Cameravoor: 284
2024-01-06 18:34:53.011827481  [2024-01-06 18:34:52] detector.cpu                   INFO    : Starting detection process: 279
2024-01-06 18:34:53.011850147  [2024-01-06 18:34:52] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
2024-01-06 18:34:53.032107141  [2024-01-06 18:34:53] frigate.app                    INFO    : Camera processor started for Cameraachter: 286
2024-01-06 18:34:53.060687181  [2024-01-06 18:34:53] frigate.app                    INFO    : Capture process started for Cameravoor: 288
2024-01-06 18:34:53.095257312  [2024-01-06 18:34:53] frigate.app                    INFO    : Capture process started for Cameraachter: 291
2024-01-06 18:34:58.491780855  [2024-01-06 18:34:58] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:34:58.492471295  [2024-01-06 18:34:58] frigate.video                  ERROR   : Cameraachter: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:34:58.492476072  [2024-01-06 18:34:58] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:34:58.493190418  [2024-01-06 18:34:58] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:34:58.493198936  [2024-01-06 18:34:58] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:34:58.493202663  [2024-01-06 18:34:58] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:34:58.525199527  [2024-01-06 18:34:58] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:34:58.525689423  [2024-01-06 18:34:58] frigate.video                  ERROR   : Cameravoor: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:35:13.242340234  [2024-01-06 18:35:13] watchdog.Cameravoor            ERROR   : Ffmpeg process crashed unexpectedly for Cameravoor.
2024-01-06 18:35:13.242351237  [2024-01-06 18:35:13] watchdog.Cameravoor            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:35:13.242362977  [2024-01-06 18:35:13] ffmpeg.Cameravoor.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.
2024-01-06 18:35:13.242419253  [2024-01-06 18:35:13] ffmpeg.Cameravoor.detect       ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:35:13.242423423  [2024-01-06 18:35:13] ffmpeg.Cameravoor.detect       ERROR   : Error opening output files: Invalid argument
2024-01-06 18:35:13.245671024  [2024-01-06 18:35:13] watchdog.Cameraachter          ERROR   : Ffmpeg process crashed unexpectedly for Cameraachter.
2024-01-06 18:35:13.245681372  [2024-01-06 18:35:13] watchdog.Cameraachter          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:35:13.245686152  [2024-01-06 18:35:13] ffmpeg.Cameraachter.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.
2024-01-06 18:35:13.245689099  [2024-01-06 18:35:13] ffmpeg.Cameraachter.detect     ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:35:13.245691685  [2024-01-06 18:35:13] ffmpeg.Cameraachter.detect     ERROR   : Error opening output files: Invalid argument
2024-01-06 18:35:18.676243833  [2024-01-06 18:35:18] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:35:18.677648467  [2024-01-06 18:35:18] frigate.video                  ERROR   : Cameravoor: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:35:18.683286348  [2024-01-06 18:35:18] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:35:18.684551178  [2024-01-06 18:35:18] frigate.video                  ERROR   : Cameraachter: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:35:23.271826655  [2024-01-06 18:35:23] watchdog.Cameravoor            ERROR   : Ffmpeg process crashed unexpectedly for Cameravoor.
2024-01-06 18:35:23.271837686  [2024-01-06 18:35:23] watchdog.Cameravoor            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:35:23.271842210  [2024-01-06 18:35:23] ffmpeg.Cameravoor.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.
2024-01-06 18:35:23.271845163  [2024-01-06 18:35:23] ffmpeg.Cameravoor.detect       ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:35:23.271847686  [2024-01-06 18:35:23] ffmpeg.Cameravoor.detect       ERROR   : Error opening output files: Invalid argument
2024-01-06 18:35:23.273629484  [2024-01-06 18:35:23] watchdog.Cameraachter          ERROR   : Ffmpeg process crashed unexpectedly for Cameraachter.
2024-01-06 18:35:23.273638325  [2024-01-06 18:35:23] watchdog.Cameraachter          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:35:23.274591564  [2024-01-06 18:35:23] ffmpeg.Cameraachter.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.
2024-01-06 18:35:23.275822527  [2024-01-06 18:35:23] ffmpeg.Cameraachter.detect     ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:35:23.276730043  [2024-01-06 18:35:23] ffmpeg.Cameraachter.detect     ERROR   : Error opening output files: Invalid argument
2024-01-06 18:35:28.745397928  [2024-01-06 18:35:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:35:28.746710329  [2024-01-06 18:35:28] frigate.video                  ERROR   : Cameravoor: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:35:28.755067836  [2024-01-06 18:35:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:35:28.756702747  [2024-01-06 18:35:28] frigate.video                  ERROR   : Cameraachter: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:35:33.305230833  [2024-01-06 18:35:33] watchdog.Cameraachter          ERROR   : Ffmpeg process crashed unexpectedly for Cameraachter.
2024-01-06 18:35:33.305240705  [2024-01-06 18:35:33] watchdog.Cameraachter          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:35:33.305245233  [2024-01-06 18:35:33] ffmpeg.Cameraachter.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.
2024-01-06 18:35:33.305248112  [2024-01-06 18:35:33] ffmpeg.Cameraachter.detect     ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:35:33.305250720  [2024-01-06 18:35:33] ffmpeg.Cameraachter.detect     ERROR   : Error opening output files: Invalid argument
2024-01-06 18:35:33.315061186  [2024-01-06 18:35:33] watchdog.Cameravoor            ERROR   : Ffmpeg process crashed unexpectedly for Cameravoor.
2024-01-06 18:35:33.316385653  [2024-01-06 18:35:33] watchdog.Cameravoor            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:35:33.317378480  [2024-01-06 18:35:33] ffmpeg.Cameravoor.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.
2024-01-06 18:35:33.318554136  [2024-01-06 18:35:33] ffmpeg.Cameravoor.detect       ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:35:33.319617154  [2024-01-06 18:35:33] ffmpeg.Cameravoor.detect       ERROR   : Error opening output files: Invalid argument
2024-01-06 18:35:38.587688106  [2024-01-06 18:35:38] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:35:38.590282506  [2024-01-06 18:35:38] frigate.video                  ERROR   : Cameraachter: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:35:38.593333139  [2024-01-06 18:35:38] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:35:38.593783281  [2024-01-06 18:35:38] frigate.video                  ERROR   : Cameravoor: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:35:43.322665063  [2024-01-06 18:35:43] watchdog.Cameraachter          ERROR   : Ffmpeg process crashed unexpectedly for Cameraachter.
2024-01-06 18:35:43.323962681  [2024-01-06 18:35:43] watchdog.Cameraachter          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:35:43.323971669  [2024-01-06 18:35:43] ffmpeg.Cameraachter.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.
2024-01-06 18:35:43.323975109  [2024-01-06 18:35:43] ffmpeg.Cameraachter.detect     ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:35:43.323978189  [2024-01-06 18:35:43] ffmpeg.Cameraachter.detect     ERROR   : Error opening output files: Invalid argument
2024-01-06 18:35:43.337084585  [2024-01-06 18:35:43] watchdog.Cameravoor            ERROR   : Ffmpeg process crashed unexpectedly for Cameravoor.
2024-01-06 18:35:43.337092685  [2024-01-06 18:35:43] watchdog.Cameravoor            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:35:43.337097162  [2024-01-06 18:35:43] ffmpeg.Cameravoor.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.
2024-01-06 18:35:43.337100184  [2024-01-06 18:35:43] ffmpeg.Cameravoor.detect       ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:35:43.337102803  [2024-01-06 18:35:43] ffmpeg.Cameravoor.detect       ERROR   : Error opening output files: Invalid argument
2024-01-06 18:35:48.796200871  [2024-01-06 18:35:48] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:35:48.796209443  [2024-01-06 18:35:48] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:35:48.796212665  [2024-01-06 18:35:48] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:35:48.797905742  [2024-01-06 18:35:48] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:35:48.798573194  [2024-01-06 18:35:48] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:35:48.798580648  [2024-01-06 18:35:48] frigate.video                  ERROR   : Cameravoor: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:35:48.808922461  [2024-01-06 18:35:48] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:35:48.809300219  [2024-01-06 18:35:48] frigate.video                  ERROR   : Cameraachter: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:35:53.366988511  [2024-01-06 18:35:53] watchdog.Cameraachter          ERROR   : Ffmpeg process crashed unexpectedly for Cameraachter.
2024-01-06 18:35:53.367009055  [2024-01-06 18:35:53] watchdog.Cameraachter          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:35:53.367015506  [2024-01-06 18:35:53] ffmpeg.Cameraachter.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.
2024-01-06 18:35:53.367019696  [2024-01-06 18:35:53] ffmpeg.Cameraachter.detect     ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:35:53.367023452  [2024-01-06 18:35:53] ffmpeg.Cameraachter.detect     ERROR   : Error opening output files: Invalid argument
2024-01-06 18:35:53.371967442  [2024-01-06 18:35:53] watchdog.Cameravoor            ERROR   : Ffmpeg process crashed unexpectedly for Cameravoor.
2024-01-06 18:35:53.371979925  [2024-01-06 18:35:53] watchdog.Cameravoor            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:35:53.371987501  [2024-01-06 18:35:53] ffmpeg.Cameravoor.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.
2024-01-06 18:35:53.371992384  [2024-01-06 18:35:53] ffmpeg.Cameravoor.detect       ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:35:53.371996709  [2024-01-06 18:35:53] ffmpeg.Cameravoor.detect       ERROR   : Error opening output files: Invalid argument
2024-01-06 18:35:58.665509800  [2024-01-06 18:35:58] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:35:58.666084058  [2024-01-06 18:35:58] frigate.video                  ERROR   : Cameraachter: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:35:58.671638602  [2024-01-06 18:35:58] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:35:58.672410673  [2024-01-06 18:35:58] frigate.video                  ERROR   : Cameravoor: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:36:03.393297077  [2024-01-06 18:36:03] frigate.util                   ERROR   : Unable to poll intel GPU stats: No device filter specified and no discrete/integrated i915 devices found
2024-01-06 18:36:03.393304894  
2024-01-06 18:36:03.414864342  [2024-01-06 18:36:03] watchdog.Cameravoor            ERROR   : Ffmpeg process crashed unexpectedly for Cameravoor.
2024-01-06 18:36:03.414878059  [2024-01-06 18:36:03] watchdog.Cameravoor            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:36:03.414887144  [2024-01-06 18:36:03] ffmpeg.Cameravoor.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.
2024-01-06 18:36:03.414893114  [2024-01-06 18:36:03] ffmpeg.Cameravoor.detect       ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:36:03.414898104  [2024-01-06 18:36:03] ffmpeg.Cameravoor.detect       ERROR   : Error opening output files: Invalid argument
2024-01-06 18:36:03.426410978  [2024-01-06 18:36:03] watchdog.Cameraachter          ERROR   : Ffmpeg process crashed unexpectedly for Cameraachter.
2024-01-06 18:36:03.426425062  [2024-01-06 18:36:03] watchdog.Cameraachter          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:36:03.426433917  [2024-01-06 18:36:03] ffmpeg.Cameraachter.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.
2024-01-06 18:36:03.426439395  [2024-01-06 18:36:03] ffmpeg.Cameraachter.detect     ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:36:03.426444536  [2024-01-06 18:36:03] ffmpeg.Cameraachter.detect     ERROR   : Error opening output files: Invalid argument
2024-01-06 18:36:08.663335257  [2024-01-06 18:36:08] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:36:08.665403705  [2024-01-06 18:36:08] frigate.video                  ERROR   : Cameravoor: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:36:08.669616077  [2024-01-06 18:36:08] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:08.670063442  [2024-01-06 18:36:08] frigate.video                  ERROR   : Cameraachter: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:36:13.444849483  [2024-01-06 18:36:13] watchdog.Cameravoor            ERROR   : Ffmpeg process crashed unexpectedly for Cameravoor.
2024-01-06 18:36:13.444858002  [2024-01-06 18:36:13] watchdog.Cameravoor            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:36:13.444862790  [2024-01-06 18:36:13] ffmpeg.Cameravoor.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.
2024-01-06 18:36:13.444866026  [2024-01-06 18:36:13] ffmpeg.Cameravoor.detect       ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:36:13.444868826  [2024-01-06 18:36:13] ffmpeg.Cameravoor.detect       ERROR   : Error opening output files: Invalid argument
2024-01-06 18:36:13.465326525  [2024-01-06 18:36:13] watchdog.Cameraachter          ERROR   : Ffmpeg process crashed unexpectedly for Cameraachter.
2024-01-06 18:36:13.465337226  [2024-01-06 18:36:13] watchdog.Cameraachter          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:36:13.465342284  [2024-01-06 18:36:13] ffmpeg.Cameraachter.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.
2024-01-06 18:36:13.465345443  [2024-01-06 18:36:13] ffmpeg.Cameraachter.detect     ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:36:13.465348582  [2024-01-06 18:36:13] ffmpeg.Cameraachter.detect     ERROR   : Error opening output files: Invalid argument
2024-01-06 18:36:18.730767096  [2024-01-06 18:36:18] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:36:18.732925204  [2024-01-06 18:36:18] frigate.video                  ERROR   : Cameravoor: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:36:18.741885150  [2024-01-06 18:36:18] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:18.741897133  [2024-01-06 18:36:18] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:18.741901437  [2024-01-06 18:36:18] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:18.741905306  [2024-01-06 18:36:18] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:18.741908907  [2024-01-06 18:36:18] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:18.741912404  [2024-01-06 18:36:18] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:18.741915758  [2024-01-06 18:36:18] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:18.741921552  [2024-01-06 18:36:18] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:18.745409999  [2024-01-06 18:36:18] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:18.747371440  [2024-01-06 18:36:18] frigate.video                  ERROR   : Cameraachter: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:36:23.455840421  [2024-01-06 18:36:23] watchdog.Cameravoor            ERROR   : Ffmpeg process crashed unexpectedly for Cameravoor.
2024-01-06 18:36:23.457442710  [2024-01-06 18:36:23] watchdog.Cameravoor            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:36:23.458466786  [2024-01-06 18:36:23] ffmpeg.Cameravoor.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.
2024-01-06 18:36:23.459338529  [2024-01-06 18:36:23] ffmpeg.Cameravoor.detect       ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:36:23.460282392  [2024-01-06 18:36:23] ffmpeg.Cameravoor.detect       ERROR   : Error opening output files: Invalid argument
2024-01-06 18:36:23.484298555  [2024-01-06 18:36:23] watchdog.Cameraachter          ERROR   : Ffmpeg process crashed unexpectedly for Cameraachter.
2024-01-06 18:36:23.484306947  [2024-01-06 18:36:23] watchdog.Cameraachter          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:36:23.485120816  [2024-01-06 18:36:23] ffmpeg.Cameraachter.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.
2024-01-06 18:36:23.485126094  [2024-01-06 18:36:23] ffmpeg.Cameraachter.detect     ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:36:23.485129093  [2024-01-06 18:36:23] ffmpeg.Cameraachter.detect     ERROR   : Error opening output files: Invalid argument
2024-01-06 18:36:28.728424187  [2024-01-06 18:36:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:36:28.728434753  [2024-01-06 18:36:28] frigate.video                  ERROR   : Cameravoor: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:36:28.743270198  [2024-01-06 18:36:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:28.743280091  [2024-01-06 18:36:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:28.743284721  [2024-01-06 18:36:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:28.743289333  [2024-01-06 18:36:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:28.743293801  [2024-01-06 18:36:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:28.743297590  [2024-01-06 18:36:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:28.743301478  [2024-01-06 18:36:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:28.743305281  [2024-01-06 18:36:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:28.743309245  [2024-01-06 18:36:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:28.743313097  [2024-01-06 18:36:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:28.743318840  [2024-01-06 18:36:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:28.743323011  [2024-01-06 18:36:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:28.743383180  [2024-01-06 18:36:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:28.747805668  [2024-01-06 18:36:28] frigate.video                  ERROR   : Cameraachter: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:36:29.205589206  [2024-01-06 18:36:29] frigate.util                   ERROR   : Unable to poll intel GPU stats: No device filter specified and no discrete/integrated i915 devices found
2024-01-06 18:36:29.205599613  
2024-01-06 18:36:29.244384368  [2024-01-06 18:36:29] frigate.util                   ERROR   : Unable to poll intel GPU stats: No device filter specified and no discrete/integrated i915 devices found
2024-01-06 18:36:29.244395458  
2024-01-06 18:36:33.482030837  [2024-01-06 18:36:33] watchdog.Cameravoor            ERROR   : Ffmpeg process crashed unexpectedly for Cameravoor.
2024-01-06 18:36:33.482039254  [2024-01-06 18:36:33] watchdog.Cameravoor            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:36:33.482043801  [2024-01-06 18:36:33] ffmpeg.Cameravoor.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.
2024-01-06 18:36:33.482047030  [2024-01-06 18:36:33] ffmpeg.Cameravoor.detect       ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:36:33.482049621  [2024-01-06 18:36:33] ffmpeg.Cameravoor.detect       ERROR   : Error opening output files: Invalid argument
2024-01-06 18:36:33.502799609  [2024-01-06 18:36:33] watchdog.Cameraachter          ERROR   : Ffmpeg process crashed unexpectedly for Cameraachter.
2024-01-06 18:36:33.502807858  [2024-01-06 18:36:33] watchdog.Cameraachter          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:36:33.502812403  [2024-01-06 18:36:33] ffmpeg.Cameraachter.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.
2024-01-06 18:36:33.502815427  [2024-01-06 18:36:33] ffmpeg.Cameraachter.detect     ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:36:33.503858717  [2024-01-06 18:36:33] ffmpeg.Cameraachter.detect     ERROR   : Error opening output files: Invalid argument
2024-01-06 18:36:38.736760239  [2024-01-06 18:36:38] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:38.739009978  [2024-01-06 18:36:38] frigate.video                  ERROR   : Cameraachter: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:36:38.739956939  [2024-01-06 18:36:38] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:36:38.739965785  [2024-01-06 18:36:38] frigate.video                  ERROR   : Cameravoor: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:36:43.490695533  [2024-01-06 18:36:43] watchdog.Cameravoor            ERROR   : Ffmpeg process crashed unexpectedly for Cameravoor.
2024-01-06 18:36:43.492821858  [2024-01-06 18:36:43] watchdog.Cameravoor            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:36:43.492830676  [2024-01-06 18:36:43] ffmpeg.Cameravoor.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.
2024-01-06 18:36:43.492833862  [2024-01-06 18:36:43] ffmpeg.Cameravoor.detect       ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:36:43.492836658  [2024-01-06 18:36:43] ffmpeg.Cameravoor.detect       ERROR   : Error opening output files: Invalid argument
2024-01-06 18:36:43.523486817  [2024-01-06 18:36:43] watchdog.Cameraachter          ERROR   : Ffmpeg process crashed unexpectedly for Cameraachter.
2024-01-06 18:36:43.523495315  [2024-01-06 18:36:43] watchdog.Cameraachter          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:36:43.523499841  [2024-01-06 18:36:43] ffmpeg.Cameraachter.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.
2024-01-06 18:36:43.523502721  [2024-01-06 18:36:43] ffmpeg.Cameraachter.detect     ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:36:43.523505581  [2024-01-06 18:36:43] ffmpeg.Cameraachter.detect     ERROR   : Error opening output files: Invalid argument
2024-01-06 18:36:48.774317251  [2024-01-06 18:36:48] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:48.775023486  [2024-01-06 18:36:48] frigate.video                  ERROR   : Cameraachter: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:36:48.781370551  [2024-01-06 18:36:48] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:36:48.782139496  [2024-01-06 18:36:48] frigate.video                  ERROR   : Cameravoor: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:36:53.511173369  [2024-01-06 18:36:53] watchdog.Cameravoor            ERROR   : Ffmpeg process crashed unexpectedly for Cameravoor.
2024-01-06 18:36:53.520470902  [2024-01-06 18:36:53] watchdog.Cameravoor            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:36:53.520481980  [2024-01-06 18:36:53] ffmpeg.Cameravoor.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.
2024-01-06 18:36:53.520485244  [2024-01-06 18:36:53] ffmpeg.Cameravoor.detect       ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:36:53.520488162  [2024-01-06 18:36:53] ffmpeg.Cameravoor.detect       ERROR   : Error opening output files: Invalid argument
2024-01-06 18:36:53.543946873  [2024-01-06 18:36:53] watchdog.Cameraachter          ERROR   : Ffmpeg process crashed unexpectedly for Cameraachter.
2024-01-06 18:36:53.544736741  [2024-01-06 18:36:53] watchdog.Cameraachter          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:36:53.544741586  [2024-01-06 18:36:53] ffmpeg.Cameraachter.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.
2024-01-06 18:36:53.544751232  [2024-01-06 18:36:53] ffmpeg.Cameraachter.detect     ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:36:53.544753941  [2024-01-06 18:36:53] ffmpeg.Cameraachter.detect     ERROR   : Error opening output files: Invalid argument
2024-01-06 18:36:58.778768231  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.778780559  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.778785919  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.778790855  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.778795441  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.778800095  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.778804527  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.778808847  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.785069284  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.791754287  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.791769257  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.791776258  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.791782816  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.791788809  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.791795101  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.791801292  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.791807149  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.791813039  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.791818531  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.791824137  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.791829931  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameraachter: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:36:58.798387838  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:36:58.800805304  [2024-01-06 18:36:58] frigate.video                  ERROR   : Cameravoor: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:37:03.539212285  [2024-01-06 18:37:03] watchdog.Cameravoor            ERROR   : Ffmpeg process crashed unexpectedly for Cameravoor.
2024-01-06 18:37:03.541218417  [2024-01-06 18:37:03] watchdog.Cameravoor            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:37:03.541228400  [2024-01-06 18:37:03] ffmpeg.Cameravoor.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.
2024-01-06 18:37:03.541231687  [2024-01-06 18:37:03] ffmpeg.Cameravoor.detect       ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:37:03.541234535  [2024-01-06 18:37:03] ffmpeg.Cameravoor.detect       ERROR   : Error opening output files: Invalid argument
2024-01-06 18:37:03.565497214  [2024-01-06 18:37:03] watchdog.Cameraachter          ERROR   : Ffmpeg process crashed unexpectedly for Cameraachter.
2024-01-06 18:37:03.565507717  [2024-01-06 18:37:03] watchdog.Cameraachter          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:37:03.565512786  [2024-01-06 18:37:03] ffmpeg.Cameraachter.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.
2024-01-06 18:37:03.565516122  [2024-01-06 18:37:03] ffmpeg.Cameraachter.detect     ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:37:03.565518997  [2024-01-06 18:37:03] ffmpeg.Cameraachter.detect     ERROR   : Error opening output files: Invalid argument
2024-01-06 18:37:08.818097572  [2024-01-06 18:37:08] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:08.819623994  [2024-01-06 18:37:08] frigate.video                  ERROR   : Cameraachter: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:37:08.825419247  [2024-01-06 18:37:08] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:08.826482843  [2024-01-06 18:37:08] frigate.video                  ERROR   : Cameravoor: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:37:13.551263732  [2024-01-06 18:37:13] watchdog.Cameravoor            ERROR   : Ffmpeg process crashed unexpectedly for Cameravoor.
2024-01-06 18:37:13.551273595  [2024-01-06 18:37:13] watchdog.Cameravoor            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:37:13.551278165  [2024-01-06 18:37:13] ffmpeg.Cameravoor.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.
2024-01-06 18:37:13.551281144  [2024-01-06 18:37:13] ffmpeg.Cameravoor.detect       ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:37:13.551283603  [2024-01-06 18:37:13] ffmpeg.Cameravoor.detect       ERROR   : Error opening output files: Invalid argument
2024-01-06 18:37:13.584045171  [2024-01-06 18:37:13] watchdog.Cameraachter          ERROR   : Ffmpeg process crashed unexpectedly for Cameraachter.
2024-01-06 18:37:13.584053131  [2024-01-06 18:37:13] watchdog.Cameraachter          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:37:13.584057705  [2024-01-06 18:37:13] ffmpeg.Cameraachter.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.
2024-01-06 18:37:13.584060610  [2024-01-06 18:37:13] ffmpeg.Cameraachter.detect     ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:37:13.584063473  [2024-01-06 18:37:13] ffmpeg.Cameraachter.detect     ERROR   : Error opening output files: Invalid argument
2024-01-06 18:37:18.815037932  [2024-01-06 18:37:18] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:18.815431122  [2024-01-06 18:37:18] frigate.video                  ERROR   : Cameraachter: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:37:18.823254452  [2024-01-06 18:37:18] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:18.824110763  [2024-01-06 18:37:18] frigate.video                  ERROR   : Cameravoor: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:37:23.578333447  [2024-01-06 18:37:23] watchdog.Cameravoor            ERROR   : Ffmpeg process crashed unexpectedly for Cameravoor.
2024-01-06 18:37:23.578342728  [2024-01-06 18:37:23] watchdog.Cameravoor            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:37:23.578347236  [2024-01-06 18:37:23] ffmpeg.Cameravoor.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.
2024-01-06 18:37:23.578350160  [2024-01-06 18:37:23] ffmpeg.Cameravoor.detect       ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:37:23.578352687  [2024-01-06 18:37:23] ffmpeg.Cameravoor.detect       ERROR   : Error opening output files: Invalid argument
2024-01-06 18:37:23.594259320  [2024-01-06 18:37:23] watchdog.Cameraachter          ERROR   : Ffmpeg process crashed unexpectedly for Cameraachter.
2024-01-06 18:37:23.594973336  [2024-01-06 18:37:23] watchdog.Cameraachter          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:37:23.594978394  [2024-01-06 18:37:23] ffmpeg.Cameraachter.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.
2024-01-06 18:37:23.594981336  [2024-01-06 18:37:23] ffmpeg.Cameraachter.detect     ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:37:23.595579585  [2024-01-06 18:37:23] ffmpeg.Cameraachter.detect     ERROR   : Error opening output files: Invalid argument
2024-01-06 18:37:28.829333135  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.829344692  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.829349399  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.829353593  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.829357550  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.829361433  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.829365335  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.829369114  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.829372858  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.829376704  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.829380345  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.829384103  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.829387797  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.829391385  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.829397742  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.829401413  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.829409568  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.829413227  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.838052336  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.840236373  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.841922754  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.843262538  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.844327217  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.845239062  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.845248041  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.846436469  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.846446533  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.846451917  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.846457016  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.846461898  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.846466544  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.846471330  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.848038707  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.848051673  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.848057372  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.848062350  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.848067277  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameravoor: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:37:28.848071901  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: Unable to read frames from ffmpeg process.
2024-01-06 18:37:28.848076539  [2024-01-06 18:37:28] frigate.video                  ERROR   : Cameraachter: ffmpeg process is not running. exiting capture thread...
2024-01-06 18:37:33.587445092  [2024-01-06 18:37:33] watchdog.Cameravoor            ERROR   : Ffmpeg process crashed unexpectedly for Cameravoor.
2024-01-06 18:37:33.597243537  [2024-01-06 18:37:33] watchdog.Cameravoor            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:37:33.597253036  [2024-01-06 18:37:33] ffmpeg.Cameravoor.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.
2024-01-06 18:37:33.597256323  [2024-01-06 18:37:33] ffmpeg.Cameravoor.detect       ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:37:33.597259148  [2024-01-06 18:37:33] ffmpeg.Cameravoor.detect       ERROR   : Error opening output files: Invalid argument
2024-01-06 18:37:33.614644580  [2024-01-06 18:37:33] watchdog.Cameraachter          ERROR   : Ffmpeg process crashed unexpectedly for Cameraachter.
2024-01-06 18:37:33.614654219  [2024-01-06 18:37:33] watchdog.Cameraachter          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2024-01-06 18:37:33.614658748  [2024-01-06 18:37:33] ffmpeg.Cameraachter.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.
2024-01-06 18:37:33.614661642  [2024-01-06 18:37:33] ffmpeg.Cameraachter.detect     ERROR   : Error parsing options for output file vaapi.
2024-01-06 18:37:33.614664307  [2024-01-06 18:37:33] ffmpeg.Cameraachter.detect     ERROR   : Error opening output files: Invalid argument

Frigate stats

No response

Operating system

Promox

Install method

Container

Coral version

No Coral

Any other information that may be helpful

No response

NickM-27 commented 10 months ago

First, want to mention that 24 detect fps is not necessary. Detect fps does not need to match the camera and generally 5 detect fps is recommended.

as for your issue, it looks like you are using an AMD GPU but have not set the LIBVA_DRIVER_NAME env variable like the docs explain

herbod-nl commented 10 months ago

Thank you for your reply. to set the LIBVA_DRIVER_NAME env variable i have added :

environment_vars: LIBVA_DRIVER_NAME=radeonsi

to the docker-compose.yml . The update file is below. This is without succes. I still have the same errors. Could you tell what I did wrong? THANKs!!

version: '3.9'

services:

frigate: container_name: frigate privileged: true restart: unless-stopped image: ghcr.io/blakeblackshear/frigate:stable shm_size: "128mb" # update for your cameras based on calculation above devices:

NickM-27 commented 10 months ago

Your format is wrong. environment_vars does not exist in docker compose, you need it to be in the environment section just above.

herbod-nl commented 10 months ago

Thanks but stil no succes... :-(

Docker-compose: version: '3.9'

services:

frigate: container_name: frigate privileged: true restart: unless-stopped image: ghcr.io/blakeblackshear/frigate:stable shm_size: "128mb" # update for your cameras based on calculation above devices:

Config: mqtt: enabled: false ffmpeg: hwaccel_args: preset-vaapi

detectors:

coral:

type: edgetpu

device: usb

Global Object Settings

objects: track:

Log: 2024-01-07 19:57:40.468993846 [INFO] Starting Frigate... 2024-01-07 19:57:43.758780711 [2024-01-07 19:57:43] frigate.app INFO : Starting Frigate (0.12.1-367d724) 2024-01-07 19:57:43.810106000 [2024-01-07 19:57:43] peewee_migrate INFO : Starting migrations 2024-01-07 19:57:43.822596375 [2024-01-07 19:57:43] peewee_migrate INFO : There is nothing to migrate 2024-01-07 19:57:43.868169170 [2024-01-07 19:57:43] frigate.app INFO : Output process started: 281 2024-01-07 19:57:43.884918713 [2024-01-07 19:57:43] detector.cpu INFO : Starting detection process: 280 2024-01-07 19:57:43.886653681 [2024-01-07 19:57:43] frigate.detectors WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes. 2024-01-07 19:57:43.898835558 [2024-01-07 19:57:43] frigate.app INFO : Camera processor started for Cameravoor: 285 2024-01-07 19:57:43.912365876 [2024-01-07 19:57:43] frigate.app INFO : Camera processor started for Cameraachter: 286 2024-01-07 19:57:43.930089913 [2024-01-07 19:57:43] frigate.app INFO : Capture process started for Cameravoor: 288 2024-01-07 19:57:43.967012433 [2024-01-07 19:57:43] frigate.app INFO : Capture process started for Cameraachter: 290 2024-01-07 19:57:49.354766438 [2024-01-07 19:57:49] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 19:57:49.354777375 [2024-01-07 19:57:49] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:57:49.361679929 [2024-01-07 19:57:49] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 19:57:49.362419965 [2024-01-07 19:57:49] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:58:04.107326554 [2024-01-07 19:58:04] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 19:58:04.107334683 [2024-01-07 19:58:04] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:58:04.107344399 [2024-01-07 19:58:04] ffmpeg.Cameravoor.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. 2024-01-07 19:58:04.107348437 [2024-01-07 19:58:04] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:58:04.107351358 [2024-01-07 19:58:04] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:58:04.134404769 [2024-01-07 19:58:04] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 19:58:04.134414898 [2024-01-07 19:58:04] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:58:04.134419491 [2024-01-07 19:58:04] ffmpeg.Cameraachter.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. 2024-01-07 19:58:04.134422379 [2024-01-07 19:58:04] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:58:04.134424961 [2024-01-07 19:58:04] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:58:09.348170683 [2024-01-07 19:58:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 19:58:09.349630506 [2024-01-07 19:58:09] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:58:09.354251162 [2024-01-07 19:58:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 19:58:09.354684954 [2024-01-07 19:58:09] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:58:14.127826843 [2024-01-07 19:58:14] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 19:58:14.127835672 [2024-01-07 19:58:14] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:58:14.127840155 [2024-01-07 19:58:14] ffmpeg.Cameravoor.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. 2024-01-07 19:58:14.127843040 [2024-01-07 19:58:14] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:58:14.127845612 [2024-01-07 19:58:14] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:58:14.160152785 [2024-01-07 19:58:14] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 19:58:14.160160728 [2024-01-07 19:58:14] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:58:14.160165248 [2024-01-07 19:58:14] ffmpeg.Cameraachter.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. 2024-01-07 19:58:14.160168063 [2024-01-07 19:58:14] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:58:14.160170651 [2024-01-07 19:58:14] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:58:19.347597890 [2024-01-07 19:58:19] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 19:58:19.349641782 [2024-01-07 19:58:19] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 19:58:19.349650128 [2024-01-07 19:58:19] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 19:58:19.351468323 [2024-01-07 19:58:19] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 19:58:19.352243189 [2024-01-07 19:58:19] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:58:19.373216762 [2024-01-07 19:58:19] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 19:58:19.374357782 [2024-01-07 19:58:19] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:58:24.138189279 [2024-01-07 19:58:24] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 19:58:24.139360631 [2024-01-07 19:58:24] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:58:24.139370854 [2024-01-07 19:58:24] ffmpeg.Cameravoor.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. 2024-01-07 19:58:24.139374293 [2024-01-07 19:58:24] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:58:24.139377054 [2024-01-07 19:58:24] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:58:24.178850175 [2024-01-07 19:58:24] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 19:58:24.188535854 [2024-01-07 19:58:24] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:58:24.188548541 [2024-01-07 19:58:24] ffmpeg.Cameraachter.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. 2024-01-07 19:58:24.188552721 [2024-01-07 19:58:24] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:58:24.188556353 [2024-01-07 19:58:24] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:58:29.412903728 [2024-01-07 19:58:29] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 19:58:29.415761743 [2024-01-07 19:58:29] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:58:29.417918765 [2024-01-07 19:58:29] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 19:58:29.418381229 [2024-01-07 19:58:29] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:58:34.169653941 [2024-01-07 19:58:34] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 19:58:34.169683724 [2024-01-07 19:58:34] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:58:34.169691202 [2024-01-07 19:58:34] ffmpeg.Cameravoor.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. 2024-01-07 19:58:34.169695898 [2024-01-07 19:58:34] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:58:34.169700062 [2024-01-07 19:58:34] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:58:34.212935610 [2024-01-07 19:58:34] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 19:58:34.212946588 [2024-01-07 19:58:34] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:58:34.212953942 [2024-01-07 19:58:34] ffmpeg.Cameraachter.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. 2024-01-07 19:58:34.212958732 [2024-01-07 19:58:34] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:58:34.212963422 [2024-01-07 19:58:34] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:58:39.457563484 [2024-01-07 19:58:39] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 19:58:39.457798514 [2024-01-07 19:58:39] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:58:39.468590007 [2024-01-07 19:58:39] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 19:58:39.469419934 [2024-01-07 19:58:39] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:58:44.200207765 [2024-01-07 19:58:44] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 19:58:44.200215660 [2024-01-07 19:58:44] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:58:44.200220199 [2024-01-07 19:58:44] ffmpeg.Cameravoor.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. 2024-01-07 19:58:44.200223352 [2024-01-07 19:58:44] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:58:44.200225916 [2024-01-07 19:58:44] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:58:44.240240697 [2024-01-07 19:58:44] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 19:58:44.241030619 [2024-01-07 19:58:44] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:58:44.241039903 [2024-01-07 19:58:44] ffmpeg.Cameraachter.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. 2024-01-07 19:58:44.241044492 [2024-01-07 19:58:44] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:58:44.241048416 [2024-01-07 19:58:44] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:58:49.459391893 [2024-01-07 19:58:49] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 19:58:49.460676703 [2024-01-07 19:58:49] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:58:49.466443785 [2024-01-07 19:58:49] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 19:58:49.467763454 [2024-01-07 19:58:49] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:58:54.233728894 [2024-01-07 19:58:54] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 19:58:54.233743227 [2024-01-07 19:58:54] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:58:54.233752240 [2024-01-07 19:58:54] ffmpeg.Cameravoor.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. 2024-01-07 19:58:54.233758214 [2024-01-07 19:58:54] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:58:54.233763576 [2024-01-07 19:58:54] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:58:54.267546135 [2024-01-07 19:58:54] frigate.util ERROR : Unable to poll intel GPU stats: No device filter specified and no discrete/integrated i915 devices found 2024-01-07 19:58:54.267554640
2024-01-07 19:58:54.279659154 [2024-01-07 19:58:54] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 19:58:54.279669167 [2024-01-07 19:58:54] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:58:54.279675697 [2024-01-07 19:58:54] ffmpeg.Cameraachter.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. 2024-01-07 19:58:54.279679908 [2024-01-07 19:58:54] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:58:54.279683750 [2024-01-07 19:58:54] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:58:59.503508665 [2024-01-07 19:58:59] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 19:58:59.505602289 [2024-01-07 19:58:59] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:58:59.511369178 [2024-01-07 19:58:59] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 19:58:59.511755857 [2024-01-07 19:58:59] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:59:04.278786205 [2024-01-07 19:59:04] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 19:59:04.280060149 [2024-01-07 19:59:04] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:59:04.280068562 [2024-01-07 19:59:04] ffmpeg.Cameravoor.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. 2024-01-07 19:59:04.280071812 [2024-01-07 19:59:04] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:59:04.280074535 [2024-01-07 19:59:04] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:59:04.318533308 [2024-01-07 19:59:04] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 19:59:04.328197453 [2024-01-07 19:59:04] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:59:04.328207599 [2024-01-07 19:59:04] ffmpeg.Cameraachter.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. 2024-01-07 19:59:04.328211274 [2024-01-07 19:59:04] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:59:04.328214439 [2024-01-07 19:59:04] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:59:09.533314027 [2024-01-07 19:59:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 19:59:09.534915800 [2024-01-07 19:59:09] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:59:09.540175572 [2024-01-07 19:59:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 19:59:09.541572360 [2024-01-07 19:59:09] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:59:14.309209857 [2024-01-07 19:59:14] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 19:59:14.309218109 [2024-01-07 19:59:14] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:59:14.309222773 [2024-01-07 19:59:14] ffmpeg.Cameravoor.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. 2024-01-07 19:59:14.309225978 [2024-01-07 19:59:14] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:59:14.309228740 [2024-01-07 19:59:14] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:59:14.340361614 [2024-01-07 19:59:14] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 19:59:14.340371585 [2024-01-07 19:59:14] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:59:14.340376155 [2024-01-07 19:59:14] ffmpeg.Cameraachter.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. 2024-01-07 19:59:14.340379117 [2024-01-07 19:59:14] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:59:14.340381808 [2024-01-07 19:59:14] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:59:19.597774318 [2024-01-07 19:59:19] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 19:59:19.600636425 [2024-01-07 19:59:19] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:59:19.604639948 [2024-01-07 19:59:19] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 19:59:19.605081231 [2024-01-07 19:59:19] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:59:24.319020884 [2024-01-07 19:59:24] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 19:59:24.320116026 [2024-01-07 19:59:24] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:59:24.320126641 [2024-01-07 19:59:24] ffmpeg.Cameravoor.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. 2024-01-07 19:59:24.320129819 [2024-01-07 19:59:24] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:59:24.320132668 [2024-01-07 19:59:24] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:59:24.368744718 [2024-01-07 19:59:24] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 19:59:24.369431870 [2024-01-07 19:59:24] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:59:24.369439581 [2024-01-07 19:59:24] ffmpeg.Cameraachter.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. 2024-01-07 19:59:24.369442890 [2024-01-07 19:59:24] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:59:24.369445751 [2024-01-07 19:59:24] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:59:29.602522095 [2024-01-07 19:59:29] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 19:59:29.604898948 [2024-01-07 19:59:29] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:59:29.606307419 [2024-01-07 19:59:29] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 19:59:29.606315184 [2024-01-07 19:59:29] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 19:59:29.606557279 [2024-01-07 19:59:29] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 19:59:29.607987555 [2024-01-07 19:59:29] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 19:59:29.625257762 [2024-01-07 19:59:29] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 19:59:29.625847220 [2024-01-07 19:59:29] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:59:34.338877142 [2024-01-07 19:59:34] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 19:59:34.340082768 [2024-01-07 19:59:34] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:59:34.340113938 [2024-01-07 19:59:34] ffmpeg.Cameravoor.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. 2024-01-07 19:59:34.340117210 [2024-01-07 19:59:34] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:59:34.340120009 [2024-01-07 19:59:34] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:59:34.388630495 [2024-01-07 19:59:34] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 19:59:34.388638763 [2024-01-07 19:59:34] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:59:34.388643351 [2024-01-07 19:59:34] ffmpeg.Cameraachter.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. 2024-01-07 19:59:34.388646231 [2024-01-07 19:59:34] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:59:34.388648847 [2024-01-07 19:59:34] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:59:39.644972788 [2024-01-07 19:59:39] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 19:59:39.646681085 [2024-01-07 19:59:39] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:59:39.651948064 [2024-01-07 19:59:39] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 19:59:39.652461533 [2024-01-07 19:59:39] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:59:44.366386544 [2024-01-07 19:59:44] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 19:59:44.366396270 [2024-01-07 19:59:44] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:59:44.366400850 [2024-01-07 19:59:44] ffmpeg.Cameravoor.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. 2024-01-07 19:59:44.366403881 [2024-01-07 19:59:44] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:59:44.366406550 [2024-01-07 19:59:44] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:59:44.397655434 [2024-01-07 19:59:44] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 19:59:44.406522015 [2024-01-07 19:59:44] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:59:44.406531569 [2024-01-07 19:59:44] ffmpeg.Cameraachter.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. 2024-01-07 19:59:44.406534799 [2024-01-07 19:59:44] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:59:44.406537636 [2024-01-07 19:59:44] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:59:49.640308462 [2024-01-07 19:59:49] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 19:59:49.641541487 [2024-01-07 19:59:49] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:59:49.652557220 [2024-01-07 19:59:49] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 19:59:49.653324915 [2024-01-07 19:59:49] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:59:54.387755999 [2024-01-07 19:59:54] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 19:59:54.387766393 [2024-01-07 19:59:54] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:59:54.387773495 [2024-01-07 19:59:54] ffmpeg.Cameravoor.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. 2024-01-07 19:59:54.387778052 [2024-01-07 19:59:54] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:59:54.387781920 [2024-01-07 19:59:54] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:59:54.417338770 [2024-01-07 19:59:54] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 19:59:54.418061451 [2024-01-07 19:59:54] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 19:59:54.418066981 [2024-01-07 19:59:54] ffmpeg.Cameraachter.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. 2024-01-07 19:59:54.418069975 [2024-01-07 19:59:54] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 19:59:54.418072543 [2024-01-07 19:59:54] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 19:59:59.687583869 [2024-01-07 19:59:59] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 19:59:59.688309348 [2024-01-07 19:59:59] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 19:59:59.698216081 [2024-01-07 19:59:59] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 19:59:59.699061993 [2024-01-07 19:59:59] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:00:04.409523081 [2024-01-07 20:00:04] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 20:00:04.409531265 [2024-01-07 20:00:04] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:00:04.409535616 [2024-01-07 20:00:04] ffmpeg.Cameravoor.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. 2024-01-07 20:00:04.409538493 [2024-01-07 20:00:04] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:00:04.409540998 [2024-01-07 20:00:04] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:00:04.438738788 [2024-01-07 20:00:04] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 20:00:04.439861927 [2024-01-07 20:00:04] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:00:04.439873066 [2024-01-07 20:00:04] ffmpeg.Cameraachter.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. 2024-01-07 20:00:04.441132899 [2024-01-07 20:00:04] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:00:04.441139353 [2024-01-07 20:00:04] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:00:09.689355192 [2024-01-07 20:00:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:00:09.690443032 [2024-01-07 20:00:09] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:00:09.696625413 [2024-01-07 20:00:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:00:09.697594719 [2024-01-07 20:00:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:00:09.698251399 [2024-01-07 20:00:09] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:00:14.428713613 [2024-01-07 20:00:14] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 20:00:14.428723339 [2024-01-07 20:00:14] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:00:14.428727947 [2024-01-07 20:00:14] ffmpeg.Cameravoor.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. 2024-01-07 20:00:14.428731029 [2024-01-07 20:00:14] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:00:14.428733617 [2024-01-07 20:00:14] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:00:14.457600230 [2024-01-07 20:00:14] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 20:00:14.466078830 [2024-01-07 20:00:14] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:00:14.466089196 [2024-01-07 20:00:14] ffmpeg.Cameraachter.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. 2024-01-07 20:00:14.466092768 [2024-01-07 20:00:14] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:00:14.466095696 [2024-01-07 20:00:14] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:00:19.687337976 [2024-01-07 20:00:19] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:00:19.688467699 [2024-01-07 20:00:19] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:00:19.693983467 [2024-01-07 20:00:19] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:00:19.694502274 [2024-01-07 20:00:19] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:00:24.439338490 [2024-01-07 20:00:24] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 20:00:24.440511768 [2024-01-07 20:00:24] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:00:24.440519700 [2024-01-07 20:00:24] ffmpeg.Cameravoor.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. 2024-01-07 20:00:24.440522912 [2024-01-07 20:00:24] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:00:24.440525672 [2024-01-07 20:00:24] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:00:24.477206095 [2024-01-07 20:00:24] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 20:00:24.477882358 [2024-01-07 20:00:24] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:00:24.477889497 [2024-01-07 20:00:24] ffmpeg.Cameraachter.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. 2024-01-07 20:00:24.477892568 [2024-01-07 20:00:24] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:00:24.477895213 [2024-01-07 20:00:24] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:00:29.680049728 [2024-01-07 20:00:29] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:00:29.680584679 [2024-01-07 20:00:29] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:00:29.688364198 [2024-01-07 20:00:29] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:00:29.689253982 [2024-01-07 20:00:29] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:00:34.458352374 [2024-01-07 20:00:34] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 20:00:34.459861316 [2024-01-07 20:00:34] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:00:34.459872939 [2024-01-07 20:00:34] ffmpeg.Cameravoor.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. 2024-01-07 20:00:34.459877942 [2024-01-07 20:00:34] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:00:34.459881843 [2024-01-07 20:00:34] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:00:34.497381974 [2024-01-07 20:00:34] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 20:00:34.511051740 [2024-01-07 20:00:34] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:00:34.511064723 [2024-01-07 20:00:34] ffmpeg.Cameraachter.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. 2024-01-07 20:00:34.511069682 [2024-01-07 20:00:34] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:00:34.511073909 [2024-01-07 20:00:34] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:00:39.710894876 [2024-01-07 20:00:39] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:00:39.713772799 [2024-01-07 20:00:39] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:00:39.717179268 [2024-01-07 20:00:39] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:00:39.717899369 [2024-01-07 20:00:39] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:00:44.486029973 [2024-01-07 20:00:44] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 20:00:44.488818611 [2024-01-07 20:00:44] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:00:44.488828201 [2024-01-07 20:00:44] ffmpeg.Cameravoor.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. 2024-01-07 20:00:44.488831542 [2024-01-07 20:00:44] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:00:44.488834215 [2024-01-07 20:00:44] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:00:44.526398211 [2024-01-07 20:00:44] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 20:00:44.526408263 [2024-01-07 20:00:44] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:00:44.527880127 [2024-01-07 20:00:44] ffmpeg.Cameraachter.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. 2024-01-07 20:00:44.527890371 [2024-01-07 20:00:44] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:00:44.527893581 [2024-01-07 20:00:44] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:00:49.831027105 [2024-01-07 20:00:49] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:00:49.832786217 [2024-01-07 20:00:49] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:00:49.835179888 [2024-01-07 20:00:49] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:00:49.835784357 [2024-01-07 20:00:49] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:00:54.507145770 [2024-01-07 20:00:54] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 20:00:54.508222479 [2024-01-07 20:00:54] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:00:54.508231687 [2024-01-07 20:00:54] ffmpeg.Cameravoor.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. 2024-01-07 20:00:54.508234765 [2024-01-07 20:00:54] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:00:54.508237510 [2024-01-07 20:00:54] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:00:54.550155805 [2024-01-07 20:00:54] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 20:00:54.560239657 [2024-01-07 20:00:54] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:00:54.562285319 [2024-01-07 20:00:54] ffmpeg.Cameraachter.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. 2024-01-07 20:00:54.562296889 [2024-01-07 20:00:54] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:00:54.562301633 [2024-01-07 20:00:54] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:00:59.825065959 [2024-01-07 20:00:59] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:00:59.827781293 [2024-01-07 20:00:59] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:00:59.831282235 [2024-01-07 20:00:59] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:00:59.832226420 [2024-01-07 20:00:59] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:01:04.536289955 [2024-01-07 20:01:04] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 20:01:04.536298329 [2024-01-07 20:01:04] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:01:04.536302796 [2024-01-07 20:01:04] ffmpeg.Cameravoor.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. 2024-01-07 20:01:04.536306041 [2024-01-07 20:01:04] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:01:04.536308637 [2024-01-07 20:01:04] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:01:04.584798725 [2024-01-07 20:01:04] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 20:01:04.584806785 [2024-01-07 20:01:04] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:01:04.584811256 [2024-01-07 20:01:04] ffmpeg.Cameraachter.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. 2024-01-07 20:01:04.584814389 [2024-01-07 20:01:04] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:01:04.584817035 [2024-01-07 20:01:04] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:01:09.837056054 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837067987 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837073805 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837079243 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837084449 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837089546 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837094696 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837101942 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837302530 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837309579 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837315304 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837321310 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837380706 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837388203 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837394936 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837401150 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837410207 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837416795 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837422755 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837496725 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837503912 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837510279 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.837516878 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.839305073 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.840145620 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.841315375 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.842257733 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.842949053 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.843999303 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.845421907 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.846945480 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.848780247 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.849762152 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.849771444 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.849777609 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.849783180 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.851051899 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.851067002 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.851073986 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:01:09.851080680 [2024-01-07 20:01:09] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:01:09.851086952 [2024-01-07 20:01:09] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:01:14.545602890 [2024-01-07 20:01:14] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 20:01:14.546318010 [2024-01-07 20:01:14] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:01:14.546326009 [2024-01-07 20:01:14] ffmpeg.Cameravoor.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. 2024-01-07 20:01:14.546329150 [2024-01-07 20:01:14] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:01:14.546331924 [2024-01-07 20:01:14] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:01:14.596451072 [2024-01-07 20:01:14] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 20:01:14.596460344 [2024-01-07 20:01:14] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:01:14.596464867 [2024-01-07 20:01:14] ffmpeg.Cameraachter.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. 2024-01-07 20:01:14.596467804 [2024-01-07 20:01:14] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:01:14.596470336 [2024-01-07 20:01:14] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument

NickM-27 commented 10 months ago

The format is still not correct. Notice the difference between the two env variables, it should be LIBVA_DRIVER_NAME: "radeonsi"

herbod-nl commented 10 months ago

learning is in the details .... but still no succes..

environment:
  LIBVA_DRIVER_NAME: "radeonsi"
  FRIGATE_RTSP_PASSWORD: "myPassword"

log: 2024-01-07 20:38:20.387285878 [INFO] Starting Frigate... 2024-01-07 20:38:23.698138394 [2024-01-07 20:38:23] frigate.app INFO : Starting Frigate (0.12.1-367d724) 2024-01-07 20:38:23.772626357 [2024-01-07 20:38:23] peewee_migrate INFO : Starting migrations 2024-01-07 20:38:23.787467771 [2024-01-07 20:38:23] peewee_migrate INFO : There is nothing to migrate 2024-01-07 20:38:23.867868099 [2024-01-07 20:38:23] detector.cpu INFO : Starting detection process: 281 2024-01-07 20:38:23.867893210 [2024-01-07 20:38:23] frigate.detectors WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes. 2024-01-07 20:38:23.881083289 [2024-01-07 20:38:23] frigate.app INFO : Output process started: 283 2024-01-07 20:38:23.907857623 [2024-01-07 20:38:23] frigate.app INFO : Camera processor started for Cameravoor: 286 2024-01-07 20:38:23.945619715 [2024-01-07 20:38:23] frigate.app INFO : Camera processor started for Cameraachter: 287 2024-01-07 20:38:24.016033101 [2024-01-07 20:38:23] frigate.app INFO : Capture process started for Cameravoor: 290 2024-01-07 20:38:24.108330781 [2024-01-07 20:38:24] frigate.app INFO : Capture process started for Cameraachter: 294 2024-01-07 20:38:29.474289774 [2024-01-07 20:38:29] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:38:29.475399379 [2024-01-07 20:38:29] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:38:29.488649662 [2024-01-07 20:38:29] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:38:29.490142954 [2024-01-07 20:38:29] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:38:44.194131001 [2024-01-07 20:38:44] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 20:38:44.204774852 [2024-01-07 20:38:44] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:38:44.204788955 [2024-01-07 20:38:44] ffmpeg.Cameravoor.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. 2024-01-07 20:38:44.204838116 [2024-01-07 20:38:44] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:38:44.204842172 [2024-01-07 20:38:44] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:38:44.347047213 [2024-01-07 20:38:44] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 20:38:44.347055180 [2024-01-07 20:38:44] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:38:44.347059594 [2024-01-07 20:38:44] ffmpeg.Cameraachter.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. 2024-01-07 20:38:44.347062528 [2024-01-07 20:38:44] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:38:44.347065078 [2024-01-07 20:38:44] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:38:49.466734590 [2024-01-07 20:38:49] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:38:49.468534929 [2024-01-07 20:38:49] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:38:49.469211960 [2024-01-07 20:38:49] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:38:49.480000462 [2024-01-07 20:38:49] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:38:49.480692091 [2024-01-07 20:38:49] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:38:54.214619022 [2024-01-07 20:38:54] watchdog.Cameravoor ERROR : Ffmpeg process crashed unexpectedly for Cameravoor. 2024-01-07 20:38:54.216008979 [2024-01-07 20:38:54] watchdog.Cameravoor ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:38:54.216017674 [2024-01-07 20:38:54] ffmpeg.Cameravoor.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. 2024-01-07 20:38:54.216020829 [2024-01-07 20:38:54] ffmpeg.Cameravoor.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:38:54.216023615 [2024-01-07 20:38:54] ffmpeg.Cameravoor.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:38:54.357656060 [2024-01-07 20:38:54] watchdog.Cameraachter ERROR : Ffmpeg process crashed unexpectedly for Cameraachter. 2024-01-07 20:38:54.357666269 [2024-01-07 20:38:54] watchdog.Cameraachter ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2024-01-07 20:38:54.359099419 [2024-01-07 20:38:54] ffmpeg.Cameraachter.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. 2024-01-07 20:38:54.359109326 [2024-01-07 20:38:54] ffmpeg.Cameraachter.detect ERROR : Error parsing options for output file vaapi. 2024-01-07 20:38:54.359112436 [2024-01-07 20:38:54] ffmpeg.Cameraachter.detect ERROR : Error opening output files: Invalid argument 2024-01-07 20:38:59.506831946 [2024-01-07 20:38:59] frigate.video ERROR : Cameravoor: Unable to read frames from ffmpeg process. 2024-01-07 20:38:59.508023338 [2024-01-07 20:38:59] frigate.video ERROR : Cameravoor: ffmpeg process is not running. exiting capture thread... 2024-01-07 20:38:59.516262828 [2024-01-07 20:38:59] frigate.video ERROR : Cameraachter: Unable to read frames from ffmpeg process. 2024-01-07 20:38:59.516978597 [2024-01-07 20:38:59] frigate.video ERROR : Cameraachter: ffmpeg process is not running. exiting capture thread...

NickM-27 commented 10 months ago

What does the vainfo button on the system page output?

herbod-nl commented 10 months ago

VAINFO OUTPUT Return Code: 1

Process Error:

error: XDG_RUNTIME_DIR is invalid or not set in the environment. error: can't connect to X server! error: failed to initialize display

NickM-27 commented 10 months ago

Looks like the GPU is not passed into the container from proxmox

herbod-nl commented 10 months ago

oke, any tips for a tutorial how to do this? Getting Frigate to work is a bit more challenging as I expected when I read the tutorial mentioned in the first post. In the end it will work and I have learned a lot

NickM-27 commented 10 months ago

No, I don't use proxmox and generally running frigate in docker natively is recommended for this and other reasons

herbod-nl commented 10 months ago

Oké clear. Thanks for your help!

github-actions[bot] commented 9 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.