STREAM MJPEG DS-2CD2620F-I

Joined
Dec 26, 2016
Messages
3
Reaction score
0
Good morning.

And delighted to be in the community.


I have a HIKVISION camera of model DS-2CD2620F-I.

Can u tell me the correct URL for the MJPEG-Stream For software I'm developing

Days ago I'm trying but I could not find the right route

I already try this:

http://admin:123456789a@192.168.1.64/Streaming/channels/102/httppreview
http://admin:123456789a@192.168.1.64/Streaming/channels/102/preview
http://admin:123456789a@192.168.1.64/cgi/mjpg/mjpeg.cgi

Also with channels : 1 - 2 - 101

No luck yet.

In the firefox browser works perfectly.

Should we add something to the configuration of the camera to transmit by MJPEG?

I have only been able to transmit by RTPS
 

alastairstevenson

Staff member
Joined
Oct 28, 2014
Messages
15,930
Reaction score
6,779
Location
Scotland
It may be that the main stream does not support MJPEG.
First check out the configured status using :
http://<IPC_IP_address>/Streaming/channels/101
http://<IPC_IP_address>/Streaming/channels/102

Then check out the capabilities in the browser like so:
http://<IPC_IP_address>/Streaming/channels/1/capabilities
http://<IPC_IP_address>/Streaming/channels/2/capabilities
and see which stream supports MJPEG.

Then use the web GUI configuration to select MJPEG for the best stream that supports it, and check out the revised status using :
http://<IPC_IP_address>/Streaming/channels/101
http://<IPC_IP_address>/Streaming/channels/102
 

alastairstevenson

Staff member
Joined
Oct 28, 2014
Messages
15,930
Reaction score
6,779
Location
Scotland
Your screenshots show that both main stream and substream are currently set to use h.264 encoding.
They show that only substream can provide MJPEG encoding.

Therefore you need to use the camera web GUI to change the video settings for substream to use MJPEG.
 
Top