Hi All, I would like to create a webpage for security camera system. I would like the webpage to show picture and video captured by the security camera system to the user. Help me from where should i start ?
Hi there! Do you plan on hiring someone to create a website for you, or build it yourself? If you do plan on building it yourself and you need to start somewhere here are some suggestions: Learn how to use Wordpress - it will be able to do pretty much anything you need it to do and it's pretty much the most user friendly option out there for creating a website; Get a hosting package to host your website on (your hosting provider should be able to install Wordpress on their server for you to use); Check out places like Elegant Themes and Template Monster to see which Wordpress website templates you think will serve you best; Purchase the template you like best and create your page - if you need further functionality to show the video you have then search for Wordpress plugins which you can install into your website to give you that functionality you need; This is an extremely basic plan to move forwards, but it should give you something to go on. Good luck with your project!
Seriously? He wants to build a website to show video from a security system, and you recommend WordPress? If I've ever seen "the wrong tool for the job"... To the OP: you'll need to look into APIs or some kind of streaming server you can host to be able to feed the video to the page. You will most likely need a VPS server, where you can install what you need and want. Best option will be that you get the video files to the server, and just code a front end to pull up those videos and play them in the browser. If you also want to be able to control panning, zoom etc you'll need to create some sort of interface able to interact with either a service (recommended) or directly (via Java or similar)
PoPSiCLe yeah I see now, simple misunderstanding. I originally thought he wanted a website to showcase a product with explainer pictures and videos. None the less my intentions were in the right place.
This could be done easily with WebRTC, depending on the scale of your project. If you want multiple cameras and multiple users, WebRTC may not be appropriated but possible. If you just want to display some few cameras feed, WebRTC is an ideal. It doesn't require real server. But if you want large scale with multiple users you may need a powerful server, very powerful server, because data transfer processes eat a lot of memory and bandwidth. Beware, once you go the server route, there is no turning back (I just watched The Matrix 33rd times Heh Heh)