saunaklub / etudes

Études audiovisuels
GNU General Public License v3.0
5 stars 0 forks source link

v4lloopback, syphon, spout output #6

Open drlight-code opened 8 years ago

drlight-code commented 8 years ago

We need v4lloopback output in order to route image data to veejay / MapMap. We have to think about some issues here. Foremost, will there be one etudes-host instance per running etude, or just one host application running them all?

In general I would not mind to have one etude per instance, it would keep things very simple. In that case however our naming scheme would be different, since one etude actually would be identified by a port with a separate listening osc server instance rather than by a name, but that could be quickly adapted and would be fine actually.

We could also have one host application which holds several etudes running in parallel which would make the application more complex, however would have some benefits:

drlight-code commented 8 years ago

An interesting mail on mapmap-list describes new developments in DRI which would allow sharing of image data using the GPU, similar to syphon on MacOS X:

drlight-code commented 8 years ago

Rudimentary v4lloopback output working, still lots of things to be done, such as

drlight-code commented 7 years ago

syphon and spout working :)