mohamedsalah 0 Share Posted June 9, 2019 Hi guys I have some trouble to found url for my ip camera can anyone help me Quote Link to post Share on other sites
0 kevin 27 Share Posted June 10, 2019 You need the url so you cam add it to the HC? You really need to give more information. Which brand and model ip camera? Quote Link to post Share on other sites
0 mohamedsalah 0 Author Share Posted June 11, 2019 (edited) hikvision Network Mini Dome Camera and i have ip and username and password but i dont now how to find lur for jpg and mjpe Edited June 11, 2019 by mohamedsalah Quote Link to post Share on other sites
0 10der 656 Share Posted June 11, 2019 Lol two messages and nothing usefully about cam Sir, your cam is https://us.hikvision.com/en/products/cameras/network-camera/value-series/compact-dome/4mp-network-mini-dome-camera-ds-2cd2542fwd-iws as I can understand more than Quote Link to post Share on other sites
0 mohamedsalah 0 Author Share Posted June 11, 2019 Sir that's my problem I can't found the right url for that camera Quote Link to post Share on other sites
0 Guest dobsovicj Share Posted June 11, 2019 Hello, you didnt read the post from @10der carefully... Try to use the path without "ISAPI": Enter only /Streaming/channels/1/picture Quote Link to post Share on other sites
0 mohamedsalah 0 Author Share Posted June 12, 2019 Hi my came model is DS-2CD2543GO-IS Hikvision and i tried that url /Streaming/channels/1/picture not work yet Quote Link to post Share on other sites
0 10der 656 Share Posted June 12, 2019 from the look of things, this cam doesn't support snapshot. https://www.ispyconnect.com/man.aspx?n=hikvision&page=7 Quote Link to post Share on other sites
0 mohamedsalah 0 Author Share Posted June 12, 2019 I checked that's site and url No one work with that cam Quote Link to post Share on other sites
0 10der 656 Share Posted June 12, 2019 1 minute ago, mohamedsalah said: I checked that's site and url No one work with that cam 1) setup rpi or other linux 2) sudo apt-get install libav-tools - it's bring for us ffmpeg 3) add php 4) add php file <?php $video = 'rtsp://192.168.1.32:554/user=admin_password=tlJwpbo6_channel=1_stream=0.sdp'; $run = "ffmpeg -y -i $video -vframes 1 /tmp/snapshot.png"; system($run); $thumbnail = '/tmp/snapshot.png'; $fp = fopen($thumbnail, 'rb'); // send the right headers header("Content-Type: image/png"); header("Content-Length: " . filesize($thumbnail)); // dump the picture and stop the script fpassthru($fp); exit; ?> 5) setup in Fibaro voila! Quote Link to post Share on other sites
0 mohamedsalah 0 Author Share Posted June 12, 2019 Is there another way to solve this problem Quote Link to post Share on other sites
0 10der 656 Share Posted June 12, 2019 Just now, mohamedsalah said: Is there another way to solve this problem yep! buy a new cam with snapshot support or shoot push Fibaro devs to implement rtsp protocol (was asked 3 (three) years ago. 1 Quote Link to post Share on other sites
0 mohamedsalah 0 Author Share Posted June 12, 2019 Thanks for your interest Quote Link to post Share on other sites
Question
mohamedsalah 0
Hi guys I have some trouble to found url for my ip camera can anyone help me
Link to post
Share on other sites
12 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.