dgreif / ring

Unofficial packages for Ring Doorbells, Cameras, Alarm System, and Smart Lighting
MIT License
1.21k stars 163 forks source link

Not able to stream video #1460

Closed grantdray closed 1 month ago

grantdray commented 1 month ago

Is there an existing issue for this?

Describe The Bug

I get this error when trying to view live video - 8/6/2024, 8:36:21 PMRing BridgeERROR[Ring Bridge 579E@Selected RTP Stream Configuration] The write handler for the characteristic 'Selected RTP Stream Configuration' on the accessory 'Kitchen' didn't respond at all!. Please check that you properly call the callback!

To Reproduce

Just watching live video

Expected behavior

I expect video to work and be able to view.

Relevant log output

8/6/2024, 8:36:21 PMRing BridgeERROR[Ring Bridge 579E@Selected RTP Stream Configuration] The write handler for the characteristic 'Selected RTP Stream Configuration' on the accessory 'Kitchen' didn't respond at all!. Please check that you properly call the callback!

Screenshots

No response

Homebridge Ring Config

{
    "platform": "Ring",
    "alarmOnEntryDelay": false,
    "sendDoorbellMotionNotificationsToTv": true,
    "sendCameraMotionNotificationsToTv": true,
    "hideUnsupportedServices": false,
    "avoidSnapshotBatteryDrain": false,
    "hideCameraLight": false,
    "nightModeBypassFor": "all",
    "refreshToken":

Additional context

No response

OS

Rasbian

Node.js Version

v22.6.0

NPM Version

v10.8.2

Homebridge/HOOBs Version

v1.7.0/v4.3.1

Homebridge Ring Plugin Version

v13.0.0

Operating System

Rasbian

tsightler commented 1 month ago

Not a lot to go on there I assume there must be more entries in the log than that. Regardless, I note that you are using bridge cameras. This is deprecated and it is highly recommended to move to unbridged cameras by setting unbridgeCameras option to true and then adding cameras individually to Homekit as individual accessories.

tsightler commented 1 month ago

Closing due to no additional logs provided and cannot reproduce.