You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scrypted version v0.118.0
onvif plugin v0.1.28
homekit plugin v1.2.61
i currently inplemented the reolink hub
this device acts as a central point for all the reolink camera's
From the hub you can expose all the devices through ONVIF by using the hub's ip address and credentials
so each device you create in the ONVIF plugin has info of ALL the streams of ALL devices.
in case you have 2 devices connected to the hub it will create a total of 4 streams in the onvif device
Per onvif device in scrypted you can map the streams themselfs to the approrpiate fields(prebuffered,local,remote)
so each onvif device only uses ITS OWN device streams
this works perfectly for both video and audio.
However it seems that the 2 way audio talk functionalty defaults to stream0(the first stream created)
E.g.
Onvif device 1 Reolink Argus track camera connected through hub
mapped streams used and mapped to the various fields (prebuffered,local,medium)
Profile000_MainStream
Profile001_SubStream
NOT USED Profile010_MainStream
NOT USED Profile011_SubStream
with this camera 2 way audio works in homekit
When talking from homekit(iphone) to this camera sound is heared back on the camera and vice versa
Onvif device 2 Reolink doorbell connected through hub
mapped streams used and mapped to the various fields (prebuffered,local,medium)
NOT USED Profile000_MainStream
NOT USED Profile001_SubStream
Profile010_MainStream
Profile011_SubStream
when using 2 way audio with this device
When talking from homekit(iphone) to this doorbell sound is heared back on the camera which is using Profile000/001 stream
so it looks like the audio channel for receiving sound is defaulting to the first onvif profile
please make a version available which can deal with devices like the reolink hub so we can choose the corrrect onvif profiles for 2 way audio also
thanks
it seems this issue needs fixing, especially if you want to support NVR's and hubs because the create multiple device streams and broadcast that as 1 onvif device
i totally deleted my setup, added my doorbell as first device(to make sure 2 way audio works with homekit) and added the other camera.
if only i could have selected which profile is being used for 2 way audio!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
This discussion was converted from issue #1602 on October 07, 2024 14:14.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Scrypted version v0.118.0
onvif plugin v0.1.28
homekit plugin v1.2.61
i currently inplemented the reolink hub
this device acts as a central point for all the reolink camera's
From the hub you can expose all the devices through ONVIF by using the hub's ip address and credentials
so each device you create in the ONVIF plugin has info of ALL the streams of ALL devices.
in case you have 2 devices connected to the hub it will create a total of 4 streams in the onvif device
Per onvif device in scrypted you can map the streams themselfs to the approrpiate fields(prebuffered,local,remote)
so each onvif device only uses ITS OWN device streams
this works perfectly for both video and audio.
However it seems that the 2 way audio talk functionalty defaults to stream0(the first stream created)
E.g.
Onvif device 1 Reolink Argus track camera connected through hub
mapped streams used and mapped to the various fields (prebuffered,local,medium)
Profile000_MainStream
Profile001_SubStream
NOT USED Profile010_MainStream
NOT USED Profile011_SubStream
with this camera 2 way audio works in homekit
When talking from homekit(iphone) to this camera sound is heared back on the camera and vice versa
Onvif device 2 Reolink doorbell connected through hub
mapped streams used and mapped to the various fields (prebuffered,local,medium)
NOT USED Profile000_MainStream
NOT USED Profile001_SubStream
Profile010_MainStream
Profile011_SubStream
when using 2 way audio with this device
When talking from homekit(iphone) to this doorbell sound is heared back on the camera which is using Profile000/001 stream
so it looks like the audio channel for receiving sound is defaulting to the first onvif profile
please make a version available which can deal with devices like the reolink hub so we can choose the corrrect onvif profiles for 2 way audio also
thanks
it seems this issue needs fixing, especially if you want to support NVR's and hubs because the create multiple device streams and broadcast that as 1 onvif device
i totally deleted my setup, added my doorbell as first device(to make sure 2 way audio works with homekit) and added the other camera.
if only i could have selected which profile is being used for 2 way audio!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Beta Was this translation helpful? Give feedback.
All reactions