Hi, I'm trying to use the processing.net library to create a server and a client. I then want to run the client on the web and allow multiple clients from to connect to the server from separate devices and therefore communicate with each other. This is working fine when two clients are both run from the same computer as the server but when I to exported it and put it on the web it doesn't work. www.liatwerber.com/chat the client doesnt communicate with the server. Do I need to change something to make it work on the web, besides the IP address which i changed.
Anyone ever get this to work? I'd love to be able to use fakenect to develop my processing kinect apps when I don't have my kinect installed. Looks like shiffman's kinect library is based on libfreenect so it seems like it should be possible.
I'm interested in opening a wav poly file (more than 2 channels). Is there a solution with Processing librairies or is it better to do that in Java with javax.sound ?
I want to open this kind of files in order to root each channel and play it in the right or left stereo channel with a real time gain factor (to mix some stereo informations into a stereo listening bus). And I think that opening many mono files should be less optimised (what a bad method for synchronicity !).