Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HSV no longer works - aborted Warning in LOG "TIMEOUT" and "UNEXPECTED_FAILURE" #733

Closed
monza258 opened this issue Mar 5, 2023 · 2 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@monza258
Copy link

monza258 commented Mar 5, 2023

Environment

  • Node.js Version: v18.13.0
  • Homebridge Version: v1.5.1
  • Camera UI Version: v5.0.28-Beta.0
  • Operating System: Raspberry Pi 4
  • iOS 16.3 and 16.4 Beta

When Camera Detect a Motion, I got some Warnings and UI will not record any Motion.

Dome: The recording process was aborted by HSV with reason "UNEXPECTED_FAILURE"
Eingang: The recording process was aborted by HSV with reason "TIMEOUT"

I have five cameras and none work.

Config:

 "name": "Eingang",
                    "manufacturer": "Besder",
                    "model": "50X50-WG",
                    "serialNumber": "12345",
                    "excludeSwitch": true,
                    "privacySwitch": true,
                    "motion": true,
                    "doorbell": false,
                    "switches": false,
                    "useInterfaceTimer": true,
                    "motionTimeout": 30,
                    "unbridge": true,
                    "hsv": true,
                    "prebuffering": true,
                    "prebufferLength": 4,
                    "hksvConfig": {
                        "source": "-i rtsp://admin:[email protected]:554/user=admin_password=XXX_channel=1_stream=0.sdp",
                        "maxWidth": 1280,
                        "maxHeight": 720,
                        "maxFPS": 30,
                        "vcodec": "copy",
                        "acodec": "libfdk_aac",
                        "audio": false
                    },
                    "videoConfig": {
                        "source": "-i rtsp://admin:[email protected]:554/user=admin&password=XXX&channel=1&stream=0.sdp",
                        "subSource": "-i rtsp://admin:[email protected]:554/user=admin_password=XXX_channel=0_stream=1.sdp",
                        "stillImageSource": "-i rtsp://admin:[email protected]:554/user=admin&password=XXX&channel=0&stream=1.sdp",
                        "rtspTransport": "tcp",
                        "maxStreams": 4,
                        "vcodec": "copy",
                        "acodec": "libfdk_aac",
                        "stimeout": 30,
                        "audio": false,
                        "debug": false
                    },
                    "smtp": {
                        "email": "Eingang"
                    },
                    "videoanalysis": {
                        "active": false
                    },
                    "mqtt": {}

Camera Setting:

Camsettings

@monza258 monza258 added the bug Something isn't working label Mar 5, 2023
@stale
Copy link

stale bot commented May 9, 2023

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.

@stale stale bot added the wontfix This will not be worked on label May 9, 2023
@stale stale bot closed this as completed May 21, 2023
@mkz212
Copy link
Contributor

mkz212 commented Oct 23, 2023

Probable solution: #855

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants