Search found 184 matches

by memoric
Mon Feb 27, 2012 6:39 am
Forum: General
Topic: Can't view yawcam from internet
Replies: 22
Views: 76424

Try using http://localhost:8081 to view it locally.
by memoric
Mon Feb 27, 2012 6:37 am
Forum: General
Topic: Install yawcam on the whs 2011 (windows home server 2011)
Replies: 7
Views: 19343

If you haven't changed them, 8081 is the stream's port & 8888 the http's.
Also allow javaw.exe & java.exe.
When you say that you can't see your stream, you mean from your LAN or
from the Internet? Or both?
by memoric
Sat Feb 25, 2012 10:56 pm
Forum: General
Topic: Can't view yawcam from internet
Replies: 22
Views: 76424

Both the stream & the http look fine for me.
by memoric
Thu Feb 23, 2012 8:28 pm
Forum: General
Topic: wish list suggestion
Replies: 2
Views: 9788

Since you have more than one instances running, I assume that you have more than one yawcam folders, like "C:\programs\yawcam01\", "C:\programs\yawcam02\" etc. If that's the case, then go to "C:\programs\yawcam01\img\" & edit the image "tray.png" to make i...
by memoric
Fri Feb 17, 2012 6:01 pm
Forum: General
Topic: motion detection
Replies: 1
Views: 6859

You can set yawcam to save the timestamp in the picture's name. Check this out:
http://www.yawcam.com/forum/viewtopic.php?p=5657#5657
by memoric
Fri Feb 17, 2012 5:54 pm
Forum: General
Topic: Feature request: Storing same image twice
Replies: 1
Views: 7262

Sounds like a good idea, I'd like to see that feature too.
by memoric
Fri Feb 17, 2012 5:47 pm
Forum: General
Topic: Suggestion: Trigger single-shot
Replies: 9
Views: 35738

I like this suggestion too, I could use that feature.
by memoric
Tue Jan 31, 2012 4:49 pm
Forum: General
Topic: Could not find launcher.cfg - Help
Replies: 9
Views: 30075

To define the working directory at psexec you should use the -w switch.
So, if yawcam is installed in "C:\Programs\Yawcam", you must give the
following command:

Code: Select all

psexec \\yourcomputer -w "C:\Programs\Yawcam" "C:\Programs\Yawcam\Yawcam.exe"
by memoric
Sun Jan 29, 2012 10:38 pm
Forum: General
Topic: Java works fine, javascript fails
Replies: 2
Views: 8254

The applet seems to work. JS doesn't work though, it stays at the "Loading"
image for some time & then it shows the "Offline" image.
by memoric
Fri Jan 27, 2012 11:57 pm
Forum: General
Topic: Using TASKKILL to exit Yawcam
Replies: 1
Views: 6502

It works for me, it does show the offline image. That is if you are already connected
to the stream of course. What it doesn't do is send the offline announcement.
by memoric
Fri Jan 27, 2012 4:47 pm
Forum: General
Topic: Just an idea...
Replies: 6
Views: 16365

I already have manycam but haven't "played" much with it since yawcam covers
my needs. So thanks, good to know. 8)
by memoric
Fri Jan 27, 2012 12:34 pm
Forum: General
Topic: Own web service example?
Replies: 7
Views: 18864

I have sent you an email...
by memoric
Thu Jan 26, 2012 1:23 pm
Forum: General
Topic: Own web service example?
Replies: 7
Views: 18864

In that case just use http://yoursite.com:8081 :wink:! You can have that as an iframe's source in the index.html of your webcams folder. So when somebody goes to http://yoursite.com/webcams he'll be able to see the page you have designed (index.html) and an iframe with your stream in it. In my own w...
by memoric
Thu Jan 26, 2012 10:42 am
Forum: General
Topic: install, router, camera settings problems
Replies: 3
Views: 13214

But doesn't that camera connect through Ethernet or WiFi? How would
yawcam be able to "see" it? It's not attached to the computer.
by memoric
Thu Jan 26, 2012 10:19 am
Forum: General
Topic: Own web service example?
Replies: 7
Views: 18864

You can try those: http://www.yawcam.com/forum/viewtopic.php?t=96 & http://www.yawcam.com/forum/viewtopic.php?t=2057 Keep in mind that those are for not using directly your IP in order to connect, they are not "security" solutions to conceal your IP. That's just not possible, the user ...