Applet not working?

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

Applet not working?

Post by Guest »

Currently running the latest beta but now having problems with the applet loading from insertion in a web page.
It may be that I just cannot view from within my network (behind router), but I always could before.
Can someone have a look at http://www.980woq.net/SRD.html and see if it loads from the inserted box on the right hand links menu?

I have looked at the thread http://www.yawcam.com/forum/viewtopic.php?t=556
and followed that advice with no joy.

Many thanks
Last edited by Guest on Sun Mar 04, 2007 1:10 am, edited 1 time in total.
malun
Site Admin
Posts: 1593
Joined: Sun Jan 04, 2004 1:29 pm

Post by malun »

Both http://wwww.980woq.net/ and http://wwww.980woq.net/SRD.html gives me an "Error 404 page not found" so I can't test the pages.

The first step to try before you add the applet to your own webserver is to use the build in webserver in Yawcam. If you don't get the built in webserver up and running you will also have problems with the applet on an external webserver.

/malun
Guest

Post by Guest »

:cry:

Hi Malun

well that is irritating, but is probably a fault with the site hosting as everything was functional prior to today.

Perhaps you could try this page instead

http://uk.geocities.com/soundrediscovery/WhoIsSRD.html

What I do know is that prior to installing the 2007 beta versions of YAWCAM, everything functioned perfectly 8)
I'm not necessarily blaming the new betas, that is really where your expertise can help, it seems the direct link to the webcam works i.e. (URL deleted) soundrediscovery (URL deleted) but no longer when embedded in the webpage.

see if the alternative page gives any more clues....

cheers
Last edited by Guest on Tue Apr 17, 2007 4:08 pm, edited 2 times in total.
malun
Site Admin
Posts: 1593
Joined: Sun Jan 04, 2004 1:29 pm

Post by malun »

I see a problem on the page.

In the new beta versions the applet code needs to look a bit different than before. It now should look like this:

Code: Select all

    <APPLET CODE="YawApplet.class" ARCHIVE="YawApplet.jar" 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">
      <param name="Zoom" value="true">
    </APPLET>
Make some changes to your code on the page and it will probably work again.

/malun
Guest

Post by Guest »

All sorted

8) :D

(I must be getting better at this as that was what Ihad narrowed it down to......)

For the next build is there any chance of adding an audio stream too?
malun
Site Admin
Posts: 1593
Joined: Sun Jan 04, 2004 1:29 pm

Post by malun »

Yes, I agree that audio streaming would be a nice feature. However the next official release will be very similar to the currently latest beta version. Right now I'm not adding anything new. I'm just fixing it all together so I can make an official release.

After the real version is released I can start to add new functions again :D

However since my time is kind of limited right now, I don't want to make the release to soon. A new release always comes with a lot of more work with support questions for me... and I don't have the time for that work now.

Hmm, back to the audio stream topic... Audio streaming is on todo-list, but I can't promise it will be included in the release after the next real version. I have some other things on the todo-list with higher priority :wink:

/malun
Post Reply