samemory / homebridge-eufy-security

Work in progress
Apache License 2.0
97 stars 14 forks source link

[Bug]: #330

Closed Sweeded closed 2 years ago

Sweeded commented 2 years ago

What happened?

I am having issue getting live stream working on my Eufy Batter Doorbell. I can see it in HomeKit but getting no response. Other feature works such as chime coming from HomePods

Device Type

Doorbell (Supported)

Plugin Version

v1.0.x (Supported)

HomeBridge Version

v1.3.x (Supported)

NodeJS Version

v16 (Supported)

Operating System

Mac OS X 11+ (Supported)

Relevant log output

[1/13/2022, 7:05:54 PM] [EufySecurity-1.0.8] DEBUG: Fetching snapshot took 0.012 seconds. Doorbell false
[1/13/2022, 7:05:57 PM] [EufySecurity-1.0.8] DEBUG: Video stream requested: 1280 x 720, 30 fps, 299 kbps Doorbell false
[1/13/2022, 7:05:57 PM] [EufySecurity-1.0.8] INFO:  Starting video stream: 1280 x 720, 30 fps, 299 kbps (AAC-eld) Doorbell
[1/13/2022, 7:05:57 PM] [EufySecurity-1.0.8] DEBUG: Stream command: ffmpeg -i rtmp://mediaserver-usa3.eufylife.com/hls/VDgwMTBQMTMyMTI5NEUxM18wXzJfYjU2OQ==?time=1642061394&token=510c258b14f148d6a9c53d777dc0 -an -sn -dn -codec:v libx264 -pix_fmt yuv420p -color_range mpeg -r 30 -f rawvideo -preset ultrafast -tune zerolatency -filter:v scale='min(1280,iw)':'min(720,ih)':force_original_aspect_ratio=decrease,scale=trunc(iw/2)*2:trunc(ih/2)*2 -b:v 299k -payload_type 99 -ssrc 5442046 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params eQWVLmLTrmXvjyNIKIpGcw93+TKfrHN466fNBGgZ srtp://192.168.68.105:57726?rtcpport=57726&pkt_size=1316 -vn -sn -dn -codec:a aac -profile:a aac_eld -flags +global_header -f null -ar 16k -b:a 24k -ac 1 -payload_type 110 -ssrc 4266350 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params znoxmhUnNEVQf5qLQRIObPmHoh2bhQFuppA97Pca srtp://192.168.68.105:53728?rtcpport=53728&pkt_size=188 -loglevel level -progress pipe:1 Doorbell false
[1/13/2022, 7:05:57 PM] [EufySecurity-1.0.8] ERROR: FFmpeg process creation failed: spawn ffmpeg ENOENT Doorbell
[1/13/2022, 7:05:57 PM] [EufySecurity-1.0.8] INFO:  Stopped video stream. Doorbell
github-actions[bot] commented 2 years ago

Did you check this Common Issues pages ?

schliemann commented 2 years ago

"spawn ffmpeg ENOENT Doorbell" means that ffmpeg could not be found.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 2 years ago

This issue was closed because it has been stalled for 5 days with no activity.