Stream Http problem

vanni93

n3wb
Apr 18, 2019
10
0
Italy
Hello,
I have a DS-2CD1023G0-I cam and I would like to visualize live stream on a web page.
I have already set the sub stream to mjpeg and activate the Hikvision GCI.

Putting this url I'm able to take snapshot: ipcam/Streaming/channels/102/picture

But putting this one I'm not able to see live stream:
Ipcam/Streaming/channels/102/preview or httppreview

Are there othere settings to able/disable?
How can I solve this problem?

Thank you very much
 
Last edited:
Try these, re-submitted below, substream is second entry:

Code:
Main Stream
 rtsp://192.168.1.100:554/Streaming/Channels/101/
 rtsp://admin:examplepass123!@192.168.1.100:554/Streaming/Channels/101/

Sub Stream
 rtsp://192.168.1.100:554/Streaming/Channels/102/
 rtsp://admin:examplepass123!@192.168.1.100:554/Streaming/Channels/102

Also, you can't view in IE, as a viewer would be needed OR use Chrome, no viewer needed.
 
Try these, re-submitted below, substream is second entry:

Code:
Main Stream
 rtsp://192.168.1.100:554/Streaming/Channels/101/
 rtsp://admin:examplepass123!@192.168.1.100:554/Streaming/Channels/101/

Sub Stream
 rtsp://192.168.1.100:554/Streaming/Channels/102/
 rtsp://admin:examplepass123!@192.168.1.100:554/Streaming/Channels/102

Also, you can't view in IE, as a viewer would be needed OR use Chrome, no viewer needed.
Thank you
I am trying with chrome but nothing happens.
How is it possible that I am able to take a picture on IE but not a video stream?
 
There are two ways. You could use third-party software that modifies the stream into a format a browser can play (such as Blue Iris).

Or, to view the stream in the camera's web interface, you need to use a browser which supports their old plugins. Such as Pale Moon 32 bit. Internet Explorer could work too, but Internet Explorer is a pain in the ass so I wouldn't recommend that approach.
 
There are two ways. You could use third-party software that modifies the stream into a format a browser can play (such as Blue Iris).

Or, to view the stream in the camera's web interface, you need to use a browser which supports their old plugins. Such as Pale Moon 32 bit. Internet Explorer could work too, but Internet Explorer is a pain in the ass so I wouldn't recommend that approach.
Unofortunately IE is the browser I need.
Any tutorial/manual/guide to do this? You will save my day