ConsultingJoe Posted July 27, 2006 Share Posted July 27, 2006 (edited) I made this from erifash's AutoProxy and rysiora's Webcam example. this allows you to view your webcam from any browser. It has the autorefresh meta tag that you can change, default is 3 seconds. REMEBER: if you are behind a router port forward 6969 with TCP and your IP Here is the script, let me know what you think remote_cam.au3 BTW: if anyone knows how to make the image load faster, please let me know. Thanks Edited July 27, 2006 by zerocool60544 Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
rbhkamal Posted July 27, 2006 Share Posted July 27, 2006 I made this from erifash's AutoProxy and rysiora's Webcam example. this allows you to view your webcam from any browser. It has the autorefresh meta tag that you can change, default is 3 seconds. REMEBER: if you are behind a router port forward 6969 with TCP and your IP Here is the script, let me know what you think remote_cam.au3 BTW: if anyone knows how to make the image load faster, please let me know. ThanksNice, will test it as soon as I get home. Thanks for sharing RK "When the power of love overcomes the love of power, the world will know peace"-Jimi Hendrix Link to comment Share on other sites More sharing options...
ConsultingJoe Posted July 27, 2006 Author Share Posted July 27, 2006 Nice, will test it as soon as I get home.Thanks for sharingRKNP, I'm sure I can add password protection too Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
Vicks Posted July 28, 2006 Share Posted July 28, 2006 NP, I'm sure I can add password protection toopassword protection ? [s]Autoit[/s] Link to comment Share on other sites More sharing options...
ConsultingJoe Posted July 28, 2006 Author Share Posted July 28, 2006 password protection ?so no one else enters your ip and can just view your camera. it would be safe. Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
rbhkamal Posted July 28, 2006 Share Posted July 28, 2006 (edited) so no one else enters your ip and can just view your camera. it would be safe.Good Idea.Where will the user enter the password?Edit: In the weblink like Password@192.168.1.1 ? Edited July 28, 2006 by rbhkamal "When the power of love overcomes the love of power, the world will know peace"-Jimi Hendrix Link to comment Share on other sites More sharing options...
Vicks Posted July 28, 2006 Share Posted July 28, 2006 so no one else enters your ip and can just view your camera. it would be safe.its to late now, you already posted the one without password protection. [s]Autoit[/s] Link to comment Share on other sites More sharing options...
rbhkamal Posted July 28, 2006 Share Posted July 28, 2006 (edited) I just tried it, looks good but you are right it's slow on the web however it improves a bit when you change $refresh to 0 Maybe you should use AJAX on the web, this way you won’t have to update the whole page every time, right? RK Edited July 28, 2006 by rbhkamal "When the power of love overcomes the love of power, the world will know peace"-Jimi Hendrix Link to comment Share on other sites More sharing options...
ConsultingJoe Posted July 28, 2006 Author Share Posted July 28, 2006 I just tried it, looks good but you are right it's slow on the web however it improves a bit when you change $refresh to 0Maybe you should use AJAX on the web, this way you wont have to update the whole page every time, right?RKhum, I dont know exactly what that is but I was thinking maybe ftp it up to a temp web host and have the html broadcast where to get the image or something like that Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
rbhkamal Posted July 28, 2006 Share Posted July 28, 2006 (edited) hum, I dont know exactly what that is but I was thinking maybe ftp it up to a temp web host and have the html broadcast where to get the image or something like thatThis guy is using Ajax for webcam.read about it, it's nice and cool. Edited July 28, 2006 by rbhkamal "When the power of love overcomes the love of power, the world will know peace"-Jimi Hendrix Link to comment Share on other sites More sharing options...
JoeCool Posted July 28, 2006 Share Posted July 28, 2006 I made this from erifash's AutoProxy and rysiora's Webcam example.This is good good stuff !!!:-) Link to comment Share on other sites More sharing options...
rambo3889 Posted July 28, 2006 Share Posted July 28, 2006 (edited) its to late now, you already posted the one without password protection.He can just make a update [Edit] @ZeroCool I look forward to try this but i dont understand what you mean if im behind a router can you explain it?? Edited July 28, 2006 by rambo3889 My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youÂ’re the best in town Fight! Link to comment Share on other sites More sharing options...
ConsultingJoe Posted July 28, 2006 Author Share Posted July 28, 2006 @ZeroCool I look forward to try this but i dont understand what you mean if im behind a router can you explain it??You want to tell the program what your local ip is (192.168.1.104). Then goto your routers settings and port forward that ip with the port (6969) using TCP. Now you can access the camera using:http://192.168.1.104:6969 if you are within your own networkorhttp://your-internet-ip:6969 if you are on the internet out side your network.if you don't have a router and you are connected directly to the internet then you would just use the internet ip (http://your-internet-ip:6969)does that help? Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
rambo3889 Posted July 28, 2006 Share Posted July 28, 2006 Yes it helps and im behind a router My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youÂ’re the best in town Fight! Link to comment Share on other sites More sharing options...
Vicks Posted July 29, 2006 Share Posted July 29, 2006 You want to tell the program what your local ip is (192.168.1.104). Then goto your routers settings and port forward that ip with the port (6969) using TCP. Now you can access the camera using:http://192.168.1.104:6969 if you are within your own networkorhttp://your-internet-ip:6969 if you are on the internet out side your network.if you don't have a router and you are connected directly to the internet then you would just use the internet ip (http://your-internet-ip:6969)does that help?why 6969, or is that and example [s]Autoit[/s] Link to comment Share on other sites More sharing options...
rambo3889 Posted July 29, 2006 Share Posted July 29, 2006 (edited) I just checked it out and it is nice / cool just needed to use the info about my router thanks 1 quick question how do i get my internet ip? Edited July 29, 2006 by rambo3889 My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youÂ’re the best in town Fight! Link to comment Share on other sites More sharing options...
ConsultingJoe Posted July 29, 2006 Author Share Posted July 29, 2006 why 6969, or is that and examplethats just what I picked you can change it. if you change it to port 80 you dont even have to enter the port, it will act as a web server kindof.http://192.168.1.102:80 same ashttp://192.168.1.102 Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
BasicOs Posted August 1, 2006 Share Posted August 1, 2006 thats just what I picked you can change it. if you change it to port 80 you dont even have to enter the port, it will act as a web server kindof.http://192.168.1.102:80 same ashttp://192.168.1.102can we see your public ip to watch your cam? ... Autoit.es - Foro Autoit en Español Word visitors Image Clustrmap image: - Football Spanish team - Spanish team: Casillas, Iniesta, Villa, Xavi, Puyol, Campdevilla, etc..Programando en Autoit+Html - Coding Autoit-Html - Arranca programas desde Internet - Preprocesador de Autoit a http Link to comment Share on other sites More sharing options...
autosc Posted August 4, 2006 Share Posted August 4, 2006 can we see your public ip to watch your cam? ...Hi I tried to reach a camera with this script from internet connected computeroutside my Network with I P adress generated with this script :#include <Inet.au3>$PublicIP = _GetIP()MsgBox(0, "IP Address", "Your IP Address is: " & $PublicIP)no SUcess !I tried With Local ip adess generated by the camera script .NO sucess ... what is going wrong ?? Link to comment Share on other sites More sharing options...
ConsultingJoe Posted August 4, 2006 Author Share Posted August 4, 2006 Hi I tried to reach a camera with this script from internet connected computeroutside my Network with I P adress generated with this script :#include <Inet.au3>$PublicIP = _GetIP()MsgBox(0, "IP Address", "Your IP Address is: " & $PublicIP)no SUcess !I tried With Local ip adess generated by the camera script .NO sucess ... what is going wrong ??well if you do have a router you use your local ip other wise just your internet ip. But, I dont know why it doesnt work over the internet? did it work within your network? if not set the ip to 127.0.0.1 and type that into your browser.BTW: over the internet is very slow even if you have cable, sometimes it will even time out. Its because it have to read all the data from the picture. I am not sure if there is a better why.@BasicOS: its too slow and I dont have it setup right now, you were mean to me anyways Check out ConsultingJoe.com Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now