SharedMemory - FreeFrame

Hi, i was wondering about reading sharedmemory by freeframe, so videotexture can be generaed&shared by vvvv and then readed, eg, from resolume by freframe.

Is that somehow working ?

You can use Freeframe fugStream for that task. Its got a MEM mode as well as a HTTP (localhost) mode, which is also fast.
Just put all your desired texture together into one big texture and stream it. Later on in Resolme, you have to slice this big one.