how to diplay IP camera live videos in php page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sirimallamurali
Forum Newbie
Posts: 11
Joined: Sun Jun 14, 2009 10:41 pm

how to diplay IP camera live videos in php page

Post by sirimallamurali »

Hi everybody,

I m trying to install IP cameras in my office.i know how to connect IP cameras to network. but i dont have any idea about how to display that videos in html or php web page.

can anybody help me.

Thanks and Regards,
Kris
User avatar
omniuni
Forum Regular
Posts: 738
Joined: Tue Jul 15, 2008 10:50 pm
Location: Carolina, USA

Re: how to diplay IP camera live videos in php page

Post by omniuni »

Don't they just display a JPEG stream? It should just be as simple as <img src="ip_address_of_camera".... or something like that.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: how to diplay IP camera live videos in php page

Post by onion2k »

Read the camera documentation.
Post Reply