Search found 1590 matches

by malun
Wed Jul 21, 2004 10:41 am
Forum: General
Topic: applet name
Replies: 7
Views: 31789

using just the applet code (and the new file name YApp.class in the page code) on my webpage, in the status bar I see this message: 'load: class YApp not found' using the signed applet code on my webpage, in the status bar I see this message: 'exception: java lang.ClassNotFoundException: java.secur...
by malun
Mon Jul 19, 2004 9:55 pm
Forum: General
Topic: Galician language file!
Replies: 0
Views: 16055

Galician language file!

Thanks to Xose Anton Vicente Rodriguez there now is a Galician translation of Yawcam.
The language file is available for download at the language page.

/malun
by malun
Mon Jul 19, 2004 9:44 pm
Forum: General
Topic: Some Frames not complete uploaded (ftp)
Replies: 3
Views: 14051

Great!
Where was the prob? slow Upload? Timeout? only with big pics?
I don't know ;-)
This patch originally wasn't made to solve this problem (See this topic for more info: http://www.yawcam.com/forum/viewtopic.php?t=50 ). But I think it has to do with timeout problems.

Hope it works now...

/malun
by malun
Mon Jul 19, 2004 8:52 pm
Forum: General
Topic: Some Frames not complete uploaded (ftp)
Replies: 3
Views: 14051

I have recently made some changes in the ftp function and made a small patch. Download it here: http://www.yawcam.com/yawcam_ftp_patch.zip and install it just like an ordinary update. (See instructions here: http://www.yawcam.com/updtInstr.shtml ) These changes has not been included in any official ...
by malun
Sun Jul 18, 2004 7:37 pm
Forum: General
Topic: After startup - no configuration window
Replies: 8
Views: 22762

Strange... but good that it works again :D

/malun
by malun
Sun Jul 18, 2004 6:08 pm
Forum: General
Topic: After startup - no configuration window
Replies: 8
Views: 22762

Yes, You can edit the settings file by hand. The name of the settings file is yawcam_settings.xml and is located in your directory where you installed Yawcam. (i.e. c:\program files\yawcam\yawcam_settings.xml) This is an ordinary text file and can be edited with your favourite text editor. (For exam...
by malun
Sun Jul 18, 2004 4:16 pm
Forum: General
Topic: After startup - no configuration window
Replies: 8
Views: 22762

Look if you can find a Yawcam icon in the traybar (the icons beside the clock).
Maybe it is hidden to the traybar at start. (This can be changed in the settings)

/malun
by malun
Sun Jul 18, 2004 3:41 pm
Forum: General
Topic: applet name
Replies: 7
Views: 31789

Ok, here it is: http://www.yawcam.com/YApp.class
Remember that you will have to change the HTML code so it works with YApp.class

Let us know how it goes!

/malun
by malun
Sun Jul 18, 2004 3:29 pm
Forum: General
Topic: After startup - no configuration window
Replies: 8
Views: 22762

In other words: Click on settings in this window:

Image

/malun
by malun
Sun Jul 18, 2004 3:14 pm
Forum: General
Topic: After startup - no configuration window
Replies: 8
Views: 22762

You can access it from the text menu in the main window (the window with the enable/disable buttons).
Click "Settings" -> "Edit settings" and the settings window should pop up.

/malun
by malun
Sun Jul 18, 2004 3:10 pm
Forum: General
Topic: applet name
Replies: 7
Views: 31789

I'm not sure Yawcam will work with port triggering... (At least I haven't tested it. ;-) ) Maybe you will have to do a regular port forwarding.

But I'll fix an applet with a shorter name so you can test. I'll post here again with a link to the applet when it's ready.

/malun
by malun
Sun Jul 18, 2004 2:57 pm
Forum: General
Topic: Difficult do develop a linux version
Replies: 2
Views: 17370

Right now it doesn't look like I'm going to have the time to make a linux version of Yawcam.
Even though java is platform independent I have used some windows specific code in Yawcam. This will make the work with a linux version much harder than it first seems to be.

Sorry.

/malun
by malun
Tue Jul 13, 2004 8:29 pm
Forum: General
Topic: Norwegian language file!
Replies: 0
Views: 17909

Norwegian language file!

Thanks to Arne And there now is a Norwegian translation of Yawcam.
The language file is available for download at the language page.

/malun
by malun
Tue Jul 13, 2004 7:32 pm
Forum: General
Topic: HTML code to show my live cam?
Replies: 11
Views: 96459

If you want to use the ftp function to upload images to your webserver just enter your ftp details in the settings and enable the ftp output. Now you can publish the image on your webpage by just adding an img tag in the html code. Like this: <img src="webcam.jpg" width="320" hei...
by malun
Tue Jul 13, 2004 7:17 pm
Forum: General
Topic: applet
Replies: 1
Views: 11447

I have also answered your mail, but I'll post an answer here too if someone else is interested... Yawcam also uses JMF. But it only uses JMF to capture the images from the webcam. I don't use the built-it streaming formats in JMF when transffering the data to the applet. I'll transfer the image data...