Closed herbod-nl closed 9 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
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:
Your format is wrong. environment_vars
does not exist in docker compose, you need it to be in the environment section just above.
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
objects: track:
- 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:
- 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: 5
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
The format is still not correct. Notice the difference between the two env variables, it should be LIBVA_DRIVER_NAME: "radeonsi"
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...
What does the vainfo button on the system page output?
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
Looks like the GPU is not passed into the container from proxmox
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
No, I don't use proxmox and generally running frigate in docker natively is recommended for this and other reasons
Oké clear. Thanks for your help!
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.
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
Relevant log output
Frigate stats
No response
Operating system
Promox
Install method
Container
Coral version
No Coral
Any other information that may be helpful
No response