We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › Exported Applet(client) not working on Browser
Page Index Toggle Pages: 1
Exported Applet(client) not working on Browser (Read 473 times)
Exported Applet(client) not working on Browser
Aug 11th, 2009, 6:35am
 
Hi there Guys/Girls,

I am creating a set to "Broadcast" video over the internet to a client running on a browser.

The "Server" is running the processing environment, it captures video from a camera and analyses the frames. It breaks them into RGB values and sends them over as a String. So far so good.

The client receives the data and then reconverts it into a video-like projection. Using Processing on the client works fine, no issues at all.

The problem comes when exporting the applets, I've signed the applet.jar, the core.jar and even the net.jar library, the browser asks for permission to trust the applet and looks fine, like it is loaded, but when loaded it shows only a white window on the screen.

I am using a router to test the connections, the firewall is open, the ports are forwarded but when using the browser it does not receive any data(or looks like it).

I don't think it's a problem with the ports, I've tried with different ones and get the same result.

Any idea people??

Thanks!!!
Page Index Toggle Pages: 1