blakeblackshear / frigate

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

[Config Support]: Timestamps errors / Non-monotonous DTS #6922

Closed ostracizado closed 1 year ago

ostracizado commented 1 year ago

Describe the problem you are having

Noticed some Errors, in the log.

I tried to find the correct configuration but hadn't much luck. What changes should be made?

Version

0.12.1

Frigate config file

mqtt:
  host: ###.###.#100
  user: mqtt-user
  password: password

#logger:
#  default: error

#database:
#  path: /media/config_frigate/frigate.db

#ffmpeg:
#  hwaccel_args: preset-vaapi
ffmpeg:
  hwaccel_args: preset-intel-qsv-h264

detectors:
  coral:
    type: edgetpu
    device: usb

go2rtc:
  streams:
    hall:
      - rtsp://hallcamera:password@###.###.#209:554/stream1
#    hall_sub:
#      - rtsp://hallcamera:password@###.###.#209:554/stream2

    outside_front:
      - rtsp://outsidefront:password@###.###.#133:554/stream1
 #   outsidefront_sub:
 #     - rtsp://outsidefront:password@###.###.#133:554/stream2

    outside_back:
      - rtsp://outsideback:password@###.###.#249:554/stream1
 #   outsideback_sub:
 #     - rtsp://outsideback:password@###.###.#249:554/stream2

    outside_gate:
      - rtsp://outsidegate:password@###.###.#18:554/stream1
 #   outside_gate_sub:
 #     - rtsp://outsidegate:password@###.###.#18:554/stream2
#birdseye:
#  enabled: True
#  mode: objects

cameras:    
  hall:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/hall #hd 1920x1080 - stream1 2k 2304x1296
          input_args: preset-rtsp-restream
          roles:
            - record
            - detect
    detect:
      width: 1920
      height: 1080
      fps: 5
    snapshots:
      enabled: true
      timestamp: false
      bounding_box: true
#      crop: True
      required_zones:
        - zone_0
    objects:
      track:
        - person
    #    - dog
    #  filters:
    #    person:
    #      min_score: 0.7
    #      threshold: 0.8
    #      min_area: 10000
    record:
      enabled: True     
      retain: 
        days: 2
        mode: motion
      events:
        required_zones:
          - zone_0
        retain:
          default: 3
          mode: motion 
        pre_capture: 5
        post_capture: 15  
    zones:
      zone_0:
        coordinates: 1608,1080,1388,218,1304,0,896,0,965,1080
        objects:
          - person
        #  - dog
        filters:
          person:
            mask:
              - 1920,0,1279,0,1618,1080,1920,1080
          #dog:
          #  mask:
          #    - 1920,0,1279,0,1618,1080,1920,1080
 #       filters:
 #         person:
 #           min_area: 2000
 #         cat:
 #           max_area: 10000
 #     zone_1:
 #       coordinates: 0,930,0,517,188,527,175,923
 #       objects:
 #         - person
 #         - dog
 #       filters:
 #         person:
 #           min_area: 8000
 #           threshold: 0.7
    motion:
      improve_contrast: true
      mask:
        - 1920,0,1282,0,1618,1080,1920,1080
        - 1004,483,896,0,893,0,0,0,0,1080,967,1080

  outside_front:
    ffmpeg:
      inputs:
  #      - path: rtsp://127.0.0.1:8554/outside_front_sub #sd 640x360 - stream2
  #        input_args: preset-rtsp-restream
  #        roles:
  #          - detect
        - path: rtsp://127.0.0.1:8554/outside_front #hd 1920x1080 - stream1 2k 2304x1296
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record
    detect:
      width: 1920
      height: 1080
      fps: 5
    snapshots:
      enabled: true
      timestamp: false
      bounding_box: true
      crop: False
      required_zones:
        - zone_0
        - zone_1
    objects:
      track:
        - person
        - dog
        - cat
      filters:
        person:
          mask:
            - 785,0,774,275,334,304,245,0
            - 975,815,1073,1080,1197,1080,1138,667,980,652
    #    person:
    #      min_score: 0.7
    #      threshold: 0.8
    #      min_area: 10000
    record:
      enabled: True
      retain: 
        days: 2
      events:
        required_zones:
          - zone_0
          - zone_1
        retain:
          default: 3
          mode: active_objects 
        pre_capture: 5
        post_capture: 15  
    zones:
      zone_0:
        coordinates: 185,609,884,646,926,1080,0,1080,0,834,175,837
        objects:
          - person
          - dog
        filters:
          person:
            min_area: 8000
            min_score: 0.7
          dog:
            min_score: 0.5
          #cat:
          #  max_area: 10000
      zone_1:
        coordinates: 0,816,0,517,164,527,163,812
        objects:
          - person
#          - dog
        filters:
          person:
            min_area: 6000
            threshold: 0.5
            min_score: 0.4
    motion:
      improve_contrast: true
      mask:
        - 0,69,616,63,612,0,0,0
        - 878,569,1073,557,1114,817,1182,1080,1019,1080
        - 925,697,1920,797,1920,0,919,0,707,0,0,0
        - 1920,1080,1920,770,1007,686,1047,1080
        - 0,515,201,510,253,57,0,40

 # zones:
 # zone_0_old:
 #   coordinates: 886,634,918,1080,0,1080,0,604
 # zone_1:
 #   coordinates: 0,816,0,517,164,527,163,812
 # zone_0_new:
 #   coordinates: 185,609,884,646,926,1080,0,1080,0,834,175,837

  outside_back:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/outside_back?video=copy&audio=aac #hd 1920x1080 - stream1 2k 2304x1296
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record
    detect:
      width: 1920
      height: 1080
      fps: 5
    snapshots:
      enabled: true
      timestamp: false
      bounding_box: true
      required_zones:
        - zone_0
        - zone_1
    objects:
      track:
        - person
        - dog
        - cat
      filters:
        person:
          mask:
            - 478,624,520,619,508,539,486,539
            - 88,527,78,633,112,627,118,527
            - 1410,755,1621,785,1675,537,1394,521
          min_score: 0.7
      #    threshold: 0.8
          #min_area: 700
    record:
      enabled: True
      retain: 
        days: 2
      events:
        required_zones:
          - zone_0
          - zone_1
        retain:
          default: 3
          mode: motion 
        pre_capture: 5
        post_capture: 15
    zones:
      zone_0:
        coordinates: 1079,1080,1315,868,1406,766,1500,890,1552,896,1557,777,1321,577,1040,640,0,740,0,1080 
        objects:
          - person
          - dog   
          - cat
        filters:
          dog:
            min_area: 8000
          cat:
            max_area: 7500 
          person:
            min_area: 8000
            max_area: 19000        
      zone_1:
        coordinates: 1315,583,429,471,0,478,0,583,0,748
        objects:
          - person
          - dog
          - cat
        filters:
          person:
            min_area: 3000
            max_area: 10000      
    motion:
      improve_contrast: true
      mask:
        - 0,69,616,63,612,0,0,0
        - 1920,0,677,0,293,0,0,0,0,483,851,492,1133,549,1217,566,1343,592,1506,701,1920,734
        - 1920,673,1920,1005,1653,999,1497,691
      #  - 70,613,114,613,114,579,76,579
      #  - 473,613,514,613,517,550,483,547

  outside_gate:
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/outside_gate #hd 1920x1080 - stream1 2k 2304x1296
          input_args: preset-rtsp-restream
          roles:
            - detect
            - record
    detect:
    #  stationary:
    #    interval: 10
      width: 1920
      height: 1080
      fps: 5
    snapshots:
      enabled: true
      timestamp: false
      bounding_box: true
      required_zones:
        - zone_0
        - zone_1
        - zone_2
      #crop: True
      retain:
        default: 3
    record:
      enabled: True
      retain:
        days: 2 
      events:
        retain:
          default: 4
          mode: active_objects 
        required_zones:
         - zone_0
         - zone_1
         - zone_2
        pre_capture: 3
        post_capture: 10 
    objects:
      track:
        - person
        - dog
        - cat
        - car
      filters:
        person:
          mask:
            - 964,181,1116,193,1099,0,979,0
            - 1454,299,1532,299,1577,130,1536,119
            - 40,814,999,770,994,0,170,201
      #    min_score: 0.7
      #    threshold: 0.8
          #min_area: 700
    motion:
      improve_contrast: true 
      mask:
        - 0,69,616,63,612,0,0,0
        - 201,408,369,252,99,74,0,57
        - 361,109,92,391,54,678,304,772,843,723,937,55
    zones:
      zone_0:
        coordinates: 0,784,795,784,1064,487,1920,505,1920,1080,0,1080
        objects:
          - person
          - dog
          - cat
        filters:
          dog:
            min_area: 5000
          cat:
            min_score: 0.4
            threshold: 0.5 
      zone_1:
        coordinates: 1920,498,1088,463,987,426,1106,149,1920,146,1920,486
        objects:
          - person
          - dog
          - cat
        filters:
          dog:
            min_area: 5000
          cat:
            max_area: 4000 
          person:
            mask: 
              - 1622,0,1530,282,1488,270,1530,22
            min_score: 0.4
            max_area: 6000
      zone_2:
        coordinates: 1366,0,1108,0,999,131,1333,138
        objects:
          - person
          #- dog
          #- cat
          - car
        filters:
          person:
            min_area: 2000

Relevant log output

2023-06-26 12:31:47.791673806  [INFO] Starting Frigate...
2023-06-26 12:31:48.574854817  [2023-06-26 13:31:48] frigate.app                    INFO    : Starting Frigate (0.12.1-367d724)
2023-06-26 12:31:48.620872897  [2023-06-26 13:31:48] frigate.app                    INFO    : Creating directory: /tmp/cache
2023-06-26 12:31:48.622053391  [2023-06-26 13:31:48] peewee_migrate                 INFO    : Starting migrations
2023-06-26 12:31:48.624386145  [2023-06-26 13:31:48] peewee_migrate                 INFO    : There is nothing to migrate
2023-06-26 12:31:48.634506191  [2023-06-26 13:31:48] detector.coral                 INFO    : Starting detection process: 444
2023-06-26 12:31:51.250325062  [2023-06-26 13:31:48] frigate.app                    INFO    : Output process started: 446
2023-06-26 12:31:51.250671472  [2023-06-26 13:31:48] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as usb
2023-06-26 12:31:51.250674470  [2023-06-26 13:31:48] frigate.app                    INFO    : Camera processor started for hall: 452
2023-06-26 12:31:51.250706646  [2023-06-26 13:31:48] frigate.app                    INFO    : Camera processor started for outside_front: 453
2023-06-26 12:31:51.250746288  [2023-06-26 13:31:48] frigate.app                    INFO    : Camera processor started for outside_back: 454
2023-06-26 12:31:51.250858715  [2023-06-26 13:31:48] frigate.app                    INFO    : Camera processor started for outside_gate: 455
2023-06-26 12:31:51.250860721  [2023-06-26 13:31:48] frigate.app                    INFO    : Capture process started for hall: 456
2023-06-26 12:31:51.250894865  [2023-06-26 13:31:48] frigate.app                    INFO    : Capture process started for outside_front: 460
2023-06-26 12:31:51.251009451  [2023-06-26 13:31:48] frigate.app                    INFO    : Capture process started for outside_back: 464
2023-06-26 12:31:51.251011028  [2023-06-26 13:31:48] frigate.app                    INFO    : Capture process started for outside_gate: 467
2023-06-26 12:31:51.256023836  [2023-06-26 13:31:51] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2023-06-26 12:32:08.681306735  [2023-06-26 13:32:08] watchdog.outside_front         INFO    : outside_front exceeded fps limit. Exiting ffmpeg...
2023-06-26 12:32:08.681388660  [2023-06-26 13:32:08] watchdog.outside_front         INFO    : Waiting for ffmpeg to exit gracefully...
2023-06-26 12:32:08.683527255  [2023-06-26 13:32:08] watchdog.outside_back          INFO    : outside_back exceeded fps limit. Exiting ffmpeg...
2023-06-26 12:32:08.683560982  [2023-06-26 13:32:08] watchdog.outside_back          INFO    : Waiting for ffmpeg to exit gracefully...
2023-06-26 12:32:08.685204062  [2023-06-26 13:32:08] watchdog.outside_gate          INFO    : outside_gate exceeded fps limit. Exiting ffmpeg...
2023-06-26 12:32:08.685313553  [2023-06-26 13:32:08] watchdog.outside_gate          INFO    : Waiting for ffmpeg to exit gracefully...
2023-06-26 12:32:08.717824575  [2023-06-26 13:32:08] frigate.video                  ERROR   : outside_front: Unable to read frames from ffmpeg process.
2023-06-26 12:32:08.718144071  [2023-06-26 13:32:08] frigate.video                  ERROR   : outside_front: ffmpeg process is not running. exiting capture thread...
2023-06-26 12:32:08.810925851  [2023-06-26 13:32:08] frigate.video                  ERROR   : outside_back: Unable to read frames from ffmpeg process.
2023-06-26 12:32:08.811198181  [2023-06-26 13:32:08] frigate.video                  ERROR   : outside_back: ffmpeg process is not running. exiting capture thread...
2023-06-26 12:32:09.163659909  [2023-06-26 13:32:09] frigate.video                  ERROR   : outside_gate: Unable to read frames from ffmpeg process.
2023-06-26 12:32:09.164027428  [2023-06-26 13:32:09] frigate.video                  ERROR   : outside_gate: ffmpeg process is not running. exiting capture thread...
2023-06-26 12:32:18.721172521  [2023-06-26 13:32:18] watchdog.outside_front         ERROR   : Ffmpeg process crashed unexpectedly for outside_front.
2023-06-26 12:32:18.721259774  [2023-06-26 13:32:18] watchdog.outside_front         ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-06-26 12:32:18.721447246  [2023-06-26 13:32:18] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x556527abd340] 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
2023-06-26 12:32:18.721522378  [2023-06-26 13:32:18] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x556527abd340] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.
2023-06-26 12:32:18.813170655  [2023-06-26 13:32:18] watchdog.outside_back          ERROR   : Ffmpeg process crashed unexpectedly for outside_back.
2023-06-26 12:32:18.813230555  [2023-06-26 13:32:18] watchdog.outside_back          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-06-26 12:32:18.813283522  [2023-06-26 13:32:18] ffmpeg.outside_back.detect     ERROR   : [segment @ 0x55b2a5046200] 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
2023-06-26 12:32:18.813318102  [2023-06-26 13:32:18] ffmpeg.outside_back.detect     ERROR   : [segment @ 0x55b2a5046200] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.
2023-06-26 12:32:19.166633394  [2023-06-26 13:32:19] watchdog.outside_gate          ERROR   : Ffmpeg process crashed unexpectedly for outside_gate.
2023-06-26 12:32:19.166814050  [2023-06-26 13:32:19] watchdog.outside_gate          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-06-26 12:32:19.166925839  [2023-06-26 13:32:19] ffmpeg.outside_gate.detect     ERROR   : [segment @ 0x5608a2e95000] 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
2023-06-26 12:32:19.167009587  [2023-06-26 13:32:19] ffmpeg.outside_gate.detect     ERROR   : [segment @ 0x5608a2e95000] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.

Frigate stats

No response

Operating system

HassOS

Install method

HassOS Addon

Coral version

USB

Any other information that may be helpful

No response

NickM-27 commented 1 year ago

Non-monotonous DTS in output stream 0:0 is just a warning. The real problem is that the streams are crashing unexpectedly, which is most likely an issue with the cameras. What type of cameras are they and how are they connected?

ostracizado commented 1 year ago

Tapo C200 / C310 Two of then (outsidefont / outsidegate) by Wi-Fi.

Two weeks ago I had no such erros: #6795.

I used, this morning, the official app as I had a problem with one of the cameras (outsidegate) and had to reset it. But there were no updates or nothing of the sort.

NickM-27 commented 1 year ago

The tapo cameras have limited number of streams so it is not uncommon for the stream to crash while using the app. Even then, WiFi is also not always stable and can have intermittent crashes.

ostracizado commented 1 year ago

True, but the distance doesn't give me much choice. I did turn off Frigate's add on, while using the app.

edit: Ok, the erros keep happening:

2023-06-26 12:31:47.791673806  [INFO] Starting Frigate...
2023-06-26 12:31:48.574854817  [2023-06-26 13:31:48] frigate.app                    INFO    : Starting Frigate (0.12.1-367d724)
2023-06-26 12:31:48.620872897  [2023-06-26 13:31:48] frigate.app                    INFO    : Creating directory: /tmp/cache
2023-06-26 12:31:48.622053391  [2023-06-26 13:31:48] peewee_migrate                 INFO    : Starting migrations
2023-06-26 12:31:48.624386145  [2023-06-26 13:31:48] peewee_migrate                 INFO    : There is nothing to migrate
2023-06-26 12:31:48.634506191  [2023-06-26 13:31:48] detector.coral                 INFO    : Starting detection process: 444
2023-06-26 12:31:51.250325062  [2023-06-26 13:31:48] frigate.app                    INFO    : Output process started: 446
2023-06-26 12:31:51.250671472  [2023-06-26 13:31:48] frigate.detectors.plugins.edgetpu_tfl INFO    : Attempting to load TPU as usb
2023-06-26 12:31:51.250674470  [2023-06-26 13:31:48] frigate.app                    INFO    : Camera processor started for hall: 452
2023-06-26 12:31:51.250706646  [2023-06-26 13:31:48] frigate.app                    INFO    : Camera processor started for outside_front: 453
2023-06-26 12:31:51.250746288  [2023-06-26 13:31:48] frigate.app                    INFO    : Camera processor started for outside_back: 454
2023-06-26 12:31:51.250858715  [2023-06-26 13:31:48] frigate.app                    INFO    : Camera processor started for outside_gate: 455
2023-06-26 12:31:51.250860721  [2023-06-26 13:31:48] frigate.app                    INFO    : Capture process started for hall: 456
2023-06-26 12:31:51.250894865  [2023-06-26 13:31:48] frigate.app                    INFO    : Capture process started for outside_front: 460
2023-06-26 12:31:51.251009451  [2023-06-26 13:31:48] frigate.app                    INFO    : Capture process started for outside_back: 464
2023-06-26 12:31:51.251011028  [2023-06-26 13:31:48] frigate.app                    INFO    : Capture process started for outside_gate: 467
2023-06-26 12:31:51.256023836  [2023-06-26 13:31:51] frigate.detectors.plugins.edgetpu_tfl INFO    : TPU found
2023-06-26 12:32:08.681306735  [2023-06-26 13:32:08] watchdog.outside_front         INFO    : outside_front exceeded fps limit. Exiting ffmpeg...
2023-06-26 12:32:08.681388660  [2023-06-26 13:32:08] watchdog.outside_front         INFO    : Waiting for ffmpeg to exit gracefully...
2023-06-26 12:32:08.683527255  [2023-06-26 13:32:08] watchdog.outside_back          INFO    : outside_back exceeded fps limit. Exiting ffmpeg...
2023-06-26 12:32:08.683560982  [2023-06-26 13:32:08] watchdog.outside_back          INFO    : Waiting for ffmpeg to exit gracefully...
2023-06-26 12:32:08.685204062  [2023-06-26 13:32:08] watchdog.outside_gate          INFO    : outside_gate exceeded fps limit. Exiting ffmpeg...
2023-06-26 12:32:08.685313553  [2023-06-26 13:32:08] watchdog.outside_gate          INFO    : Waiting for ffmpeg to exit gracefully...
2023-06-26 12:32:08.717824575  [2023-06-26 13:32:08] frigate.video                  ERROR   : outside_front: Unable to read frames from ffmpeg process.
2023-06-26 12:32:08.718144071  [2023-06-26 13:32:08] frigate.video                  ERROR   : outside_front: ffmpeg process is not running. exiting capture thread...
2023-06-26 12:32:08.810925851  [2023-06-26 13:32:08] frigate.video                  ERROR   : outside_back: Unable to read frames from ffmpeg process.
2023-06-26 12:32:08.811198181  [2023-06-26 13:32:08] frigate.video                  ERROR   : outside_back: ffmpeg process is not running. exiting capture thread...
2023-06-26 12:32:09.163659909  [2023-06-26 13:32:09] frigate.video                  ERROR   : outside_gate: Unable to read frames from ffmpeg process.
2023-06-26 12:32:09.164027428  [2023-06-26 13:32:09] frigate.video                  ERROR   : outside_gate: ffmpeg process is not running. exiting capture thread...
2023-06-26 12:32:18.721172521  [2023-06-26 13:32:18] watchdog.outside_front         ERROR   : Ffmpeg process crashed unexpectedly for outside_front.
2023-06-26 12:32:18.721259774  [2023-06-26 13:32:18] watchdog.outside_front         ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-06-26 12:32:18.721447246  [2023-06-26 13:32:18] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x556527abd340] 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
2023-06-26 12:32:18.721522378  [2023-06-26 13:32:18] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x556527abd340] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.
2023-06-26 12:32:18.813170655  [2023-06-26 13:32:18] watchdog.outside_back          ERROR   : Ffmpeg process crashed unexpectedly for outside_back.
2023-06-26 12:32:18.813230555  [2023-06-26 13:32:18] watchdog.outside_back          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-06-26 12:32:18.813283522  [2023-06-26 13:32:18] ffmpeg.outside_back.detect     ERROR   : [segment @ 0x55b2a5046200] 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
2023-06-26 12:32:18.813318102  [2023-06-26 13:32:18] ffmpeg.outside_back.detect     ERROR   : [segment @ 0x55b2a5046200] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.
2023-06-26 12:32:19.166633394  [2023-06-26 13:32:19] watchdog.outside_gate          ERROR   : Ffmpeg process crashed unexpectedly for outside_gate.
2023-06-26 12:32:19.166814050  [2023-06-26 13:32:19] watchdog.outside_gate          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-06-26 12:32:19.166925839  [2023-06-26 13:32:19] ffmpeg.outside_gate.detect     ERROR   : [segment @ 0x5608a2e95000] 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
2023-06-26 12:32:19.167009587  [2023-06-26 13:32:19] ffmpeg.outside_gate.detect     ERROR   : [segment @ 0x5608a2e95000] Non-monotonous DTS in output stream 0:0; previous: 0, current: 0; changing to 1. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:48.760841565  [2023-06-26 14:02:48] watchdog.outside_front         INFO    : outside_front exceeded fps limit. Exiting ffmpeg...
2023-06-26 13:02:48.760916587  [2023-06-26 14:02:48] watchdog.outside_front         INFO    : Waiting for ffmpeg to exit gracefully...
2023-06-26 13:02:48.813707302  [2023-06-26 14:02:48] frigate.video                  ERROR   : outside_front: Unable to read frames from ffmpeg process.
2023-06-26 13:02:48.813793664  [2023-06-26 14:02:48] frigate.video                  ERROR   : outside_front: ffmpeg process is not running. exiting capture thread...
2023-06-26 13:02:58.819839093  [2023-06-26 14:02:58] watchdog.outside_front         ERROR   : Ffmpeg process crashed unexpectedly for outside_front.
2023-06-26 13:02:58.819958986  [2023-06-26 14:02:58] watchdog.outside_front         ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-06-26 13:02:58.820166505  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532795, current: -173578; changing to 18532796. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.820193909  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532796, current: -173046; changing to 18532797. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.820311104  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532797, current: -172544; changing to 18532798. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.820416635  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532798, current: -171520; changing to 18532799. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.820523645  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532799, current: -171018; changing to 18532800. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.820706126  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532800, current: -170445; changing to 18532801. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.820753006  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532801, current: -169482; changing to 18532802. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.820862719  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532802, current: -168970; changing to 18532803. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.820974960  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532803, current: -168448; changing to 18532804. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.821094756  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532804, current: -167424; changing to 18532805. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.821210854  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532805, current: -166902; changing to 18532806. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.821320107  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532806, current: -166410; changing to 18532807. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.821438318  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532807, current: -165335; changing to 18532808. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.821554394  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532808, current: -164874; changing to 18532809. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.821678492  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532809, current: -164342; changing to 18532810. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.821795089  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532810, current: -163328; changing to 18532811. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.821918499  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532811, current: -162734; changing to 18532812. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.822030416  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532812, current: -162304; changing to 18532813. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.822146993  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532813, current: -161290; changing to 18532814. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.822261817  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532814, current: -160778; changing to 18532815. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.822382172  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532815, current: -160215; changing to 18532816. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.822500346  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532816, current: -159232; changing to 18532817. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.822628808  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532817, current: -158730; changing to 18532818. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.822747111  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532818, current: -158177; changing to 18532819. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.822865366  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532819, current: -157184; changing to 18532820. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.822965841  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532820, current: -156672; changing to 18532821. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.823057545  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532821, current: -156170; changing to 18532822. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.823126699  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532822, current: -155095; changing to 18532823. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.823219016  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532823, current: -154634; changing to 18532824. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.823280278  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532824, current: -154112; changing to 18532825. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.823352465  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532825, current: -153068; changing to 18532826. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.823419755  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532826, current: -152596; changing to 18532827. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.823496250  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532827, current: -152064; changing to 18532828. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.823564779  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532828, current: -151040; changing to 18532829. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.823646814  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532829, current: -150528; changing to 18532830. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.823720443  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532830, current: -150036; changing to 18532831. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.823795232  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532831, current: -149002; changing to 18532832. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.823867845  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532832, current: -148490; changing to 18532833. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.823940716  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532833, current: -147978; changing to 18532834. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.824016517  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532834, current: -146954; changing to 18532835. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.824108686  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532835, current: -146442; changing to 18532836. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.824179304  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532836, current: -145930; changing to 18532837. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.824244240  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532837, current: -144855; changing to 18532838. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.824331317  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532838, current: -144394; changing to 18532839. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.824384129  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532839, current: -143872; changing to 18532840. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.824457015  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532840, current: -142848; changing to 18532841. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.824533643  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532841, current: -142285; changing to 18532842. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.824615194  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532842, current: -141834; changing to 18532843. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.824684244  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532843, current: -140800; changing to 18532844. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.824749601  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532844, current: -140278; changing to 18532845. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.824820518  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532845, current: -139807; changing to 18532846. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.824886726  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532846, current: -138762; changing to 18532847. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.824955592  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532847, current: -138250; changing to 18532848. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.825027120  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532848, current: -137708; changing to 18532849. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.825092399  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532849, current: -136704; changing to 18532850. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.825168907  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532850, current: -136202; changing to 18532851. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.825236771  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532851, current: -135690; changing to 18532852. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.825305057  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532852, current: -134605; changing to 18532853. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.825373495  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532853, current: -134083; changing to 18532854. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.825442822  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532854, current: -133632; changing to 18532855. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.825510421  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532855, current: -132608; changing to 18532856. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.825589994  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532856, current: -132045; changing to 18532857. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.825665589  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532857, current: -131594; changing to 18532858. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.825731255  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532858, current: -130560; changing to 18532859. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.825799378  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532859, current: -130028; changing to 18532860. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.825870758  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532860, current: -129567; changing to 18532861. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.825943444  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532861, current: -128512; changing to 18532862. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.826022911  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532862, current: -128010; changing to 18532863. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.826101321  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532863, current: -127488; changing to 18532864. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.826175549  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532864, current: -126454; changing to 18532865. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.826249203  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532865, current: -125942; changing to 18532866. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.826322213  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532866, current: -125440; changing to 18532867. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.826396451  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532867, current: -124436; changing to 18532868. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.826470634  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532868, current: -123914; changing to 18532869. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.826543621  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532869, current: -123402; changing to 18532870. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.826623767  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532870, current: -122368; changing to 18532871. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.826698150  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532871, current: -121846; changing to 18532872. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.826770856  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532872, current: -121354; changing to 18532873. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.826841004  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532873, current: -120330; changing to 18532874. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.826911993  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532874, current: -119808; changing to 18532875. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.826985942  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532875, current: -119204; changing to 18532876. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.827058832  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532876, current: -118272; changing to 18532877. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.827131919  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532877, current: -117770; changing to 18532878. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.827206097  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532878, current: -117238; changing to 18532879. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.827275552  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532879, current: -116224; changing to 18532880. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.827366896  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532880, current: -115722; changing to 18532881. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.827454740  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532881, current: -115210; changing to 18532882. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.827589284  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532882, current: -114135; changing to 18532883. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.827761323  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532883, current: -113664; changing to 18532884. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.827899374  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532884, current: -113162; changing to 18532885. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.827989397  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532885, current: -112138; changing to 18532886. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.828116916  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532886, current: -111565; changing to 18532887. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.828212727  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532887, current: -111114; changing to 18532888. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.828304877  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532888, current: -110080; changing to 18532889. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.828429158  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532889, current: -109578; changing to 18532890. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.828625120  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532890, current: -109005; changing to 18532891. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.828730397  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532891, current: -108042; changing to 18532892. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.828800283  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532892, current: -107510; changing to 18532893. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.828839182  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532893, current: -107018; changing to 18532894. This may result in incorrect timestamps in the output file.
2023-06-26 13:02:58.828884976  [2023-06-26 14:02:58] ffmpeg.outside_front.detect    ERROR   : [segment @ 0x5561115a1cc0] Non-monotonous DTS in output stream 0:0; previous: 18532894, current: -105994; changing to 18532895. This may result in incorrect timestamps in the output file.

And what about the:

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

What changes are needed?

NickM-27 commented 1 year ago

And what about the:

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

What changes are needed?

There is nothing you can change, this has to do with the camera itself

NickM-27 commented 1 year ago

You can try using ffmpeg: with the streams in the go2rtc config and see if that is more compatible

ostracizado commented 1 year ago

After turning off frigate, disabling the cameras on synology's surveillance station and rebooting most cameras, there's no more errors.

Tapo really is cumbersome with those limits... Would be great if I could use the go2rtc restream on surveillance station.