Embedding IP Camera into a website

Have some questions or having issues with your IP Camera(s), Post them here for the mods and other users to assist you with.
Post Reply
smayy
Posts: 2
Joined: Fri Jan 05, 2018 2:03 am

Embedding IP Camera into a website

Post by smayy »

Hello! I would love to use the stream from my IP Camera and put it on my website.
So any HTML experts here that can help me out?
Melvin
Site Admin
Posts: 2210
Joined: Wed Oct 14, 2015 2:20 pm

Re: Embedding IP Camera into a website

Post by Melvin »

Hello smayy ,

You can make use of the service of IPCamlive

https://www.ipcamlive.com/
Can't find your answer on the forum? Try our Knowledge Base! https://amcrest.zendesk.com/hc/en-us

Image
smayy
Posts: 2
Joined: Fri Jan 05, 2018 2:03 am

Re: Embedding IP Camera into a website

Post by smayy »

Melvin wrote:Hello smayy ,

You can make use of the service of IPCamlive

https://www.ipcamlive.com/
Thanks a lot! :)
radar1975
Posts: 1
Joined: Thu Mar 15, 2018 12:53 pm

Re: Embedding IP Camera into a website

Post by radar1975 »

Is it possible to not use a external service and just embed it in a html tag ?

both of those below sample do not work for me

such as

Code: Select all

	<video width="400" controls>
<source src="http://user:pass@host:port/cgi-bin/mjpg/video.cgi?channel=0&subtype=1" type="video/mjpeg">
</video>
or

Code: Select all

		<img src=""http://user:pass@host:port/cgi-bin/mjpg/video.cgi?channel=0&subtype=1" />
shawnhaywood
Posts: 16
Joined: Tue Nov 08, 2016 10:51 pm

Re: Embedding IP Camera into a website

Post by shawnhaywood »

Following
Post Reply