HIKvision MJPEG stream authentication

staxza

n3wb
Joined
May 11, 2018
Messages
3
Reaction score
1
I need to integrate 7 Hikvsion IP cameras and 1 Onvif Doorbird camera to show on an RTI touchscreen.

The Doorbird mjpeg camera stream is showing on the touchscreen and integrated to the HIKvision DS 7600 NVR

The RTI KX10 touchscreen can only view an MJPEG stream and user input is not an option.

I can view the MJPEG substream from a browser but it still asked for user & password

One camera is connected directly to the network switch (not the NVR) and has the same problem

I am using the following address with password authentication, but it still asked for user & password

http://<username>:<password>@192.168.1.230:65001/Streaming/channels/102/httpPreview

What camera setting do I need to allow a stream without a user input or is there anyway to disable authentication?

I tried every setting but still cannot view the cameras from the touchscreen.
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
17,023
Reaction score
39,605
Location
Alabama
From @Dreamboat , post #3 ==>> here.

"...First you have to set the sub stream to MJPEG while this is the only one available for MJPEG request (2xx2 IP cam series).
Then use the following syntax:
Code:
http://user:pass@ip_address/Streaming/channels/102/httppreview
" end of quote
 

staxza

n3wb
Joined
May 11, 2018
Messages
3
Reaction score
1
I have set the sub stream to MJPEG and the object size is matching the stream size. I have mention that I have tested the stream in a browser and it is working
but its asking for a user & password. I need the stream to be authenticated from the address. Security on the camera is not allowing me to stream.
 
Joined
Jul 5, 2018
Messages
1
Reaction score
0
Location
Germany
have you come any further .... in the newer firmwares, there seems to be no solutions so far?
 

staxza

n3wb
Joined
May 11, 2018
Messages
3
Reaction score
1
Adding a user and using that user to authenticate instead of the admin user worked.
 
Top