Hikvision DS-KD8003-IME - New video doorbell

Got some info, notifications issue will be fixed in 4.18, rls date in August
 
  • Like
Reactions: kesawi
you can also try it with auth if mainstream has 264....

add one cam as hik...

export as xml, edit import again..

edit it like this (WITH PORT 0)

if not work, instead of Direct ... URL .. then put rtsp url in without user:password@

& in stream url have to be &
Hi, i am back from vacation, so testing this out, i want to try rtsp
can uou show me an example of your xml with rtsp in it? if i export and change to rtsp, import again, ivms crashes :)

here is an rtsp url for example :

rtsp:/syno:xxx@192.168.0.14:554/Sms=17.unicast

here is xml that crashes

1626892613021.png
 
stream mode have to be

URL

and yes, it may crash because you put some other weird stuff in it ??

Code:
<?xml version="1.0" encoding="utf-8"?>
<MonitorInfo>
<MoniInfo>
<strRelateChannel>1</strRelateChannel>
<strDeviceName>Teich</strDeviceName>
<StreamMode>URL</StreamMode>
<strUrl>rtsp:/10.0.1.10:554/cam/realmonitor?channel=1&amp;subtype=1&amp;unicast=true&amp;proto=Onvif</strUrl>
<strFacProtocol></strFacProtocol>
<strUserName></strUserName>
<strPassWord></strPassWord>
<strIP></strIP>
<strPort></strPort>
<strTransType></strTransType>
<strChannel></strChannel>
<strPeriodNo></strPeriodNo>
<strBuildNo></strBuildNo>
<strUnitNo></strUnitNo>
<strIndex></strIndex>
<strDeviceType>1</strDeviceType>
</MoniInfo>
</MonitorInfo>
 
Last edited:
i posted code above.

but like i told you, you cannot use username and password... that is not working !

if you are using h264 as mainstream you can try something like this...

Code:
<?xml version="1.0" encoding="utf-8"?>
<MonitorInfo>
<MoniInfo>
<strRelateChannel>1</strRelateChannel>
<strDeviceName>test</strDeviceName>
<StreamMode>Direct</StreamMode>
<strUrl></strUrl>
<strFacProtocol>ONVIF</strFacProtocol>
<strUserName>viewer</strUserName>
<strPassWord>Test1234</strPassWord>
<strIP>10.0.1.10</strIP>
<strPort>554</strPort>
<strTransType>Main Stream</strTransType>
<strChannel>0</strChannel>
<strPeriodNo></strPeriodNo>
<strBuildNo></strBuildNo>
<strUnitNo></strUnitNo>
<strIndex></strIndex>
<strDeviceType>2</strDeviceType>
</MoniInfo>
</MonitorInfo>


the hik display can get mainstream url via onvif, if on same network, it is working... but you cant get substream :(
 
i posted code above.

but like i told you, you cannot use username and password... that is not working !

if you are using h264 as mainstream you can try something like this...

Code:
<?xml version="1.0" encoding="utf-8"?>
<MonitorInfo>
<MoniInfo>
<strRelateChannel>1</strRelateChannel>
<strDeviceName>test</strDeviceName>
<StreamMode>Direct</StreamMode>
<strUrl></strUrl>
<strFacProtocol>ONVIF</strFacProtocol>
<strUserName>viewer</strUserName>
<strPassWord>Test1234</strPassWord>
<strIP>10.0.1.10</strIP>
<strPort>554</strPort>
<strTransType>Main Stream</strTransType>
<strChannel>0</strChannel>
<strPeriodNo></strPeriodNo>
<strBuildNo></strBuildNo>
<strUnitNo></strUnitNo>
<strIndex></strIndex>
<strDeviceType>2</strDeviceType>
</MoniInfo>
</MonitorInfo>


the hik display can get mainstream url via onvif, if on same network, it is working... but you cant get substream :(
but that example is onvif? right?

ok, let me try, my foscam do support onvif, but not on 554 , cause 554 is rtsp ?
 
:( thats sad...

and HIK protocol works import export again ? then it only supports hik ... not sure why, maybe ivms block it
according to logs it use same connect method as HIK protocol in URL mode

is there any error? right on button of new windows in ivms when importing
 
:( thats sad...

and HIK protocol works import export again ? then it only supports hik ... not sure why, maybe ivms block it
according to logs it use same connect method as HIK protocol in URL mode
yeah, if export / import with hik, then it works indeed

anyway;, my 93/95 xx series will be replaced anyway, so i wait for next versions :)

anyway, back to some ISAPI testing on it , got some nice features already for Home Assistant
 
yeah, i have that one, its "old" :-)

there should be a new revision with newer android, and more memory, but normally for sept/okt/nov
 
Hi,

i have an intercom DS-KD8003, for registering mifare badges, i need to first swipe the master card, then register some badges and swipe the card again
in IVMS, i can see all registered cards

Lets say, i loose the master card...


Is there an easy way to obtain those values? so i can add them manually in IVMS?

i tried reading those card with my NFC chip on my phone, it reads a HEX number, but when i convert to DEC, its still not the same number
i have also some ELATEC USB mifare reader, that one is also reading the wrong number

So how can i obtain those card numbers?

thnx in advance
 
if i open IVMS, in persons, the values there, those dont match with the UID from another reader, like my android phone or another USB hardware reader
so thats the issue, how can obtain the UID , i dont think the values in "persons" in ivms are NOT the UID
 
ok, found it , you need to backwards the pairs , not the whole string
so lets say you have in HEX
12:34:56:78 => turn it around into => 78:45:34:12 => convert to dig :)

thnx for pointing me!!