homebridge-tapo-camera icon indicating copy to clipboard operation
homebridge-tapo-camera copied to clipboard

C520WS Stream not loading

Open TillyMasters1 opened this issue 9 months ago • 3 comments

Describe The Bug:

So without any errors it says its starting video stream and the video just keeps loading on my phone and never actually starts until it ends up saying no response although the screen capture shows like normal, every now and then it kind of looks like it loading but no audio.

To Reproduce:

idk what you want here, idk how to explain how to reproduce if it need to explain.

Expected behaviour:

obviously the expected behaviour would be that the stream would load and audio be working.

Logs:

[5/25/2024, 4:26:20 PM] [tapo-camera] [Driveway Camera] Starting video stream: native x native, native fps, ??? kbps (AAC-eld)
[5/25/2024, 4:26:51 PM] [tapo-camera] [Driveway Camera] Stopped video stream.

Plugin Config:

{
    "cameras": [
        {
            "name": "Driveway Camera",
            "ipAddress": "10.10.1.10",
            "password": "....",
            "streamUser": "....",
            "streamPassword": "....",
            "pullInterval": 10000,
            "debug": true,
            "disablePrivacyAccessory": false,
            "disableAlarmAccessory": false,
            "disableMotionAccessory": false,
            "lowQuality": false
        }
    ],
    "platform": "tapo-camera"
}

Environment:

  • Plugin Version: v2.3.4
  • Homebridge Version: v1.8.2
  • Node.js Version: v20.9.0
  • NPM Version: v10.2.3
  • Operating System: hb-service (Synology Nas package)

TillyMasters1 avatar May 25 '24 07:05 TillyMasters1