Click to See Complete Forum and Search --> : Best way to build sign in webcam support


q-live
05-22-2006, 11:42 PM
I want people to have to sign in to view webcam material. Whats the best way to emplament that?????

q-live
05-23-2006, 06:32 PM
???????????????????????

wh666-666
05-23-2006, 06:48 PM
Live webcam feeds can be difficult if you dont have your own server or static IP. If i were you id record my videos then use someone like You tube (http://youtube.com/index) To my knowledge their free (i think), up to 100mb or so of storage and you just embedd the html in to a page. To create the sign-in area i saw a while ago a script on either javascriptsource.com or dynamicdrive.com for a sign in box just like the windows xp log in box and in the script you pre-set what user names and passwords you want, easier than getting involved with sql, simple enough for a beginner even. Have this redirecting to the html page you embedd youtube in. (sorry i cant be arsed searching for the script url you need as it takes a while but have a look)

Good luck dude, and keep it clean, and if you dont share the url ... lol take care

q-live
05-25-2006, 08:17 PM
the way i wanted to do it is have the webcam set up on my second computer for my friends and anyone that wanted to see them would have to sign in onto the server that my webpage is stored and they could see it.

Jack O'Connell
06-03-2006, 02:33 AM
Need a dedicated server, and a ststic IP address, Chek out stoutcast.

wh666-666
06-03-2006, 05:04 PM
yea jacks right, but its an awful lot of hassle. decide whether live feeds are really worth the hassle. You could video conference through messaging systems but not quite the professional effect.

q-live
06-04-2006, 08:40 PM
so how do people always set it up on the web where a lot of people can see them with no problem.... is there a easy way to do this.....

wh666-666
06-05-2006, 06:12 PM
you can do it through messaging services embedded in html rather like msn but it looks crappy i think and its more hassle than its worth

capnjeremy
06-05-2006, 07:25 PM
I've seen webcam software that will automatically upload a JPEG of what your camera sees every x seconds. I think ChillCam does this. Then you'd just make a page with the image in it, make sure the camera is always uploading the same name of JPEG, and you're set. That's probably the easiest way.