kopiro / homebridge-tapo-camera

Homebridge plugin for TP-Link TAPO security cameras
ISC License
120 stars 10 forks source link

Not working in High quality mode #52

Closed Rahulsharma0810 closed 1 year ago

Rahulsharma0810 commented 2 years ago

Describe Your Problem:

Logs:


[5/9/2022, 5:32:11 PM] [tapo-camera] [Tapo C200] Starting video stream: native x native, native fps, ??? kbps (AAC-eld)
[5/9/2022, 5:32:11 PM] [tapo-camera] [Tapo C200] FFmpeg exited with code: 1 and signal: null (Error)
[5/9/2022, 5:32:11 PM] [tapo-camera] [Tapo C200] Stopped video stream.
[5/9/2022, 5:33:00 PM] [tapo-camera] [Tapo C200] Failed to fetch snapshot.
[Tapo C200 4DE5] Snapshot request handler provided empty image buffer!
[5/9/2022, 5:34:34 PM] [tapo-camera] [Tapo C200] Failed to fetch snapshot.
[Tapo C200 4DE5] Snapshot request handler provided empty image buffer!```

**Plugin Config:**

```json
        {
            "cameras": [
                {
                    "name": "Tapo C200",
                    "ipAddress": "192.168.0.51",
                    "password": "masked",
                    "streamUser": "masked",
                    "streamPassword": "masked",
                    "debug": true,
                    "lowQuality": false
                }
            ],
            "platform": "tapo-camera"
        }```

**Screenshots:**
No thumbnail or video

**Environment:**

* **Plugin Version**:
* **Homebridge Version**: 1.4.1
* **Node.js Version**: 16.15.0
* **NPM Version**:  8.5.5
* **Operating System**:  Docker

`"lowQuality": true` is working Fine
kopiro commented 1 year ago

That's interesting.

Where are you running Homebridge? Is the device powerful enough to stream 1080p stream?

ChihyoA commented 1 year ago

Having the same issue, I'm using RPI 3 B+, still showing pretty low CPU and memory usage, so not sure why