blakeblackshear / frigate

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

[Config Support]: Only two of my cameras are working after trying to switch to intel from nvidia #4731

Closed austindetzel closed 1 year ago

austindetzel commented 1 year ago

Describe the problem you are having

Hi! I tried switching from my nvidia encoding to intel. I have two cameras working. All of the cameras except one are using h264 encoding, the front yard camera is using 265 (thanks amcrest). They were all working on nvidia but now only the two doorbell cameras are working. I have a mix of amcrest and reolink cameras. I tried several different settings with no luck and now I am unsure of where to go next.

Version

0.11.1-2EADA21

Frigate config file

mqtt:
  host: 192.168.40.10
  port: 1883

record:
    enabled: True
    retain:
        days: 14
        mode: all
    events:
        retain:
            default: 28
            mode: motion 

detect:
  enabled: True

objects:
  # Optional: list of objects to track from labelmap.txt (default: shown below)
  track:
    - person
    - car
    - cat
    - dog
    - bird

ffmpeg:
  global_args: -hide_banner -loglevel warning
  hwaccel_args: -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format yuv420p
  output_args: 
    record: -f segment -segment_time 60  -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac

cameras:
    Front_Door:
        ffmpeg:
            inputs:
                - path: rtsp://admin:{{redacted}}@192.168.40.22/cam/realmonitor?channel=1&subtype=1
                  roles:
                    - rtmp
                    - detect
                - path: rtsp://admin:{{redacted}}@192.168.40.22/cam/realmonitor?channel=1&subtype=0 # <----- Add high res stream
                  roles:
                    - record
        detect:
            width: 640 # <---- update for your camera's resolution
            height: 480 # <---- update for your camera's resolution

    Front_Yard:
        ffmpeg:
            inputs:
                - path: rtsp://admin:{{redacted}}@192.168.40.23/cam/realmonitor?channel=1&subtype=1
                  roles:
                    - rtmp
                    - detect
                - path: rtsp://admin:{{redacted}}@192.168.40.23/cam/realmonitor?channel=1&subtype=0 # <----- Add high res stream
                  roles:
                    - record
        detect:
            width: 640 # <---- update for your camera's resolution
            height: 480 # <---- update for your camera's resolution

    Shed_Camera:
        ffmpeg:
            inputs:
                - path: rtsp://admin:{{redacted}}@192.168.40.21/cam/realmonitor?channel=1&subtype=1
                  roles:
                    - rtmp
                    - detect
                - path: rtsp://admin:{{redacted}}@192.168.40.21/cam/realmonitor?channel=1&subtype=0 # <----- Add high res stream
                  roles:
                    - record
        detect:
            width: 704 # <---- update for your camera's resolution
            height: 480 # <---- update for your camera's resolution

    Driveway_Doorbell:
        ffmpeg:
            inputs:
                - path: rtsp://admin:{{redacted}}@192.168.40.24/cam/realmonitor?channel=1&subtype=1
                  roles:
                    - detect
                    - rtmp
                - path: rtsp://admin:{{redacted}}@192.168.40.24/cam/realmonitor?channel=1&subtype=0 # <----- Add high res stream
                  roles:
                    - record
        detect:
            width: 640 # <---- update for your camera's resolution
            height: 480 # <---- update for your camera's resolution

    Living_Room:
        ffmpeg:
            inputs:
                - path: rtsp://admin:{{redacted}}@192.168.40.20/live
                  roles:
                    - detect
                    - rtmp
                    - record
        detect:
            width: 1920 # <---- update for your camera's resolution
            height: 1080 # <---- update for your camera's resolution

    Barn:
        ffmpeg:
            inputs:
                - path: rtsp://admin:{{redacted}}@192.168.40.25:554/h264Preview_01_sub
                  roles:
                    - detect
                - path: rtsp://admin:{{redacted}}@192.168.40.25:554/h264Preview_01_main # <----- Add high res stream
                  roles:
                    - rtmp
                    - record
        detect:
            width: 640 # <---- update for your camera's resolution
            height: 480 # <---- update for your camera's resolution

    Septic_Shed:
        ffmpeg:
            inputs:
                - path: rtsp://admin:{{redacted}}@192.168.40.26:554/h264Preview_01_sub
                  roles:
                    - rtmp
                    - detect
                - path: rtsp://admin:{{redacted}}@192.168.40.26:554/h264Preview_01_main # <----- Add high res stream
                  roles:
                    - record
        detect:
            width: 640 # <---- update for your camera's resolution
            height: 480 # <---- update for your camera's resolution

    Septic_Driveway:
        ffmpeg:
            inputs:
                - path: rtsp://admin:{{redacted}}@192.168.40.28:554/h264Preview_01_sub
                  roles:
                    - rtmp
                    - detect
                - path: rtsp://admin:{{redacted}}@192.168.40.28:554/h264Preview_01_main # <----- Add high res stream
                  roles:
                    - record
        detect:
            width: 640 # <---- update for your camera's resolution
            height: 352 # <---- update for your camera's resolution

    Septic_Inside:
        ffmpeg:
            inputs:
                - path: rtsp://admin:{{redacted}}@192.168.40.27:554/h264Preview_01_sub
                  roles:
                    - rtmp
                    - detect
                - path: rtsp://admin:{{redacted}}@192.168.40.27:554/h264Preview_01_main # <----- Add high res stream
                  roles:
                    - record
        detect:
            width: 640 # <---- update for your camera's resolution
            height: 480 # <---- update for your camera's resolution

Relevant log output

[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559941523ec0] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559940840140] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559940840140] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x5599407c66c0] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x5599407c66c0] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x5599407fe300] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x5599407fe300] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559940812640] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559940812640] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559940c3d380] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559940c3d380] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559940d0c5c0] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559940d0c5c0] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559940ddb840] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559940ddb840] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559940eaaac0] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559940eaaac0] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559940f79d40] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559940f79d40] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559941048fc0] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559941048fc0] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559941118240] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559941118240] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x5599411e74c0] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x5599411e74c0] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x5599412b6740] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x5599412b6740] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x5599413859c0] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x5599413859c0] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559941454c40] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559941454c40] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559941523ec0] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559941523ec0] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559940840140] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [h264 @ 0x559940840140] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : Finishing stream 1:0 without any data written to it.
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [flv @ 0x55994070d4c0] Failed to update header with correct duration.
[2022-12-18 12:50:32] ffmpeg.Shed_Camera.detect      ERROR   : [flv @ 0x55994070d4c0] Failed to update header with correct filesize.
[2022-12-18 12:50:32] watchdog.Living_Room           ERROR   : Ffmpeg process crashed unexpectedly for Living_Room.
[2022-12-18 12:50:32] watchdog.Living_Room           ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909dccc00] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909dccc00] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909e9be80] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909e9be80] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909f6b100] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909f6b100] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a03a380] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a03a380] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a109600] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a109600] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a1d8880] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a1d8880] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a2a7b00] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a2a7b00] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a376d80] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a376d80] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a446000] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a446000] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a515280] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a515280] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a5e4500] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a5e4500] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a6b3780] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a6b3780] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a782a00] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a782a00] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909b2fb00] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909b2fb00] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909c2e680] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909c2e680] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909cfd980] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909cfd980] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909dccc00] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909dccc00] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909e9be80] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909e9be80] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909f6b100] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909f6b100] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a03a380] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a03a380] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a109600] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a109600] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a1d8880] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a1d8880] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a2a7b00] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a2a7b00] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a376d80] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a376d80] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a446000] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a446000] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a515280] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a515280] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a5e4500] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a5e4500] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a6b3780] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a6b3780] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a782a00] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a90a782a00] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909b2fb00] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909b2fb00] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909c2e680] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909c2e680] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   :     Last message repeated 1 times
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909cfd980] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [h264 @ 0x55a909cfd980] hardware accelerator failed to decode picture
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : Finishing stream 2:0 without any data written to it.
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [flv @ 0x55a9099b7200] Failed to update header with correct duration.
[2022-12-18 12:50:32] ffmpeg.Living_Room.detect      ERROR   : [flv @ 0x55a9099b7200] Failed to update header with correct filesize.
[2022-12-18 12:50:33] watchdog.Barn                  ERROR   : Ffmpeg process crashed unexpectedly for Barn.
[2022-12-18 12:50:33] watchdog.Barn                  ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0adad00] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0ba9f80] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0ba9f80] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0c79200] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0c79200] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0d48480] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0d48480] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0e17700] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0e17700] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0ee6980] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0ee6980] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0198880] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0198880] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee01ae700] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee01ae700] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee01854c0] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee01854c0] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0530c00] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0530c00] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee05ffe40] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee05ffe40] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee06cf080] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee06cf080] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee079e300] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee079e300] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee086d580] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee086d580] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee093c800] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee093c800] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0a0ba80] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0a0ba80] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0adad00] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0adad00] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0ba9f80] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0ba9f80] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0c79200] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0c79200] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0d48480] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0d48480] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0e17700] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0e17700] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0ee6980] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0ee6980] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0198880] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0198880] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee01ae700] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee01ae700] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee01854c0] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee01854c0] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0530c00] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0530c00] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee05ffe40] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee05ffe40] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee06cf080] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee06cf080] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee079e300] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee079e300] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee086d580] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee086d580] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee093c800] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee093c800] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0a0ba80] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0a0ba80] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Error while decoding stream #0:0: Input/output error
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   :     Last message repeated 1 times
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Finishing stream 0:0 without any data written to it.
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0adad00] Failed to end picture decode issue: 23 (internal decoding error).
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : [h264 @ 0x556ee0adad00] hardware accelerator failed to decode picture
[2022-12-18 12:50:33] ffmpeg.Barn.detect             ERROR   : Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used)
[2022-12-18 12:50:52] watchdog.Front_Yard            INFO    : No frames received from Front_Yard in 20 seconds. Exiting ffmpeg...
[2022-12-18 12:50:52] watchdog.Front_Yard            INFO    : Waiting for ffmpeg to exit gracefully...
[2022-12-18 12:50:52] watchdog.Septic_Driveway       INFO    : No frames received from Septic_Driveway in 20 seconds. Exiting ffmpeg...
[2022-12-18 12:50:52] watchdog.Septic_Driveway       INFO    : Waiting for ffmpeg to exit gracefully...
[2022-12-18 12:50:52] watchdog.Septic_Inside         INFO    : No frames received from Septic_Inside in 20 seconds. Exiting ffmpeg...
[2022-12-18 12:50:52] watchdog.Septic_Inside         INFO    : Waiting for ffmpeg to exit gracefully...
[2022-12-18 12:50:52] frigate.video                  ERROR   : Septic_Driveway: Unable to read frames from ffmpeg process.
[2022-12-18 12:50:52] frigate.video                  ERROR   : Septic_Driveway: ffmpeg process is not running. exiting capture thread...
[2022-12-18 12:50:52] watchdog.Septic_Shed           INFO    : No frames received from Septic_Shed in 20 seconds. Exiting ffmpeg...
[2022-12-18 12:50:52] watchdog.Septic_Shed           INFO    : Waiting for ffmpeg to exit gracefully...
[2022-12-18 12:50:52] frigate.video                  ERROR   : Front_Yard: Unable to read frames from ffmpeg process.
[2022-12-18 12:50:52] frigate.video                  ERROR   : Front_Yard: ffmpeg process is not running. exiting capture thread...
[2022-12-18 12:50:52] frigate.video                  ERROR   : Septic_Inside: Unable to read frames from ffmpeg process.
[2022-12-18 12:50:52] frigate.video                  ERROR   : Septic_Inside: ffmpeg process is not running. exiting capture thread...
[2022-12-18 12:50:52] frigate.video                  ERROR   : Septic_Shed: Unable to read frames from ffmpeg process.
[2022-12-18 12:50:52] frigate.video                  ERROR   : Septic_Shed: ffmpeg process is not running. exiting capture thread...
[2022-12-18 12:50:52] watchdog.Shed_Camera           INFO    : No frames received from Shed_Camera in 20 seconds. Exiting ffmpeg...
[2022-12-18 12:50:52] watchdog.Shed_Camera           INFO    : Waiting for ffmpeg to exit gracefully...
[2022-12-18 12:50:52] frigate.video                  ERROR   : Shed_Camera: Unable to read frames from ffmpeg process.
[2022-12-18 12:50:52] frigate.video                  ERROR   : Shed_Camera: ffmpeg process is not running. exiting capture thread...
[2022-12-18 12:50:52] watchdog.Living_Room           INFO    : No frames received from Living_Room in 20 seconds. Exiting ffmpeg...
[2022-12-18 12:50:52] watchdog.Living_Room           INFO    : Waiting for ffmpeg to exit gracefully...
[2022-12-18 12:50:53] watchdog.Barn                  INFO    : No frames received from Barn in 20 seconds. Exiting ffmpeg...
[2022-12-18 12:50:53] watchdog.Barn                  INFO    : Waiting for ffmpeg to exit gracefully...
[2022-12-18 12:50:53] frigate.video                  ERROR   : Barn: Unable to read frames from ffmpeg process.
[2022-12-18 12:50:53] frigate.video                  ERROR   : Barn: ffmpeg process is not running. exiting capture thread...
[2022-12-18 12:50:53] frigate.video                  ERROR   : Living_Room: Unable to read frames from ffmpeg process.
[2022-12-18 12:50:53] frigate.video                  ERROR   : Living_Room: ffmpeg process is not running. exiting capture thread...

Frigate stats

{"Barn":{"camera_fps":0.0,"capture_pid":304,"detection_fps":0.0,"pid":270,"process_fps":0.0,"skipped_fps":0.0},"Driveway_Doorbell":{"camera_fps":5.0,"capture_pid":288,"detection_fps":0.0,"pid":267,"process_fps":5.0,"skipped_fps":0.0},"Front_Door":{"camera_fps":5.0,"capture_pid":277,"detection_fps":0.0,"pid":262,"process_fps":5.0,"skipped_fps":0.0},"Front_Yard":{"camera_fps":0.0,"capture_pid":278,"detection_fps":0.0,"pid":264,"process_fps":0.0,"skipped_fps":0.0},"Living_Room":{"camera_fps":0.0,"capture_pid":298,"detection_fps":0.0,"pid":268,"process_fps":0.0,"skipped_fps":0.0},"Septic_Driveway":{"camera_fps":0.0,"capture_pid":321,"detection_fps":0.0,"pid":273,"process_fps":0.0,"skipped_fps":0.0},"Septic_Inside":{"camera_fps":0.0,"capture_pid":337,"detection_fps":0.0,"pid":275,"process_fps":0.0,"skipped_fps":0.0},"Septic_Shed":{"camera_fps":0.0,"capture_pid":310,"detection_fps":0.0,"pid":271,"process_fps":0.0,"skipped_fps":0.0},"Shed_Camera":{"camera_fps":0.0,"capture_pid":285,"detection_fps":0.0,"pid":265,"process_fps":0.0,"skipped_fps":0.0},"detection_fps":0.0,"detectors":{"cpu":{"detection_start":0.0,"inference_speed":23.6,"pid":256}},"service":{"latest_version":"0.11.1","storage":{"/dev/shm":{"free":265.5,"mount_type":"tmpfs","total":268.4,"used":2.9},"/media/frigate/clips":{"free":2538977.0,"mount_type":"fuse.shfs","total":4638655.9,"used":2099678.9},"/media/frigate/recordings":{"free":3397109.0,"mount_type":"fuse.shfs","total":5638371.4,"used":2241262.4},"/tmp/cache":{"free":919.2,"mount_type":"tmpfs","total":1000.0,"used":80.8}},"temperatures":{},"uptime":384,"version":"0.11.1-2eada21"}}

Operating system

UNRAID

Install method

Docker Compose

Coral version

CPU (no coral)

Any other information that may be helpful

Running a core i9-12900k processor

NickM-27 commented 1 year ago

If you have a 12th gen processor you should be running QSV not VAAPI

https://docs.frigate.video/configuration/hardware_acceleration#intel-based-cpus-10th-generation-via-quicksync-1

you may also be experiencing https://github.com/blakeblackshear/frigate/issues/3941

austindetzel commented 1 year ago

I think I may be experiencing that issue. I switched to QSV and now nothing is working.

ls /dev/dri card0 renderD128

Error Log:

[2022-12-18 14:10:21] ffmpeg.Shed_Camera.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Shed_Camera.detect ERROR : [h264_qsv @ 0x55cf31577380] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Shed_Camera.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Shed_Camera.detect ERROR : [h264_qsv @ 0x55cf31577380] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Shed_Camera.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Shed_Camera.detect ERROR : Finishing stream 1:0 without any data written to it. [2022-12-18 14:10:21] ffmpeg.Shed_Camera.detect ERROR : [flv @ 0x55cf31577880] Failed to update header with correct duration. [2022-12-18 14:10:21] ffmpeg.Shed_Camera.detect ERROR : [flv @ 0x55cf31577880] Failed to update header with correct filesize. [2022-12-18 14:10:21] watchdog.Living_Room ERROR : Ffmpeg process crashed unexpectedly for Living_Room. [2022-12-18 14:10:21] watchdog.Living_Room ERROR : The following ffmpeg logs include the last 100 lines prior to exit. [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [h264_qsv @ 0x5588460f8a00] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : Finishing stream 2:0 without any data written to it. [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [flv @ 0x5588460f4dc0] Failed to update header with correct duration. [2022-12-18 14:10:21] ffmpeg.Living_Room.detect ERROR : [flv @ 0x5588460f4dc0] Failed to update header with correct filesize. [2022-12-18 14:10:22] watchdog.Front_Yard ERROR : Ffmpeg process crashed unexpectedly for Front_Yard. [2022-12-18 14:10:22] watchdog.Front_Yard ERROR : The following ffmpeg logs include the last 100 lines prior to exit. [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [h264_qsv @ 0x55ad78e67900] Error during QSV decoding.: device failed (-17) [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Error while decoding stream #0:0: Input/output error [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : Finishing stream 1:0 without any data written to it. [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [flv @ 0x55ad78e6b080] Failed to update header with correct duration. [2022-12-18 14:10:22] ffmpeg.Front_Yard.detect ERROR : [flv @ 0x55ad78e6b080] Failed to update header with correct filesize. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2227 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2254 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2259 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2231 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2251 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2225 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2239 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2195 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2249 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2193 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2220 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2189 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2210 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2209 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 1947 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 1945 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2043 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2033 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2050 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2003 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2022 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 1998 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] missing picture in access unit with size 2009 [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] data partitioning is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] If you want to help, upload a sample of this file to https://streams.videolan.org/upload/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org) [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [h264 @ 0x55631aee1400] no frame! [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [rtsp @ 0x55631aedbd80] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : [segment @ 0x55631aeea0c0] dimensions not set [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument [2022-12-18 14:10:22] ffmpeg.Front_Yard.record ERROR : Error initializing output stream 0:1 -- [2022-12-18 14:10:22] watchdog.Front_Yard INFO : Terminating the existing ffmpeg process... [2022-12-18 14:10:22] watchdog.Front_Yard INFO : Waiting for ffmpeg to exit gracefully...

NickM-27 commented 1 year ago

Looks like it, in that case this will be fixed in 0.12 or you can run the docker image mentioned there which will work until 0.12 is released

austindetzel commented 1 year ago

I got it working with the docker image listed in that thread.

All my camera's except my h265 are recording now. I'm not quite sure how to write the config for a h264 detection stream and h265 recording stream.

NickM-27 commented 1 year ago
camera_name:
  ffmpeg:
    inputs:
      - path: rtsp://main
        roles:
          - record
        hwaccel_args: []
      - path: rtsp://sub
        roles:
          - detect
        hwaccel_args: qsv
austindetzel commented 1 year ago
Front_Yard:
        ffmpeg:
            inputs:
                - path: rtsp://[redacted]@192.168.40.23/cam/realmonitor?channel=1&subtype=1
                  roles:
                    - rtmp
                    - detect
                  hwaccel_args: qsv
                - path: rtsp://admin:[redacted]@192.168.40.23/cam/realmonitor?channel=1&subtype=0 # <----- Add high res stream
                  roles:
                    - record
                  hwaccel_args: hevc_qsv
        detect:
            width: 640 # <---- update for your camera's resolution
            height: 480 # <---- update for your camera's resolution

I am not sure what I am doing wrong

Log:

[2022-12-18 15:40:41] watchdog.Front_Yard            ERROR   : Ffmpeg process crashed unexpectedly for Front_Yard.
[2022-12-18 15:40:41] watchdog.Front_Yard            ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
[2022-12-18 15:40:41] ffmpeg.Front_Yard.detect       ERROR   : [NULL @ 0x563f615cb380] Unable to find a suitable output format for 'qsv'
[2022-12-18 15:40:41] ffmpeg.Front_Yard.detect       ERROR   : qsv: Invalid argument
[2022-12-18 15:40:41] ffmpeg.Front_Yard.record       ERROR   : [NULL @ 0x561b2bbb70c0] Unable to find a suitable output format for 'hevc_qsv'
[2022-12-18 15:40:41] ffmpeg.Front_Yard.record       ERROR   : hevc_qsv: Invalid argument
[2022-12-18 15:40:41] watchdog.Front_Yard            INFO    : Terminating the existing ffmpeg process...
[2022-12-18 15:40:41] watchdog.Front_Yard            INFO    : Waiting for ffmpeg to exit gracefully...
[2022-12-18 15:40:43] frigate.video                  ERROR   : Front_Yard: Unable to read frames from ffmpeg process.
[2022-12-18 15:40:43] frigate.video                  ERROR   : Front_Yard: ffmpeg process is not running. exiting capture thread...
austindetzel commented 1 year ago

Update: fixed

Front_Yard:
        ffmpeg:
            inputs:
                - path: rtsp://[redacted]@192.168.40.23/cam/realmonitor?channel=1&subtype=1
                  roles:
                    - rtmp
                    - detect
                  hwaccel_args: -c:v h264_qsv
                - path: rtsp://admin:[redacted]@192.168.40.23/cam/realmonitor?channel=1&subtype=0 # <----- Add high res stream
                  roles:
                    - record
                  hwaccel_args: -c:v hevc_qsv
        detect:
            width: 640 # <---- update for your camera's resolution
            height: 480 # <---- update for your camera's resolution
NickM-27 commented 1 year ago

There's no reason to have hwaccel_args for your record role, there is no decoding being done (which is why I put hwaccel_args: [])

austindetzel commented 1 year ago

It would give me errors if I did that for some reason.

NickM-27 commented 1 year ago

I do that without issues, would be interested in seeing the logs but it is not a big deal. I'll go ahead and close this.