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

Streaming of C225 doesn't work, freeze frame does #127

Open
nicklayb opened this issue Apr 11, 2024 · 7 comments
Open

Streaming of C225 doesn't work, freeze frame does #127

nicklayb opened this issue Apr 11, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@nicklayb
Copy link

Describe The Bug:
Newly added camera doesn't stream, it loads indefinitely and ends up with "

To Reproduce:

  • Add the camera to homekit
  • Freeze frames works, streaming don't

Expected behavior:

  • Streaming should be working

Logs:

FFMPEG Debug is enabled though I don't see much things

[4/10/2024, 9:38:10 PM] Homebridge v1.7.0 (HAP v0.11.1) (homebridge-tapo-camera) is running on port 41508.
[Moniteur@@Serial Number] characteristic was supplied illegal value: number instead of string, supplying illegal values will throw errors in the future
[4/10/2024, 9:38:11 PM] Moniteur E515 is running on port 39077.
[4/10/2024, 9:38:11 PM] Please add [Moniteur E515] manually in Home app. Setup Code: 306-50-080
[4/10/2024, 9:40:15 PM] [homebridge-tapo-camera] [Moniteur] Starting video stream: native x native, native fps, ??? kbps (AAC-eld)
[4/10/2024, 9:40:19 PM] [homebridge-tapo-camera] Setting privacy to off
[4/10/2024, 9:40:24 PM] [homebridge-tapo-camera] Setting privacy to on
[4/10/2024, 9:40:28 PM] [homebridge-tapo-camera] [Moniteur] Stopped video stream.
[4/10/2024, 9:41:22 PM] [homebridge-tapo-camera] [Moniteur] Starting video stream: native x native, native fps, ??? kbps (AAC-eld)
[4/10/2024, 9:41:55 PM] [homebridge-tapo-camera] [Moniteur] Stopped video stream.
[4/10/2024, 9:42:59 PM] [homebridge-tapo-camera] [Moniteur] Starting video stream: native x native, native fps, ??? kbps (AAC-eld)
[4/10/2024, 9:43:00 PM] [homebridge-tapo-camera] [Moniteur] Stopped video stream.
[4/10/2024, 9:43:03 PM] [homebridge-tapo-camera] [Moniteur] Starting video stream: native x native, native fps, ??? kbps (AAC-eld)
[4/10/2024, 9:43:04 PM] [homebridge-tapo-camera] [Moniteur] Stopped video stream.

Plugin Config:
(The IP is a static address fixed in the router)

            "cameras": [
                {
                    "name": "Moniteur",
                    "ipAddress": "192.168.1.97",
                    "password": "XXXXXXXXX",
                    "streamUser": "XXXXXXXXX",
                    "streamPassword": "XXXXXXXXX",
                    "debug": true,
                    "disablePrivacyAccessory": false,
                    "disableAlarmAccessory": true,
                    "privacyAccessoryName": "Yeux"
                }
            ],
            "_bridge": {
                "username": "0E:FA:DB:02:62:5F",
                "port": 41508
            },
            "platform": "tapo-camera"

Screenshots:
No response

Freeze frame

Environment:

  • Plugin Version: 2.3.4
  • Homebridge Version: 1.7.0
  • Node.js Version: 18.19.0
  • NPM Version: 10.2.3
  • Operating System: Ubuntu on x86_64 CPU
@nicklayb nicklayb added the bug Something isn't working label Apr 11, 2024
@techsupport89
Copy link

I am having the same issue with two c120's

@bone3dw
Copy link

bone3dw commented Apr 19, 2024

I also have the same problem with c120s while the c100 works perfectly fine on the same network

@brakulla
Copy link

I have the same issue with C210

@nickstar14
Copy link

I'm experiencing the same issue with a C225, has there been any progress regarding this issue @kopiro?

@kopiro
Copy link
Owner

kopiro commented Aug 28, 2024

Can you update the plugin to latest version, enable Homebridge in debug mode, restart and post the logs here?

@CatchGus
Copy link

I'm experiencing the same issue. Snapshots work, but the stream fails. I enabled debug mode but the logs are the same as the original post.

[14/09/2024, 09:35:31] [tapo-camera/Tapo camera] [Tapo camera] Starting video stream: native x native, native fps, ??? kbps (AAC-eld)
[14/09/2024, 09:36:04] [tapo-camera/Tapo camera] [Tapo camera] Stopped video stream.
[14/09/2024, 09:38:58] [tapo-camera/Tapo camera] [Tapo camera] Starting video stream: native x native, native fps, ??? kbps (AAC-eld)
[14/09/2024, 09:39:03] [tapo-camera/Tapo camera] [Tapo camera] Stopped video stream.

@racerx9146
Copy link

same issue with c120 get occasional snap shot but stream never happens

17/10/2024, 13:06:49] [homebridge-tapo-camera/Rat Cam] [Rat Cam] Starting video stream: native x native, native fps, ??? kbps (AAC-eld)
[17/10/2024, 13:07:22] [homebridge-tapo-camera/Rat Cam] [Rat Cam] Stopped video stream.

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

No branches or pull requests

8 participants