An open API service indexing awesome lists of open source software.

https://github.com/bakercp/ofxjitternetworksender

Send video to Max/MSP/Jitter via the [jit.net.recv] object.
https://github.com/bakercp/ofxjitternetworksender

Last synced: 10 months ago
JSON representation

Send video to Max/MSP/Jitter via the [jit.net.recv] object.

Awesome Lists containing this project

README

          

ofxJitterNetworkSender
====================

![Screenshot](https://github.com/bakercp/ofxJitterNetworkSender/raw/master/screen.png)

License
-------

Copyright (c) 2011, 2012 Christopher Baker

MIT License.

For information on usage and redistribution, and for a DISCLAIMER OF ALL
WARRANTIES, see the file, "LICENSE.txt," in this distribution.

Description
-----------

ofxJitterVideoSender is an implementation of the Cycling '74's [Jitter Networking Specification](http://cycling74.com/sdk/MaxSDK-6.0.4/html/chapter_jit_networking.html). It allows users to send video frames and messages to Jitter from openFrameworks.

You may be better off using [ofxSyphon](https://github.com/astellato/ofxSyphon) to share video frames and OSC to send messages back and forth. But, if you need to use [jit.net.send]/[jit.net.recv] then this is your addon.

OpenFrameworks is a cross platform open source toolkit for creative coding in C++.

[http://www.openframeworks.cc/](http://www.openframeworks.cc/)

Use
---

To test it out, open the ofxJitterNetworkSender_Example.maxpat and run the example openFrameworks file.