kopiro / homebridge-tapo-camera

Homebridge plugin for TP-Link TAPO security cameras
ISC License
131 stars 12 forks source link

Ffmpeg exiting with code 8 and camera won't work #148

Closed Palm1ye closed 3 months ago

Palm1ye commented 3 months ago

Describe The Bug:

I can see the image of of the preview from camera when I started the Home app. Then I click to see live view of the camera and it stopping stream. But I can control Privacy Mode and other things via Home app.

Logs:

[7/27/2024, 10:38:37 AM] [tapo-camera] [Kamera] Starting video stream: native x native, native fps, ??? kbps (AAC-eld)
[7/27/2024, 10:38:40 AM] [tapo-camera] [Kamera] FFmpeg exited with code: 8 and signal: null (Error)
[7/27/2024, 10:38:40 AM] [tapo-camera] [Kamera] Stopped video stream.

Plugin Config:

{
    "cameras": [
        {
            "name": "Kamera",
            "ipAddress": "",
            "password": "",
            "streamUser": "",
            "streamPassword": "",
            "lowQuality": false
        }
    ],
    "_bridge": {
        "username": ""
    },
    "platform": "tapo-camera"
}

Environment:

Palm1ye commented 3 months ago

Installing ffmpeg-for-homebridge fixed this problem too.