Missing File

Questions? Suggestions? Need help? Talk about anything related to Yawcam...
Post Reply
Wolfgang

Missing File

Post by Wolfgang »

Hello @ all,
i'm a new user of yawcam and i find it's great.

There is one Problem.
In help is written --->>
Copy YawApplet_s.jar to the webserver and create a new html file (or modify the example file).
I cannot find a file with this filename. I tried the searchfunction of windows and also looked up manually. I would like to use yawcam on my own webserver. Only copying YawApplet.class to there seems not to be enough.

Could anybody explain me please how to find / get this file?

Tx

Wolfgang
malun
Site Admin
Posts: 1593
Joined: Sun Jan 04, 2004 1:29 pm

Post by malun »

Sorry for that... The help is not updated, and in this case contains wrong information... The good thing is that you don't need the YawApplet_s.jar any more.

Check out the FAQ question "Where can I find YawApplet_s.jar / the signed applet?" It says:
The file YawApplet_s.jar is not included in Yawcam version 0.2.4 or above! I decided not to make the signed applet anymore. Instead look at the readme.txt and own_server_example.html located in yawcams stream directory (i.e. c:\program files\yawcam\stream).

What you will have to do in to instead is to include the CODEBASE instruction in the HTML. So on the webpage (on your separate webserver) the code for the applet should look something like this:

Code: Select all

<APPLET CODE=YawApplet.class CODEBASE="_Address_to_computer_where_you_run_Yawcam_:8081" WIDTH="320" HEIGHT="240">
<param name="Host" value="_Address_to_computer_where_you_run_Yawcam_">
<param name="Port" value="8081">
</APPLET>
(If you use 8081 as your port number, and the size 320x240.)
You also have to change the "_Address_to_computer_where_you_run_Yawcam_" into a real value.

Good Luck.
/malun
Wolfgang

Post by Wolfgang »

Thanks malun.

Next time i'll read more in local files :wink:

Best regards

Wolfgang from germany
Post Reply