frigate: [Config Support]: many warnings and errors concerning hevc and aac

Describe the problem you are having

Hey, I switched from one Reolink E1 Pro (h264) to two Reolink 811A (h265). Since then, I have consistently had the same errors in the log file. I have tried to find a solution through the Frigate docu and in the already posted issues. Unfortunately, I had no success so far and therefore turn directly to you. Hope you can help me and I appreciate your work very much. Now I have the additional problem that the playback of the clip is no longer possible (The media could not be loaded, either because the server or network failed or because the format is not supported.) that worked until 2 days ago (Safari).

salute Dennis

Version

0.11.1-2eada21

Frigate config file

mqtt:
  host: 192.168.24.6
  user: USERNAME
  password: PASSWORD

#Global Object Settings
objects:
  track:
    - person
    - cat
    - dog
    - car
    - bird
  filters:
    person:
      threshold: 0.7
    cat:
      threshold: 0.7
    dog:
      threshold: 0.8
    car:
      threshold: 0.8
    bird:
      threshold: 0.8

detectors:
  cpu1:
    type: cpu
  cpu2:
    type: cpu
#  cpu3:
#    type: cpu

cameras:

####################
###### E1 Pro ######
####################

#  E1-Pro: # <------ Name the camera
#    ffmpeg:
#      inputs:
#        - path: rtsp://USERNAME:PASSWORD@192.168.24.86:554/h264Preview_01_main # <----- Update for your camera
#          roles:
#            - detect
#            - rtmp
#            - record
#
#    detect:
#      width: 2560 # <---- update for your camera's resolution
#      height: 1440 # <---- update for your camera's resolution
#      fps: 25
#
#    record: # <----- Enable recording
#      enabled: True
#      retain:
#        days: 7
#      events:
#        retain:
#          default: 14
#
#    snapshots: # <----- Enable snapshots
#      enabled: True

##################################
###### Garage Steffi 811 A #######
##################################

  Garage-Steffi-811A: # <------ Name the camera
    ffmpeg:
      output_args:
        record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac
      hwaccel_args: -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format yuv420p
#      hwaccel_args: -hwaccel qsv -c:v hevc_qsv
      inputs:
        - path: rtsp://USERNAME:PASSWORD@192.168.24.88:554/h265Preview_01_main # <----- Update for your camera
          roles:
            - detect
            - record

    rtmp:
      enabled: False # <-- RTMP should be disabled if your stream is not H264

    detect:
      width: 1280 # <---- update for your camera's resolution
      height: 720 # <---- update for your camera's resolution
      fps: 10

    record: # <----- Enable recording
      enabled: True
      retain:
        days: 7
        mode: motion
      events:
        pre_capture: 5
        post_capture: 5
        retain:
          default: 14
          mode: active_objects
    
    snapshots: # <----- Enable snapshots
      enabled: True
      bounding_box: True

###################################
###### Carport Dennis 811 A #######
###################################

  Carport-Dennis-811A: # <------ Name the camera
    ffmpeg:
      output_args:
        record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac
      hwaccel_args: -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format yuv420p
#      hwaccel_args: -hwaccel qsv -c:v hevc_qsv
      inputs:
        - path: rtsp://USERNAME:PASSWORD@192.168.24.87:554/h265Preview_01_main # <----- Update for your camera
          roles:
            - detect
            - record

    rtmp:
      enabled: False # <-- RTMP should be disabled if your stream is not H264

    detect:
      width: 1280 # <---- update for your camera's resolution
      height: 720 # <---- update for your camera's resolution
      fps: 10

    record: # <----- Enable recording
      enabled: True
      retain:
        days: 7
        mode: motion
      events:
        pre_capture: 5
        post_capture: 5
        retain:
          default: 14
          mode: active_objects
        

    snapshots: # <----- Enable snapshots
      enabled: True
      bounding_box: True

Relevant log output

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[2022-11-05 08:41:23] frigate.app                    INFO    : Starting Frigate (0.11.1-2eada21)
Starting migrations
[2022-11-05 08:41:23] peewee_migrate                 INFO    : Starting migrations
There is nothing to migrate
[2022-11-05 08:41:23] peewee_migrate                 INFO    : There is nothing to migrate
[2022-11-05 08:41:23] detector.cpu1                  INFO    : Starting detection process: 215
[2022-11-05 08:41:23] frigate.edgetpu                WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
[2022-11-05 08:41:23] frigate.app                    INFO    : Output process started: 218
[2022-11-05 08:41:23] detector.cpu2                  INFO    : Starting detection process: 217
[2022-11-05 08:41:23] ws4py                          INFO    : Using epoll
[2022-11-05 08:41:23] frigate.app                    INFO    : Camera processor started for Garage-Steffi-811A: 224
[2022-11-05 08:41:23] frigate.app                    INFO    : Camera processor started for Carport-Dennis-811A: 225
[2022-11-05 08:41:23] frigate.edgetpu                WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
[2022-11-05 08:41:23] frigate.app                    INFO    : Capture process started for Garage-Steffi-811A: 226
[2022-11-05 08:41:23] frigate.app                    INFO    : Capture process started for Carport-Dennis-811A: 228
[2022-11-05 08:41:23] ws4py                          INFO    : Using epoll
[2022-11-05 08:41:41] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:41] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:41] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:41] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:41] frigate.video                  ERROR   : Garage-Steffi-811A: ffmpeg process is not running. exiting capture thread...
[2022-11-05 08:41:43] watchdog.Garage-Steffi-811A    ERROR   : Ffmpeg process crashed unexpectedly for Garage-Steffi-811A.
[2022-11-05 08:41:43] watchdog.Garage-Steffi-811A    ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
[2022-11-05 08:41:43] ffmpeg.Garage-Steffi-811A.detect ERROR   : [segment @ 0x55842f0a1bc0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
[2022-11-05 08:41:43] ffmpeg.Garage-Steffi-811A.detect ERROR   : [AVHWFramesContext @ 0x7fbfd8185540] Failed to sync surface 0x18: 23 (internal decoding error).
[2022-11-05 08:41:43] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55842f0a49c0] Failed to transfer data to output frame: -5.
[2022-11-05 08:41:43] ffmpeg.Garage-Steffi-811A.detect ERROR   : Error while processing the decoded data for stream #0:0
[2022-11-05 08:41:43] ffmpeg.Garage-Steffi-811A.detect ERROR   : [aac @ 0x55842f11a3c0] 2 frames left in the queue on closing
[2022-11-05 08:41:43] frigate.record                 WARNING : Discarding a corrupt recording segment: Garage-Steffi-811A-20221105084135.mp4
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:41:54] frigate.video                  ERROR   : Garage-Steffi-811A: ffmpeg process is not running. exiting capture thread...
[2022-11-05 08:41:58] frigate.record                 WARNING : Discarding a corrupt recording segment: Garage-Steffi-811A-20221105084145.mp4
[2022-11-05 08:42:03] watchdog.Garage-Steffi-811A    ERROR   : Ffmpeg process crashed unexpectedly for Garage-Steffi-811A.
[2022-11-05 08:42:03] watchdog.Garage-Steffi-811A    ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
[2022-11-05 08:42:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [segment @ 0x559445154cc0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
[2022-11-05 08:42:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x5594452b7840] Ignoring POC change between slices: 0 -> 1
[2022-11-05 08:42:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x5594452b7840] Non-matching NAL types of the VCL NALUs: 19 1
[2022-11-05 08:42:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x5594452b7840] Error parsing NAL unit #6.
[2022-11-05 08:42:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x559445387b80] Could not find ref with POC 1
[2022-11-05 08:42:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55944544a200] Failed to end picture decode issue: 23 (internal decoding error).
[2022-11-05 08:42:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55944544a200] hardware accelerator failed to decode picture
[2022-11-05 08:42:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55944550ca00] Could not find ref with POC 3
[2022-11-05 08:42:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55944550ca00] Failed to end picture decode issue: 23 (internal decoding error).
[2022-11-05 08:42:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55944550ca00] hardware accelerator failed to decode picture
[2022-11-05 08:42:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x5594455cf1c0] Could not find ref with POC 4
[2022-11-05 08:42:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : Error while decoding stream #0:0: Invalid data found when processing input
[2022-11-05 08:42:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [AVHWFramesContext @ 0x7f1a54160080] Failed to sync surface 0x18: 1 (operation failed).
[2022-11-05 08:42:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x5594450d09c0] Failed to transfer data to output frame: -5.
[2022-11-05 08:42:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : Error while processing the decoded data for stream #0:0
[2022-11-05 08:42:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [aac @ 0x5594450d0040] 2 frames left in the queue on closing
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:55] frigate.video                  ERROR   : Garage-Steffi-811A: ffmpeg process is not running. exiting capture thread...
[2022-11-05 08:42:57] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:57] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:57] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:42:57] frigate.video                  ERROR   : Carport-Dennis-811A: ffmpeg process is not running. exiting capture thread...
[2022-11-05 08:42:58] frigate.record                 WARNING : Discarding a corrupt recording segment: Garage-Steffi-811A-20221105084255.mp4
[2022-11-05 08:42:58] frigate.record                 WARNING : Discarding a corrupt recording segment: Garage-Steffi-811A-20221105084255.mp4
[2022-11-05 08:43:03] watchdog.Carport-Dennis-811A   ERROR   : Ffmpeg process crashed unexpectedly for Carport-Dennis-811A.
[2022-11-05 08:43:03] watchdog.Carport-Dennis-811A   ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
[2022-11-05 08:43:03] ffmpeg.Carport-Dennis-811A.detect ERROR   : [segment @ 0x558cb7225bc0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
[2022-11-05 08:43:03] ffmpeg.Carport-Dennis-811A.detect ERROR   : [AVHWFramesContext @ 0x7fedc0190b80] Failed to sync surface 0x13: 23 (internal decoding error).
[2022-11-05 08:43:03] ffmpeg.Carport-Dennis-811A.detect ERROR   : [hevc @ 0x558cb72289c0] Failed to transfer data to output frame: -5.
[2022-11-05 08:43:03] ffmpeg.Carport-Dennis-811A.detect ERROR   : Error while processing the decoded data for stream #0:0
[2022-11-05 08:43:03] ffmpeg.Carport-Dennis-811A.detect ERROR   : [aac @ 0x558cb7273e00] 2 frames left in the queue on closing
[2022-11-05 08:43:03] watchdog.Garage-Steffi-811A    ERROR   : Ffmpeg process crashed unexpectedly for Garage-Steffi-811A.
[2022-11-05 08:43:03] watchdog.Garage-Steffi-811A    ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [segment @ 0x55da72a65280] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72f6fdc0] Ignoring POC change between slices: 4 -> 5
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72c58300] Could not find ref with POC 5
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72c58300] Failed to end picture decode issue: 23 (internal decoding error).
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72c58300] hardware accelerator failed to decode picture
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72d28780] Could not find ref with POC 6
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72d28780] Failed to end picture decode issue: 23 (internal decoding error).
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72d28780] hardware accelerator failed to decode picture
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72deae00] Could not find ref with POC 7
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72deae00] Failed to end picture decode issue: 23 (internal decoding error).
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72deae00] hardware accelerator failed to decode picture
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72ead600] Could not find ref with POC 8
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72ead600] Failed to end picture decode issue: 23 (internal decoding error).
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72ead600] hardware accelerator failed to decode picture
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : Error while decoding stream #0:0: Input/output error
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72f6fdc0] Could not find ref with POC 9
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : Error while decoding stream #0:0: Input/output error
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   :     Last message repeated 2 times
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72f6fdc0] Ignoring POC change between slices: 0 -> 12
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72f6fdc0] Non-matching NAL types of the VCL NALUs: 19 1
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72f6fdc0] Error parsing NAL unit #7.
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72c58300] Could not find ref with POC 12
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72d28780] Failed to end picture decode issue: 23 (internal decoding error).
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72d28780] hardware accelerator failed to decode picture
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72deae00] Could not find ref with POC 14
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : Error while decoding stream #0:0: Invalid data found when processing input
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [AVHWFramesContext @ 0x7f9664147c00] Failed to sync surface 0x10: 1 (operation failed).
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [hevc @ 0x55da72a689c0] Failed to transfer data to output frame: -5.
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : Error while processing the decoded data for stream #0:0
[2022-11-05 08:43:03] ffmpeg.Garage-Steffi-811A.detect ERROR   : [aac @ 0x55da72a66940] 2 frames left in the queue on closing
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:16] frigate.video                  ERROR   : Carport-Dennis-811A: ffmpeg process is not running. exiting capture thread...
[2022-11-05 08:43:18] frigate.record                 WARNING : Discarding a corrupt recording segment: Garage-Steffi-811A-20221105084314.mp4
[2022-11-05 08:43:23] watchdog.Carport-Dennis-811A   ERROR   : Ffmpeg process crashed unexpectedly for Carport-Dennis-811A.
[2022-11-05 08:43:23] watchdog.Carport-Dennis-811A   ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
[2022-11-05 08:43:23] ffmpeg.Carport-Dennis-811A.detect ERROR   : [segment @ 0x5643e8101940] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
[2022-11-05 08:43:23] ffmpeg.Carport-Dennis-811A.detect ERROR   : [hevc @ 0x5643e82d3e80] Could not find ref with POC 9
[2022-11-05 08:43:23] ffmpeg.Carport-Dennis-811A.detect ERROR   : [hevc @ 0x5643e82d3e80] Failed to end picture decode issue: 23 (internal decoding error).
[2022-11-05 08:43:23] ffmpeg.Carport-Dennis-811A.detect ERROR   : [hevc @ 0x5643e82d3e80] hardware accelerator failed to decode picture
[2022-11-05 08:43:23] ffmpeg.Carport-Dennis-811A.detect ERROR   : [hevc @ 0x5643e83a4300] Could not find ref with POC 10
[2022-11-05 08:43:23] ffmpeg.Carport-Dennis-811A.detect ERROR   : [hevc @ 0x5643e83a4300] Failed to end picture decode issue: 23 (internal decoding error).
[2022-11-05 08:43:23] ffmpeg.Carport-Dennis-811A.detect ERROR   : [hevc @ 0x5643e83a4300] hardware accelerator failed to decode picture
[2022-11-05 08:43:23] ffmpeg.Carport-Dennis-811A.detect ERROR   : [hevc @ 0x5643e8466980] Could not find ref with POC 11
[2022-11-05 08:43:23] ffmpeg.Carport-Dennis-811A.detect ERROR   : [hevc @ 0x5643e8466980] Failed to end picture decode issue: 23 (internal decoding error).
[2022-11-05 08:43:23] ffmpeg.Carport-Dennis-811A.detect ERROR   : [hevc @ 0x5643e8466980] hardware accelerator failed to decode picture
[2022-11-05 08:43:23] ffmpeg.Carport-Dennis-811A.detect ERROR   : [AVHWFramesContext @ 0x7fe8c8192c80] Failed to sync surface 0x18: 23 (internal decoding error).
[2022-11-05 08:43:23] ffmpeg.Carport-Dennis-811A.detect ERROR   : [hevc @ 0x5643e81059c0] Failed to transfer data to output frame: -5.
[2022-11-05 08:43:23] ffmpeg.Carport-Dennis-811A.detect ERROR   : Error while processing the decoded data for stream #0:0
[2022-11-05 08:43:23] ffmpeg.Carport-Dennis-811A.detect ERROR   : [hevc @ 0x5643e8529180] Could not find ref with POC 12
[2022-11-05 08:43:23] ffmpeg.Carport-Dennis-811A.detect ERROR   : [aac @ 0x5643e8108380] 2 frames left in the queue on closing
[2022-11-05 08:43:23] ffmpeg.Carport-Dennis-811A.detect ERROR   : [hevc @ 0x5643e8529180] Failed to end picture decode issue: 23 (internal decoding error).
[2022-11-05 08:43:23] ffmpeg.Carport-Dennis-811A.detect ERROR   : [hevc @ 0x5643e8529180] hardware accelerator failed to decode picture
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: Unable to read frames from ffmpeg process.
[2022-11-05 08:43:33] frigate.video                  ERROR   : Carport-Dennis-811A: ffmpeg process is not running. exiting capture thread...
[2022-11-05 08:43:38] frigate.record                 WARNING : Discarding a corrupt recording segment: Garage-Steffi-811A-20221105084335.mp4
[2022-11-05 08:43:43] watchdog.Carport-Dennis-811A   ERROR   : Ffmpeg process crashed unexpectedly for Carport-Dennis-811A.
[2022-11-05 08:43:43] watchdog.Carport-Dennis-811A   ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
[2022-11-05 08:43:43] ffmpeg.Carport-Dennis-811A.detect ERROR   : [segment @ 0x564619f2c940] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
[2022-11-05 08:43:43] ffmpeg.Carport-Dennis-811A.detect ERROR   : [AVHWFramesContext @ 0x7f4e4418c980] Failed to sync surface 0x17: 23 (internal decoding error).
[2022-11-05 08:43:43] ffmpeg.Carport-Dennis-811A.detect ERROR   : [hevc @ 0x564619f30040] Failed to transfer data to output frame: -5.
[2022-11-05 08:43:43] ffmpeg.Carport-Dennis-811A.detect ERROR   : Error while processing the decoded data for stream #0:0
[2022-11-05 08:43:43] ffmpeg.Carport-Dennis-811A.detect ERROR   : [aac @ 0x564619f31740] 2 frames left in the queue on closing

Frigate stats

sorry dont know how to do this

Operating system

Other Linux

Install method

Docker Compose

Coral version

CPU (no coral)

Any other information that may be helpful

I’m using a current Ubuntu 22.04.1 LTS on a NUC with Intel® Core™ i5-6260U CPU @ 1.80GHz planned is a coral if they are ever well available again

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 41 (1 by maintainers)

Most upvoted comments

I use some amcrest which are similar, but they have quality streams and the ability to set encoding which is nice.

I will test something and read through your posts. I’ll be back with my results 😃 although i tested it several times and it didn’t work, i just got the sub stream to work. I have now test the detect section commented out and so far there are no errors 😃