blakeblackshear / frigate

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

[Camera Support]: Help PLEASE with Tapo Model C225 #8633

Closed kksligh closed 12 months ago

kksligh commented 1 year ago

Describe the problem you are having

I have 2 other Tapo Cameras (both are C211s) set up in Frigate and they work well. I purchased a C225 which is extremely similar but with a few extra bells and whistles and it works for a short period and then starts erroring out - eventually crashing.

Can you please look at my set up and logs and give me any pointers?

Version

Frigate v0.12

Frigate config file

detectors:
  coral:
    type: edgetpu
    device: usb

record:
  enabled: true
  expire_interval: 60
  retain:
    days: 2
    mode: motion
  events:
    pre_capture: 5
    post_capture: 5
    objects:
      - person
    retain:
      default: 2
      mode: motion
      objects:
        person: 15
snapshots:
  enabled: true
  timestamp: true
  retain:
    default: 5

go2rtc:
  streams:
    Camera_1_Frigate_Tapo:  <===== WORKING
      - tapo://admin:UPPCASEHASH@172.XX.X.XX
    Camera_2_Frigate_Tapo:  <===== WORKING
      - tapo://admin:UPPCASEHASH@172.XX.X.XX
    Camera_3_Frigate_Tapo:  <===== NOT WORKING
      - tapo://admin:UPPCASEHASH@172.XX.X.XX

cameras:

  Camera_1_Frigate_Tapo:  <===== WORKING
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/Camera_1_Frigate_Tapo
          roles:
            - rtmp
            - detect
            - record
      output_args:
        record: preset-record-generic-audio-copy

  Camera_2_Frigate_Tapo:  <===== WORKING
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/Camera_2_Frigate_Tapo
          roles:
            - rtmp
            - detect
            - record
      output_args:
        record: preset-record-generic-audio-copy

  Camera_3_Frigate_Tapo:  <===== NOT WORKING
    ffmpeg:
      inputs:
        - path: rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo
          roles:
            - rtmp
            - detect
            - record
      output_args:
        record: preset-record-generic-audio-copy

Relevant log output

2023-11-16 00:59:42.724717921  [2023-11-15 18:59:42] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 00:59:42.724757273  [2023-11-15 18:59:42] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 00:59:42.724793804  [2023-11-15 18:59:42] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [segment @ 0x564d3bb1ac00] 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-11-16 00:59:42.724820106  [2023-11-15 18:59:42] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [segment @ 0x564d3bb1ac00] 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-11-16 00:59:42.724842279  [2023-11-15 18:59:42] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo: Connection timed out
2023-11-16 00:59:42.724861897  [2023-11-15 18:59:42] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   :     Last message repeated 1 times

2023-11-16 00:14:04.238623447  [2023-11-15 18:14:04] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [segment @ 0x56407b1bd680] 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-11-16 00:14:04.238650416  [2023-11-15 18:14:04] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [segment @ 0x56407b1bd680] 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-11-16 00:14:04.238670320  [2023-11-15 18:14:04] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo: Connection timed out
2023-11-16 00:14:04.238689507  [2023-11-15 18:14:04] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   :     Last message repeated 1 times
2023-11-16 00:14:09.354649047  [2023-11-15 18:14:09] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 00:14:09.354743389  [2023-11-15 18:14:09] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 00:14:14.243539451  [2023-11-15 18:14:14] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 00:14:14.243594084  [2023-11-15 18:14:14] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 00:14:14.245535519  [2023-11-15 18:14:14] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x55b3d53d3140] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-11-16 00:14:14.245577671  [2023-11-15 18:14:14] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-11-16 00:14:14.245630788  [2023-11-15 18:14:14] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Output file #0 does not contain any stream
2023-11-16 00:14:19.361107372  [2023-11-15 18:14:19] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 00:14:19.361110415  [2023-11-15 18:14:19] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 00:14:24.248852681  [2023-11-15 18:14:24] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 00:14:24.248882008  [2023-11-15 18:14:24] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 00:14:24.249081807  [2023-11-15 18:14:24] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x55757bf2b140] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-11-16 00:14:24.249088350  [2023-11-15 18:14:24] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-11-16 00:14:24.249114453  [2023-11-15 18:14:24] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Output file #0 does not contain any stream
2023-11-16 00:14:29.373195837  [2023-11-15 18:14:29] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 00:14:29.373276545  [2023-11-15 18:14:29] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 00:14:34.263800731  [2023-11-15 18:14:34] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 00:14:34.263911937  [2023-11-15 18:14:34] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 00:14:34.263914808  [2023-11-15 18:14:34] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x55afb6e5d140] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-11-16 00:14:34.264027818  [2023-11-15 18:14:34] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-11-16 00:14:34.264030356  [2023-11-15 18:14:34] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Output file #0 does not contain any stream
2023-11-16 00:14:39.380763178  [2023-11-15 18:14:39] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 00:14:39.380837445  [2023-11-15 18:14:39] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 00:14:44.267190008  [2023-11-15 18:14:44] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 00:14:44.267276813  [2023-11-15 18:14:44] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 00:14:44.269340706  [2023-11-15 18:14:44] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x56521ea52140] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-11-16 00:14:44.269461023  [2023-11-15 18:14:44] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-11-16 00:14:44.269463632  [2023-11-15 18:14:44] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Output file #0 does not contain any stream
2023-11-16 00:14:49.383985708  [2023-11-15 18:14:49] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 00:14:49.384127473  [2023-11-15 18:14:49] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 00:14:54.273515481  [2023-11-15 18:14:54] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 00:14:54.273711635  [2023-11-15 18:14:54] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 00:14:54.273772912  [2023-11-15 18:14:54] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x558846c18140] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-11-16 00:14:54.273908102  [2023-11-15 18:14:54] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-11-16 00:14:54.274000894  [2023-11-15 18:14:54] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Output file #0 does not contain any stream
2023-11-16 00:14:59.399117585  [2023-11-15 18:14:59] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 00:14:59.399133652  [2023-11-15 18:14:59] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 00:15:04.285781235  [2023-11-15 18:15:04] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 00:15:04.285799195  [2023-11-15 18:15:04] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 00:15:04.285899103  [2023-11-15 18:15:04] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x55d6be726140] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-11-16 00:15:04.285903275  [2023-11-15 18:15:04] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-11-16 00:15:04.285904239  [2023-11-15 18:15:04] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Output file #0 does not contain any stream
2023-11-16 00:15:09.400676824  [2023-11-15 18:15:09] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 00:15:09.400734449  [2023-11-15 18:15:09] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 00:15:14.288967510  [2023-11-15 18:15:14] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 00:15:14.289025832  [2023-11-15 18:15:14] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 00:15:14.289055950  [2023-11-15 18:15:14] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x555af1e18140] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-11-16 00:15:14.289078564  [2023-11-15 18:15:14] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-11-16 00:15:14.289100153  [2023-11-15 18:15:14] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Output file #0 does not contain any stream
2023-11-16 00:15:19.404834176  [2023-11-15 18:15:19] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 00:15:19.404882482  [2023-11-15 18:15:19] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 00:15:24.296131700  [2023-11-15 18:15:24] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 00:15:24.296135737  [2023-11-15 18:15:24] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 00:15:24.296153505  [2023-11-15 18:15:24] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x55e685a9c140] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-11-16 00:15:24.296170328  [2023-11-15 18:15:24] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-11-16 00:15:24.296251870  [2023-11-15 18:15:24] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Output file #0 does not contain any stream
2023-11-16 00:15:24.316682581  [2023-11-15 18:15:24] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 00:15:24.316691576  [2023-11-15 18:15:24] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 00:15:34.298632343  [2023-11-15 18:15:34] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 00:15:34.298711127  [2023-11-15 18:15:34] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 00:15:34.298769313  [2023-11-15 18:15:34] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x55dd1257e140] method DESCRIBE failed: 404 Not Found
2023-11-16 00:15:34.298818640  [2023-11-15 18:15:34] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo: Server returned 404 Not Found
2023-11-16 00:15:34.318829467  [2023-11-15 18:15:34] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 00:15:34.318968555  [2023-11-15 18:15:34] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 00:15:44.304300899  [2023-11-15 18:15:44] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 00:15:44.304389741  [2023-11-15 18:15:44] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 00:15:44.304465144  [2023-11-15 18:15:44] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x564c34a0f140] method DESCRIBE failed: 404 Not Found
2023-11-16 00:15:44.304519957  [2023-11-15 18:15:44] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo: Server returned 404 Not Found
2023-11-16 00:15:44.327397570  [2023-11-15 18:15:44] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 00:15:44.327499643  [2023-11-15 18:15:44] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 00:15:54.308925905  [2023-11-15 18:15:54] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 00:15:54.309038279  [2023-11-15 18:15:54] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 00:15:54.309124610  [2023-11-15 18:15:54] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x55561b623140] method DESCRIBE failed: 404 Not Found
2023-11-16 00:15:54.309127224  [2023-11-15 18:15:54] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo: Server returned 404 Not Found
2023-11-16 00:15:54.336622855  [2023-11-15 18:15:54] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 00:15:54.336625726  [2023-11-15 18:15:54] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 00:16:04.320172553  [2023-11-15 18:16:04] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 00:16:04.320177454  [2023-11-15 18:16:04] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 00:16:04.320179301  [2023-11-15 18:16:04] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x5600b298e140] method DESCRIBE failed: 404 Not Found
2023-11-16 00:16:04.320180941  [2023-11-15 18:16:04] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo: Server returned 404 Not Found
2023-11-16 00:16:04.346023363  [2023-11-15 18:16:04] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 00:16:04.346190003  [2023-11-15 18:16:04] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 00:16:14.323611669  [2023-11-15 18:16:14] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 00:16:14.323686785  [2023-11-15 18:16:14] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 00:16:14.323741707  [2023-11-15 18:16:14] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x55f33ba53140] method DESCRIBE failed: 404 Not Found
2023-11-16 00:16:14.323794108  [2023-11-15 18:16:14] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo: Server returned 404 Not Found
2023-11-16 00:16:14.346352812  [2023-11-15 18:16:14] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 00:16:14.346427623  [2023-11-15 18:16:14] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 00:16:24.328598340  [2023-11-15 18:16:24] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 00:16:24.328694978  [2023-11-15 18:16:24] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 00:16:24.328697543  [2023-11-15 18:16:24] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x556460cfe140] method DESCRIBE failed: 404 Not Found
2023-11-16 00:16:24.328798299  [2023-11-15 18:16:24] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo: Server returned 404 Not Found
2023-11-16 00:16:24.351750837  [2023-11-15 18:16:24] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 00:16:24.351858120  [2023-11-15 18:16:24] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 00:16:34.333638384  [2023-11-15 18:16:34] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 00:16:34.333772196  [2023-11-15 18:16:34] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 00:16:34.333775030  [2023-11-15 18:16:34] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x55bde2823140] method DESCRIBE failed: 404 Not Found
2023-11-16 00:16:34.333788419  [2023-11-15 18:16:34] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo: Server returned 404 Not Found
2023-11-16 00:16:34.356119431  [2023-11-15 18:16:34] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 00:16:34.356202173  [2023-11-15 18:16:34] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 00:16:44.338207429  [2023-11-15 18:16:44] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 00:16:44.338279605  [2023-11-15 18:16:44] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 00:16:44.338334432  [2023-11-15 18:16:44] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x55ac81418140] method DESCRIBE failed: 404 Not Found
2023-11-16 00:16:44.338385520  [2023-11-15 18:16:44] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo: Server returned 404 Not Found
2023-11-16 00:16:44.357545401  [2023-11-15 18:16:44] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 00:16:44.357620395  [2023-11-15 18:16:44] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 00:16:54.343260273  [2023-11-15 18:16:54] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 00:16:54.343421235  [2023-11-15 18:16:54] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 00:16:54.343423740  [2023-11-15 18:16:54] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x55977b791140] method DESCRIBE failed: 404 Not Found
2023-11-16 00:16:54.343424892  [2023-11-15 18:16:54] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo: Server returned 404 Not Found
2023-11-16 00:16:54.364466855  [2023-11-15 18:16:54] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 00:16:54.364521852  [2023-11-15 18:16:54] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...

2023-11-16 01:04:32.741433703  [2023-11-15 19:04:32] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo: Server returned 404 Not Found
2023-11-16 01:04:32.758332474  19:04:32.758 WRN [rtsp] error="streams: Post \"http://admin:***@172.XX.X.XX:8800/stream\": dial tcp 172.XX.X.XX:8800: connect: connection refused" stream=Camera_3_Frigate_Tapo
2023-11-16 01:04:32.759186550  [2023-11-15 19:04:32] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 01:04:32.759236308  [2023-11-15 19:04:32] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 01:04:34.238041809  172.XX.X.XX - - [15/Nov/2023:19:04:34 -0600] "GET /api/stats HTTP/1.1" 200 3024 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:04:39.092236400  172.XX.X.XX - - [15/Nov/2023:19:04:39 -0600] "GET /api/config HTTP/1.1" 200 9988 "http://172.XX.X.XX:8123/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "172.XX.X.XX, 172.XX.X.XX"
2023-11-16 01:04:39.092795206  172.XX.X.XX - - [15/Nov/2023:19:04:39 -0600] "GET /api/config/raw HTTP/1.1" 200 520 "http://172.XX.X.XX:8123/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "172.XX.X.XX, 172.XX.X.XX"
2023-11-16 01:04:42.237703861  172.XX.X.XX - - [15/Nov/2023:19:04:42 -0600] "GET /api/stats HTTP/1.1" 200 3024 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:04:42.746176390  [2023-11-15 19:04:42] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 01:04:42.746230159  [2023-11-15 19:04:42] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 01:04:42.746295276  [2023-11-15 19:04:42] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x55e903006140] method DESCRIBE failed: 404 Not Found
2023-11-16 01:04:42.746348440  [2023-11-15 19:04:42] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo: Server returned 404 Not Found
2023-11-16 01:04:42.763140813  19:04:42.763 WRN [rtsp] error="streams: Post \"http://admin:***@172.XX.X.XX:8800/stream\": dial tcp 172.XX.X.XX:8800: connect: connection refused" stream=Camera_3_Frigate_Tapo
2023-11-16 01:04:42.763902948  [2023-11-15 19:04:42] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 01:04:42.763972126  [2023-11-15 19:04:42] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 01:04:43.068017539  172.XX.X.XX - - [15/Nov/2023:19:04:43 -0600] "GET /api/logs/go2rtc HTTP/1.1" 200 659 "http://172.XX.X.XX:8123/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "172.XX.X.XX, 172.XX.X.XX"
2023-11-16 01:04:43.068985210  172.XX.X.XX - - [15/Nov/2023:19:04:43 -0600] "GET /api/logs/frigate HTTP/1.1" 200 1295 "http://172.XX.X.XX:8123/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "172.XX.X.XX, 172.XX.X.XX"
2023-11-16 01:04:43.072368957  172.XX.X.XX - - [15/Nov/2023:19:04:43 -0600] "GET /api/logs/nginx HTTP/1.1" 200 2595 "http://172.XX.X.XX:8123/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "172.XX.X.XX, 172.XX.X.XX"
2023-11-16 01:04:48.110566053  172.XX.X.XX - - [15/Nov/2023:19:04:48 -0600] "GET /api/config/raw HTTP/1.1" 200 520 "http://172.XX.X.XX:8123/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "172.XX.X.XX, 172.XX.X.XX"
2023-11-16 01:04:48.267466097  172.XX.X.XX - - [15/Nov/2023:19:04:48 -0600] "GET //api/config/schema.json HTTP/1.1" 200 25729 "http://172.XX.X.XX:8123/api/hassio_ingress/wGqbhEvRFaz79Gk12qgTMvZGjyx13PmwsZRPEoRkEbA/assets/yaml.worker.bundle.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "172.XX.X.XX, 172.XX.X.XX"
2023-11-16 01:04:50.239835455  172.XX.X.XX - - [15/Nov/2023:19:04:50 -0600] "GET /api/stats HTTP/1.1" 200 3024 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:04:52.750725047  [2023-11-15 19:04:52] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 01:04:52.750802187  [2023-11-15 19:04:52] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 01:04:52.750859249  [2023-11-15 19:04:52] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x561eae610140] method DESCRIBE failed: 404 Not Found
2023-11-16 01:04:52.750912254  [2023-11-15 19:04:52] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo: Server returned 404 Not Found
2023-11-16 01:04:57.932474331  [2023-11-15 19:04:57] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 01:04:57.932563713  [2023-11-15 19:04:57] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 01:04:58.239444902  172.XX.X.XX - - [15/Nov/2023:19:04:58 -0600] "GET /api/stats HTTP/1.1" 200 3057 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:05:02.758655543  [2023-11-15 19:05:02] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 01:05:02.758769065  [2023-11-15 19:05:02] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 01:05:02.758771841  [2023-11-15 19:05:02] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x55d405b98140] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-11-16 01:05:02.758858650  [2023-11-15 19:05:02] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-11-16 01:05:02.758867774  [2023-11-15 19:05:02] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Output file #0 does not contain any stream
2023-11-16 01:05:03.044382669  172.XX.X.XX - - [15/Nov/2023:19:05:03 -0600] "GET / HTTP/1.1" 200 6641 "-" "HomeAssistantSupervisor/2023.11.3 aiohttp/3.8.6 Python/3.11" "-"
2023-11-16 01:05:06.238088176  172.XX.X.XX - - [15/Nov/2023:19:05:06 -0600] "GET /api/stats HTTP/1.1" 200 3057 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:05:08.936102667  [2023-11-15 19:05:08] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 01:05:08.936118001  [2023-11-15 19:05:08] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 01:05:12.760709453  [2023-11-15 19:05:12] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 01:05:12.760791082  [2023-11-15 19:05:12] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 01:05:12.760853669  [2023-11-15 19:05:12] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x55bc60986140] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-11-16 01:05:12.760911007  [2023-11-15 19:05:12] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-11-16 01:05:12.760964416  [2023-11-15 19:05:12] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Output file #0 does not contain any stream
2023-11-16 01:05:14.239698461  172.XX.X.XX - - [15/Nov/2023:19:05:14 -0600] "GET /api/stats HTTP/1.1" 200 3090 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:05:18.124503710  [2023-11-15 19:05:18] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 01:05:18.124547694  [2023-11-15 19:05:18] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 01:05:22.237262555  172.XX.X.XX - - [15/Nov/2023:19:05:22 -0600] "GET /api/stats HTTP/1.1" 200 3057 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:05:22.766725015  [2023-11-15 19:05:22] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 01:05:22.766822928  [2023-11-15 19:05:22] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 01:05:22.768733214  [2023-11-15 19:05:22] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x561681a6c140] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-11-16 01:05:22.768818441  [2023-11-15 19:05:22] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-11-16 01:05:22.768821035  [2023-11-15 19:05:22] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Output file #0 does not contain any stream
2023-11-16 01:05:28.822548826  [2023-11-15 19:05:28] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 01:05:28.822591968  [2023-11-15 19:05:28] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 01:05:30.240906748  172.XX.X.XX - - [15/Nov/2023:19:05:30 -0600] "GET /api/stats HTTP/1.1" 200 3057 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:05:32.771318863  [2023-11-15 19:05:32] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 01:05:32.771362591  [2023-11-15 19:05:32] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 01:05:32.771390123  [2023-11-15 19:05:32] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x55859f323140] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-11-16 01:05:32.771413962  [2023-11-15 19:05:32] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-11-16 01:05:32.771434316  [2023-11-15 19:05:32] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Output file #0 does not contain any stream
2023-11-16 01:05:38.238043456  172.XX.X.XX - - [15/Nov/2023:19:05:38 -0600] "GET /api/stats HTTP/1.1" 200 3057 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:05:46.238805412  172.XX.X.XX - - [15/Nov/2023:19:05:46 -0600] "GET /api/stats HTTP/1.1" 200 3057 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:05:54.245604969  172.XX.X.XX - - [15/Nov/2023:19:05:54 -0600] "GET /api/stats HTTP/1.1" 200 3090 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:06:02.239044745  172.XX.X.XX - - [15/Nov/2023:19:06:02 -0600] "GET /api/stats HTTP/1.1" 200 3057 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:06:10.239061061  172.XX.X.XX - - [15/Nov/2023:19:06:10 -0600] "GET /api/stats HTTP/1.1" 200 3056 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:06:18.239045238  172.XX.X.XX - - [15/Nov/2023:19:06:18 -0600] "GET /api/stats HTTP/1.1" 200 3057 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:06:26.239017099  172.XX.X.XX - - [15/Nov/2023:19:06:26 -0600] "GET /api/stats HTTP/1.1" 200 3057 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:06:34.238089178  172.XX.X.XX - - [15/Nov/2023:19:06:34 -0600] "GET /api/stats HTTP/1.1" 200 3056 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:06:42.241068323  172.XX.X.XX - - [15/Nov/2023:19:06:42 -0600] "GET /api/stats HTTP/1.1" 200 3056 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:06:50.238374400  172.XX.X.XX - - [15/Nov/2023:19:06:50 -0600] "GET /api/stats HTTP/1.1" 200 3056 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:06:58.242454566  172.XX.X.XX - - [15/Nov/2023:19:06:58 -0600] "GET /api/stats HTTP/1.1" 200 3056 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:07:03.046950191  172.XX.X.XX - - [15/Nov/2023:19:07:03 -0600] "GET / HTTP/1.1" 200 6641 "-" "HomeAssistantSupervisor/2023.11.3 aiohttp/3.8.6 Python/3.11" "-"
2023-11-16 01:07:06.241186671  172.XX.X.XX - - [15/Nov/2023:19:07:06 -0600] "GET /api/stats HTTP/1.1" 200 3057 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:07:14.238977803  172.XX.X.XX - - [15/Nov/2023:19:07:14 -0600] "GET /api/stats HTTP/1.1" 200 3056 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:07:22.239778074  172.XX.X.XX - - [15/Nov/2023:19:07:22 -0600] "GET /api/stats HTTP/1.1" 200 3090 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:07:30.239019768  172.XX.X.XX - - [15/Nov/2023:19:07:30 -0600] "GET /api/stats HTTP/1.1" 200 3056 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:07:32.284932504  172.XX.X.XX - - [15/Nov/2023:19:07:32 -0600] "GET /api/config HTTP/1.1" 200 9988 "http://172.XX.X.XX:8123/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "172.XX.X.XX, 172.XX.X.XX"
2023-11-16 01:07:32.286906272  172.XX.X.XX - - [15/Nov/2023:19:07:32 -0600] "GET /api/config/raw HTTP/1.1" 200 520 "http://172.XX.X.XX:8123/config" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "172.XX.X.XX, 172.XX.X.XX"
2023-11-16 01:07:34.306639216  172.XX.X.XX - - [15/Nov/2023:19:07:34 -0600] "GET /api/logs/frigate HTTP/1.1" 200 1864 "http://172.XX.X.XX:8123/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "172.XX.X.XX, 172.XX.X.XX"
2023-11-16 01:07:34.310828856  172.XX.X.XX - - [15/Nov/2023:19:07:34 -0600] "GET /api/logs/go2rtc HTTP/1.1" 200 659 "http://172.XX.X.XX:8123/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "172.XX.X.XX, 172.XX.X.XX"
2023-11-16 01:07:34.312756179  172.XX.X.XX - - [15/Nov/2023:19:07:34 -0600] "GET /api/logs/nginx HTTP/1.1" 200 3050 "http://172.XX.X.XX:8123/logs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" "172.XX.X.XX, 172.XX.X.XX"
2023-11-16 01:07:38.240135194  172.XX.X.XX - - [15/Nov/2023:19:07:38 -0600] "GET /api/stats HTTP/1.1" 200 3056 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:07:46.239013889  172.XX.X.XX - - [15/Nov/2023:19:07:46 -0600] "GET /api/stats HTTP/1.1" 200 3056 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:07:54.240030223  172.XX.X.XX - - [15/Nov/2023:19:07:54 -0600] "GET /api/stats HTTP/1.1" 200 3089 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:07:56.681649757  [2023-11-15 19:07:56] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 01:07:56.681732030  [2023-11-15 19:07:56] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 01:08:02.238997517  172.XX.X.XX - - [15/Nov/2023:19:08:02 -0600] "GET /api/stats HTTP/1.1" 200 3023 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:08:02.777844605  [2023-11-15 19:08:02] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 01:08:02.777925398  [2023-11-15 19:08:02] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 01:08:02.779927635  [2023-11-15 19:08:02] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [segment @ 0x55fd1d276680] 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-11-16 01:08:02.780003782  [2023-11-15 19:08:02] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [segment @ 0x55fd1d276680] 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-11-16 01:08:02.780065474  [2023-11-15 19:08:02] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo: Connection timed out
2023-11-16 01:08:02.780122153  [2023-11-15 19:08:02] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   :     Last message repeated 1 times
2023-11-16 01:08:09.477506318  [2023-11-15 19:08:09] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 01:08:09.477587009  [2023-11-15 19:08:09] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 01:08:10.239209476  172.XX.X.XX - - [15/Nov/2023:19:08:10 -0600] "GET /api/stats HTTP/1.1" 200 3056 "-" "HomeAssistant/2023.11.2 aiohttp/3.8.5 Python/3.11" "-"
2023-11-16 01:08:12.782495652  [2023-11-15 19:08:12] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 01:08:12.782575498  [2023-11-15 19:08:12] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 01:08:12.784616104  [2023-11-15 19:08:12] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x55a9e4df1140] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-11-16 01:08:12.784687171  [2023-11-15 19:08:12] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-11-16 01:08:12.784745031  [2023-11-15 19:08:12] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Output file #0 does not contain any stream

FFprobe output from your camera

dont know how to do this but providing info from go2rtc

{
  "producers": [
    {
      "type": "Tapo active producer",
      "medias": [
        "video, recvonly, H264",
        "audio, recvonly, PCMA/8000",
        "audio, sendonly, PCMA/8000"
      ],
      "receivers": [
        "255 H264, bytes=186886, senders=1",
        "8 PCMA/8000, bytes=6144, senders=1"
      ],
      "recv": 208832
    }
  ],
  "consumers": [
    {
      "type": "WebRTC/WebSocket async passive consumer",
      "remote_addr": "udp4 prflx 172.xx.x.xx:50129 related :0",
      "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36",
      "medias": [
        "video, sendonly, VP8, RTX, VP9, H264, AV1, RED, ULPFEC, FLEXFEC-03",
        "audio, sendonly, OPUS/48000/2, RED/48000/2, G722/8000, PCMU/8000, PCMA/8000, CN/8000, TELEPHONE-EVENT/48000, TELEPHONE-EVENT/8000, L16, PCML"
      ],
      "senders": [
        "102 H264, bytes=186886, receivers=1",
        "8 PCMA/8000, bytes=6144, receivers=1"
      ],
      "send": 195332
    }
  ]
}

Frigate stats

No response

Operating system

HassOS

Install method

HassOS Addon

Coral version

USB

Network connection

Wired

Camera make and model

Tapo C225 Firmware: 1.0.24 Build 230731 Rel.42636n Hardware: 1.0

Any other information that may be helpful

No response

NickM-27 commented 1 year ago

Rtsp is recommended for go2rtc and only using tapo for two way talk.

kksligh commented 1 year ago

How would I only use Tapo for 2-way talk?

NickM-27 commented 1 year ago
go2rtc:
  streams:
    Camera_1_Frigate_Tapo:  <===== WORKING
      - tapo://admin:UPPCASEHASH@172.XX.X.XX
    Camera_2_Frigate_Tapo:  <===== WORKING
      - tapo://admin:UPPCASEHASH@172.XX.X.XX
    Camera_3_Frigate_Tapo:
      - ffmpeg:rtsp://user:pass@192.168.1.123/stream1
      - tapo://admin:UPPCASEHASH@172.XX.X.XX
kksligh commented 1 year ago

Thanks - its semi working, however, its still throwing errors....

2023-11-16 04:01:57.330409252  [2023-11-15 22:01:57] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 04:01:57.330433569  [2023-11-15 22:01:57] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 04:02:01.388665239  [2023-11-15 22:02:01] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 04:02:01.388719898  [2023-11-15 22:02:01] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 04:02:01.388756743  [2023-11-15 22:02:01] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [segment @ 0x55599901aa00] 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-11-16 04:02:01.388783542  [2023-11-15 22:02:01] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [segment @ 0x55599901aa00] 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-11-16 04:02:01.388804742  [2023-11-15 22:02:01] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo: Connection timed out
2023-11-16 04:02:01.388824076  [2023-11-15 22:02:01] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   :     Last message repeated 1 times
2023-11-16 04:02:06.508851080  [2023-11-15 22:02:06] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 04:02:06.508910160  [2023-11-15 22:02:06] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 04:02:11.393695110  [2023-11-15 22:02:11] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 04:02:11.393772999  [2023-11-15 22:02:11] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 04:02:11.393836016  [2023-11-15 22:02:11] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x55580bbab140] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-11-16 04:02:11.393887585  [2023-11-15 22:02:11] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-11-16 04:02:11.393938744  [2023-11-15 22:02:11] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Output file #0 does not contain any stream
2023-11-16 04:02:16.512998139  [2023-11-15 22:02:16] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process.
2023-11-16 04:02:16.513101291  [2023-11-15 22:02:16] frigate.video                  ERROR   : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread...
2023-11-16 04:02:21.398434240  [2023-11-15 22:02:21] watchdog.Camera_3_Frigate_Tapo ERROR   : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo.
2023-11-16 04:02:21.398493720  [2023-11-15 22:02:21] watchdog.Camera_3_Frigate_Tapo ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-16 04:02:21.398528907  [2023-11-15 22:02:21] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : [rtsp @ 0x55d611aa5140] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
2023-11-16 04:02:21.398558390  [2023-11-15 22:02:21] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
2023-11-16 04:02:21.398585129  [2023-11-15 22:02:21] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR   : Output file #0 does not contain any stream
kksligh commented 12 months ago

Still working but constantly throwing these errors - any thoughts?

2023-11-17 20:17:59.270989793 [2023-11-17 14:17:59] watchdog.Camera_3_Frigate_Tapo INFO : No frames received from Camera_3_Frigate_Tapo in 20 seconds. Exiting ffmpeg... 2023-11-17 20:17:59.271274532 [2023-11-17 14:17:59] watchdog.Camera_3_Frigate_Tapo INFO : Waiting for ffmpeg to exit gracefully... 2023-11-17 20:18:03.905079247 [2023-11-17 14:18:03] frigate.video ERROR : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process. 2023-11-17 20:18:03.905107682 [2023-11-17 14:18:03] frigate.video ERROR : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread... 2023-11-17 20:18:13.907396177 [2023-11-17 14:18:13] watchdog.Camera_3_Frigate_Tapo ERROR : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo. 2023-11-17 20:18:13.907413325 [2023-11-17 14:18:13] watchdog.Camera_3_Frigate_Tapo ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-11-17 20:18:13.907503445 [2023-11-17 14:18:13] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR : [segment @ 0x55ebef427080] 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-11-17 20:18:13.907506475 [2023-11-17 14:18:13] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR : [segment @ 0x55ebef427080] 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-11-17 20:18:13.907515634 [2023-11-17 14:18:13] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR : [segment @ 0x55ebef427080] Non-monotonous DTS in output stream 0:0; previous: 1438, current: 1438; changing to 1439. This may result in incorrect timestamps in the output file. 2023-11-17 20:18:13.907522387 [2023-11-17 14:18:13] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR : [segment @ 0x55ebef427080] Non-monotonous DTS in output stream 0:0; previous: 2874, current: 2874; changing to 2875. This may result in incorrect timestamps in the output file. 2023-11-17 20:18:13.907619509 [2023-11-17 14:18:13] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR : [segment @ 0x55ebef427080] Non-monotonous DTS in output stream 0:0; previous: 2875, current: 2875; changing to 2876. This may result in incorrect timestamps in the output file. 2023-11-17 20:18:13.907622783 [2023-11-17 14:18:13] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR : [segment @ 0x55ebef427080] Non-monotonous DTS in output stream 0:0; previous: 2876, current: 2875; changing to 2877. This may result in incorrect timestamps in the output file. 2023-11-17 20:18:13.907624333 [2023-11-17 14:18:13] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR : More than 1000 frames duplicated 2023-11-17 20:18:13.907640211 [2023-11-17 14:18:13] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR : rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo: Connection timed out 2023-11-17 20:18:13.907642456 [2023-11-17 14:18:13] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR : [segment @ 0x55ebef427080] Non-monotonous DTS in output stream 0:0; previous: 219425789, current: 219425789; changing to 219425790. This may result in incorrect timestamps in the output file. 2023-11-17 20:18:19.020266761 [2023-11-17 14:18:19] frigate.video ERROR : Camera_3_Frigate_Tapo: Unable to read frames from ffmpeg process. 2023-11-17 20:18:19.020311952 [2023-11-17 14:18:19] frigate.video ERROR : Camera_3_Frigate_Tapo: ffmpeg process is not running. exiting capture thread... 2023-11-17 20:18:23.912058047 [2023-11-17 14:18:23] watchdog.Camera_3_Frigate_Tapo ERROR : Ffmpeg process crashed unexpectedly for Camera_3_Frigate_Tapo. 2023-11-17 20:18:23.912062142 [2023-11-17 14:18:23] watchdog.Camera_3_Frigate_Tapo ERROR : The following ffmpeg logs include the last 100 lines prior to exit. 2023-11-17 20:18:23.912063794 [2023-11-17 14:18:23] ffmpeg.Camera_3_Frigate_Tapo.detect ERROR : rtsp://127.0.0.1:8554/Camera_3_Frigate_Tapo: Invalid data found when processing input

NickM-27 commented 12 months ago

looks like frigate is just receiving bad or no data at all from the camera

kksligh commented 12 months ago

I have been troubleshooting with TP Link Support for a few days - it was a Camera S/W issue. They just released a new firmware release - Version is 1.0.27 Build 231120 Rel.55235n

it fixes the connection issues.

Also, the username in the TAPO url HASH changes from SHA-256 vs md5 HASH before - this happened recently with firmware updates to models C211 and others. I think it probably warrants some documentation updates if its not there already.