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
647 stars 92 forks source link

The recording process was aborted by HSV with reason "UNEXPECTED_FAILURE" #607

Closed abuaz01 closed 2 years ago

abuaz01 commented 2 years ago

Hi @seydx I have this Problem with my configuration. I use a Annke c500 Camera. The Hikvison Camera that i use has no problems WARNING Eingang: The recording process was aborted by HSV with reason "UNEXPECTED_FAILURE"

 {
                    "name": "Eingang",
                    "motion": true,
                    "motionTimeout": 15,
                    "unbridge": true,
                    "hsv": true,
                    "prebuffering": true,
                    "forcePrebuffering": true,
                    "prebufferLength": 4,
                    "hksvConfig": {
                        "source": "-i rtsp://homebridge:xxxxxxxxxxx@192.168.2.120:554/Streaming/Channels/102/",
                        "audio": true
                    },
                    "videoConfig": {
                        "source": "-i rtsp://homebridge:xxxxxxxxxxx@192.168.2.120:554/Streaming/Channels/102/",
                        "subSource": "-i rtsp://homebridge:xxxxxxxxxxx@192.168.2.120:554/Streaming/Channels/102/",
                        "stillImageSource": "-i rtsp://homebridge:xxxxxxxxxxx@192.168.2.120:554/Streaming/Channels/102/",
                        "rtspTransport": "tcp",
                        "vcodec": "copy",
                        "acodec": "libfdk_aac",
                        "audio": true
                    },
                    "smtp": {
                        "email": "Eingang"
                    },
                    "videoanalysis": {
                        "active": true
                    },
                    "mqtt": {}
                }
grafik
abuaz01 commented 2 years ago

Push

stale[bot] commented 2 years 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.