Hallo zusammen, ich bin neu hier und neu im Homebridge Geschäft.
Ich habe eine Raspberry Pi4, Homebridge istalliert, als Plugins: CameraUI, Fritzbox, EVZIZ
Leider bekomme ich meine Kamera nicht ans laufen. Beide nicht. Sie erscheinen im Homekit aber ich bekomme kein Bild.
FFmpeg habe ich (hoffentlich richtig
) installier auf dem Pi4
Ich gehe davon aus, dass die Benutzeranmeldunng fehlt. Finde aber nirgends in CameraUi das Eingabefeld dazu. Per VNC komme ich zur Kamera und da fragt er auch brav nach den Benutzerdaten.
Folgender Fehler wird mir in CameraUi angezeigt:
Garten: FFmpeg videoanalysis process exited with error! (null) - [rtsp @ 0xf79c3220] method DESCRIBE failed: 401 Unauthorized - [in#0 @ 0xf79c4920] Error opening input: Server returned 401 Unauthorized (authorization failed) Error opening input file rtsp://192.168.178.71:554/stream1. Error opening input files: Server returned 401 Unauthorized (authorization failed)
So sieht die config aus:
{
"logLevel": "info",
"port": 8081,
"atHomeSwitch": false,
"options": {
"videoProcessor": "ffmpeg"
},
"ssl": {
"active": false
},
"http": {
"active": false,
"port": 7272,
"localhttp": false
},
"smtp": {
"active": false,
"port": 2727,
"space_replace": "+"
},
"ftp": {
"active": false,
"useFile": false,
"port": 5050
},
"mqtt": {
"active": false,
"tls": false,
"port": 1883
},
"cameras": [
{
"name": "Garten",
"motionTimeout": 15,
"prebuffering": null,
"videoConfig": {
"source": "-i rtsp://192.168.178.71:554/stream1",
"stillImageSource": "-i rtsp://192.168.178.71:554/stream1",
"stimeout": 10,
"audio": null,
"debug": true,
"subSource": "-i rtsp://192.168.178.71:554/stream1",
"rtspTransport": null,
"vcodec": null,
"acodec": null
},
"mqtt": {},
"smtp": {
"email": "Garten"
},
"videoanalysis": {
"active": true
},
"unbridge": true,
"motion": true,
"doorbell": null,
"switches": null,
"motionDoorbell": null,
"excludeSwitch": null,
"privacySwitch": true,
"manufacturer": "tapo",
"model": "TC65",
"serialNumber": "12345",
"prebufferLength": 4,
"hsv": false,
"subtype": "camera"
}
]
}
Alles anzeigen