Page 1 of 1

Adding live feed to a website

Posted: Mon Jul 10, 2017 5:46 pm
by ctopal
Hello - I have a couple of Amcrest Pro cameras. And I just created a website using wordpress. I'm wondering if there is a way to post a link on my website of the live feed on my cameras so anyone can click on it and watch live. I'm not very techy at all, so if you could explain as if to a child - I'd really appreciate it :D

Re: Adding live feed to a website

Posted: Thu Jul 13, 2017 5:47 am
by longedge
I don't have an answer but it's something I'd be interested in (still image at regular intervals rather than live video). I currently use a wireless camera looking at my birdtable which transmits to a USB grabber connected to my PC. I use a piece of software called YAWCAM which recognises the stream from the USB device as a webcam. It grabs a .jpg every 5 minutes and uploads it to my webspace and overwrites the existing image file each time so the html to display the image is as simple as with a normal 'static' image.

To date I've failed to find out how to do the same with the feed from my Amcrest camera which produces a far better quality image. I'll watch this in the hope that you get an answer :)

Re: Adding live feed to a website

Posted: Thu Jul 13, 2017 1:08 pm
by Melvin
Hello,

The following cgi command is used to fetch the camera stream on the web.

http://user:Pwd@ip:port/cgi-bin/mjpg/video.cgi?[channel=<channelno>]&subtype=1

For snapshots, use the command below.

http://ip:httpport/cgi-bin/snapshot.cgi[?channel=<ChannelNo>]

Here, you need to replace the code with your cams ip address, port, username and password where applicable.

Re: Adding live feed to a website

Posted: Mon Jul 24, 2017 11:06 am
by ctopal
Thanks for the response Melvin, I'm glad to see it's doable. But I don't really understand code. What pieces do I need to substitute with my information? And where do I get those items from? Thanks.

Re: Adding live feed to a website

Posted: Mon Jul 24, 2017 4:07 pm
by Melvin
Hello ctopal,

In the code , the following items should be replaced.

user=username of the camera
pwd= password of the camera
ip:=ip address of the camera (public IP or DDNS when accessing the cam remotely.)
port=http port of the camera

Please give us a call if you still have questions on this.

1-888-212-7538

Re: Adding live feed to a website

Posted: Sun Jul 30, 2017 2:23 pm
by Intrigued
@ctopal For security reasons, I recommend you to create a new user with Live permission only otherwise if you expose your admin account password somebody could hack your camera.

Re: Adding live feed to a website

Posted: Thu Apr 05, 2018 11:43 am
by MarineNow
I am trying this and it is not working, so I have some questions.

Should I be able to type that command in a browser and see the camera?

How do I had this as HTML in a website?

Is there an entry for Channel?

In Amcrest Surveillance Pro, if I go to my device list, I see my cameras. For IP, it lists the serial number. Nothing for Port. Channel Number is 1/0/1/1.

If I double click on the camera, it opens the "Modify Device" screen showing my user name and password etc.

If I go to Device cfg, click network, Then the IP ADdress shows. The second tab "Connect" shows all kinds of ports. I use HTTP Port? That is what I have been trying. Under DDNS, it shows the same port as the HTTP port.

When I type that whole thing into a browser, it tries to connect, then times out.

What to do?

Thanks!!!

Re: Adding live feed to a website

Posted: Fri Feb 22, 2019 2:56 pm
by tbwalkeriii
I know this is an old post, but I was checking out Amcrest's demo cameras that they stream live from https://amcrest.com/live-demo and I noticed that they use the service www.ipcamlive.com to stream their security cameras live.