| View previous topic :: View next topic |
| Author |
Message |
Yu Guest
|
Posted: Thu Feb 12, 2004 2:10 pm Post subject: How can i add the live picture into a html? |
|
|
i want to add a webcam in my hompage, brocasting the street outside my window.
what code shold i add in the html?
thank you very much. |
|
| Back to top |
|
 |
WS Team Site Admin

Joined: 22 Jun 2003 Posts: 1283
|
|
| Back to top |
|
 |
dave l Guest
|
Posted: Tue Jun 22, 2004 5:04 am Post subject: did you want to do ftp or streaming |
|
|
| i have used alot of scripts and all if you could tell me what you wanted to do i could help a little |
|
| Back to top |
|
 |
WS Team Site Admin

Joined: 22 Jun 2003 Posts: 1283
|
Posted: Tue Jun 22, 2004 8:58 am Post subject: |
|
|
1.. expand option HTTP Server by green button 'http' or in Option Table
2.. select IP address from IP Addresses list when you are connected to Internet(Default item is used for local test)
You have to have changeless IP. Ask your ISP. In other case you should every time change your webpage.
3.. check Enable.
4.. you can test streaming video on your computer by pressing 'Run
Browser' under the globe icon
5.. If you prefer to have your webpage on your site:
include this part in your webpage:
(Enter IP Address and Port of the computer running Willing Webcam software with HTTP server enabled and a preferable width and height)
<applet codebase= "http://IP:Port" archive="wwCam.jar" code="wwCam.class" width="320" height="240">
<param name="filename" value="http://IP:Port/ww.jpg" />
<param name="copyright" value="Copyright (c) 2003 Willing Webcam" />
<param name="sound" value="yes" />
</applet>
5a .. If you prefer to use default wwCam.htm for outputting:
<applet archive="wwCam.jar" code="wwCam.class" width=<Width>
height=<Height>>
<param name="filename" value="ww.jpg" />
<param name="copyright" value="Copyright (c) 2003 Willing Webcam" />
<param name="sound" value="<Sound>" />
</applet>
Of course, your computer has to be online with HTTP Server enabled. _________________ best regards,
Oleg Detistov |
|
| Back to top |
|
 |
|