PDA

View Full Version : webcam


bernd
31-05-2004, 15:30
Hallo Antiloop, Oleg and all the other
Thanks for hanging on programming for the wl-500g community, without your work, the router was almost useless – an ordinary router. Now, after printing, ftp and many other thinks working fine, I have one big wish left
… A functionally webcam asp ! (This actually was the argument for me, to buy the Wl-500g)
To run a webcamserver from the router and without the computer online all the time will bee great. The actually solution in Firmware v.1.7.5.6 CR4 from Oleg hasn’t the possibility for secure access too (my) webcam, I rely don’t like to writ the router-access PW on my homepage …just for show up my dog in the garden.
Place programming a solution for simple and secure access to the webcams.
Best regards
bernd

Technik
01-06-2004, 19:41
What do you mean by 'secure access'? Another password, different from Admin's one? An anonymous access (without password) is unacceptable?

bernd
01-06-2004, 21:38
I would like a link on my homepage (based on isp), - 123.456.789.12:7777, you press the button and watch my kat, dog – what ever. anonymous access will be ok
The solution from oCe -(http://wl500g.info/showpost.php?p=2148&postcount=17) is nice and ok but based on an “homepage-server” turned on all the time.
Secure access – I mean the only thing open is webcam-feed from port 7777.(right now you must open port 80 for access the webcam asp. from wan.)

oCe
08-07-2004, 22:35
I would like a link on my homepage (based on isp), - 123.456.789.12:7777, you press the button and watch my kat, dog – what ever. anonymous access will be ok
The solution from oCe -(http://wl500g.info/showpost.php?p=2148&postcount=17) is nice and ok but based on an “homepage-server” turned on all the time.
Secure access – I mean the only thing open is webcam-feed from port 7777.(right now you must open port 80 for access the webcam asp. from wan.)

the proper url for my webcam-code is http://members.home.nl/oce/bunnycam now. in there you can find the active-x .cab file you'll need and the html-file, which is all you need to make your webcam available for anyone, without login. only thing you'll 'publish' (in the code of the html) is your server/wl500g-ip. little explanation of the mose imortart part of code:

VALUE=127.0.0.1:7777:320:240:12>'

This part, above, has to be (for your own webcam):

IP:WEBCAMPORT:HORIZONTALWEBCAMRESOLUTION:VERTICALW EBCAMRESOLUTION:12

don't ask my why 12 has to be at the end, I have no idea; any other number simply trashes the webcam-image. for any questions feel fry to pm/mail me.

bernd
25-07-2004, 18:44
hallo oCe,
thank you, it`s works!
bernd