Webserver

Hello!

Is it possible to send VVVV values to a webserver, to control a flash or java-apllet in realtime? My VVVV Patch generates different colors from a video stream, and i would like to send them (only the color/brightness value) to a webserver application to visualize them. I read about the “PatchRemote.v4p” Module to control VVVV Patches via the internet, but i would like to go the other way around. Is it possible, and How?

thanks for helping

Glandien

hi gladien

yes it is. your nodes are

HTTP (Network Get)
HTTP (Network Post)

these node enable you to query http requests like any other client (browser) would do. Do not send requests every frame. the server will probably not accept too many requests from one client in one second!