Hikvision DS-KD8003-IME - New video doorbell

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
Got some info, notifications issue will be fixed in 4.18, rls date in August
 

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
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
 

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
or if someone can export me an camera config, where RTSP is used on an indoor panel :)
 

user8963

Known around here
Joined
Nov 26, 2018
Messages
1,465
Reaction score
2,315
Location
Christmas Island
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:

user8963

Known around here
Joined
Nov 26, 2018
Messages
1,465
Reaction score
2,315
Location
Christmas Island
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 :(
 

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
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 ?
 

user8963

Known around here
Joined
Nov 26, 2018
Messages
1,465
Reaction score
2,315
Location
Christmas Island
:( 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
 

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
:( 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
 

user8963

Known around here
Joined
Nov 26, 2018
Messages
1,465
Reaction score
2,315
Location
Christmas Island

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
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
 

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
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
 

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
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
 

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
ahh, you mean i need to convert the number in other direction, ok let me try :)
 

NoFate

Getting the hang of it
Joined
Oct 24, 2020
Messages
479
Reaction score
63
Location
Belgium
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!!
 

user8963

Known around here
Joined
Nov 26, 2018
Messages
1,465
Reaction score
2,315
Location
Christmas Island
yes sorry, i mean it like that. sure you need to read it pair wise... its the same on all mifare readers... not sure why
 
Top