Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.
Moderator: General Moderators
vchris
Forum Contributor
Posts: 204 Joined: Tue Aug 30, 2005 7:53 pm
Location: Canada, Quebec
Post
by vchris » Thu Nov 10, 2005 2:40 pm
My friend wants me to design him a site where users will be able to view through his webcam which will be on 24/7. I have no idea how to do that.
Does anyone have any idea how to do this?
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Thu Nov 10, 2005 3:08 pm
the webcam should store a file every so often onto either his HD or via FTP to a site.. that's all you need to hook into (the file)
vchris
Forum Contributor
Posts: 204 Joined: Tue Aug 30, 2005 7:53 pm
Location: Canada, Quebec
Post
by vchris » Thu Nov 10, 2005 3:21 pm
ok but that would only display a picture every so often. What about if I wanted the users to see it live?
wtf
Forum Contributor
Posts: 331 Joined: Thu Nov 03, 2005 5:27 pm
Post
by wtf » Thu Nov 10, 2005 3:27 pm
In that case you'll need streaming server. You could do something like this very easy with Flash. There are few hosts who provide Flash Com Server hosting. (
http://www.google.com/search?sourceid=n ... er+hosting ).
you could also check userplane.com to see what they have available.