Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
325 views
in Technique[技术] by (71.8m points)

http - Accessing IP Camera stream in browser

I am trying to access stream of ip camera in browser, I can access it via its dedicated mobile app but unable to access the ip in browser. I don't have in depth network knowledge. But I guess there must be a way to achieve this if there is a way to identify the protocols used by camera. I am using hdwificampro, any direction to proceed. Is there a checklist to follow to find this out?

question from:https://stackoverflow.com/questions/65650898/accessing-ip-camera-stream-in-browser

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

What is the camera brand?

The first step is to discover the ip address and port of the camera. Usually, each camera manufacturer offers a software tool that is able to scan your network to retrieve the IP address of the camera.

For example, with a Uniview camera, you would use their EZTool, as described here: https://rtspplayer.com/?p=238

If the camera is ONVIF compatible, you could be able to discover the camera using ONVIF Device Manager: https://sourceforge.net/projects/onvifdm/

Finally, once you get the ipaddress, you only need to type it in your browser, using this format: http://ipaddress:port/


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...