seydx / homebridge-camera-ui

Homebridge plugin for RTSP Cameras with HSV, motion detection support, Image Rekognition, Web UI to manage/watch streams and WebApp support
MIT License
638 stars 92 forks source link

I always have an increase in processor performance from 8-10% to 60-100% after 1-2 days. Then nothing more is recorded. Only after a restart, the load drops back below 10% and everything works again. #705

Closed Baddy-HIP closed 1 year ago

Baddy-HIP commented 1 year ago

image

  "name" : "Hip",
      "prebuffering" : true,
      "prebufferLength" : 4,
      "privacySwitch" : false,
      "smtp" : {
        "email" : "Hip"
      },
      "unbridge" : true,
      "useInterfaceTimer" : false,
      "videoanalysis" : {
        "active" : true
      },
      "videoConfig" : {
        "acodec" : "libfdk_aac",
        "analyzeDuration" : 0,
        "audio" : true,
        "forceMax" : true,
        "maxHeight" : 1080,
        "maxStreams" : 1,
        "maxWidth" : 1920,
        "source" : "-i rtsp://User:pw@192.168.178.xxx:554/11",
        "stillImageSource" : "-i rtsp://User:pw@192.168.178.xxx:554/12",
        "stimeout" : 10,
        "subSource" : "-i rtsp://User:pw@192.168.178.xxx:554/12",
        "vcodec" : "copy"
      }
    }
  ],
  "ftp" : {
    "active" : false,
    "port" : 5050,
    "useFile" : false
  },
  "http" : {
    "active" : false,
    "localhttp" : false,
    "port" : 7272
  },
  "logLevel" : "info",
  "mqtt" : {
    "active" : false,
    "port" : 1883,
    "tls" : false
  },
  "name" : "CameraUI",
  "options" : {
    "videoProcessor" : "/usr/local/lib/node_modules/homebridge-camera-ui/node_modules/ffmpeg-for-homebridge/ffmpeg"
  },
  "platform" : "CameraUI",
  "port" : 8081,
  "smtp" : {
    "active" : false,
    "port" : 2727,
    "space_replace" : "+"
  },
  "ssl" : {
    "active" : false
  }
}

] }

Environment

Any ideas?

Thx Patrick

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.