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.
- Host: GitHub
- URL: https://github.com/bakercp/ofxjitternetworksender
- Owner: bakercp
- License: mit
- Created: 2012-07-06T05:25:40.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T14:41:10.000Z (about 3 years ago)
- Last Synced: 2025-04-02T18:12:47.805Z (about 1 year ago)
- Language: C++
- Size: 1.21 MB
- Stars: 19
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
ofxJitterNetworkSender
====================

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.