-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David Butler
authored
Mar 28, 2020
1 parent
ea1f68e
commit f26148a
Showing
1 changed file
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,35 @@ | ||
# jit.ndi | ||
Implementation of NewTek NDI protocol for Cycling 74's Max | ||
<img alt="LXMax" src="https://raw.githubusercontent.com/impsnldavid/jit.ndi/develop/icon.png" width="200" height="200"> | ||
|
||
Extensions for sending/receiving video and audio using the [Newtek NDI®](https://ndi.tv/) protocol in [Cycling 74's Max](https://cycling74.com/products/max/) | ||
|
||
## Overview | ||
|
||
The [NewTek NDI®](https://ndi.tv/) protocol allows high-quality, high-performance, low-latency streaming of video and audio over a local network. jit.ndi provides a pair of objects to interface this protocol with the Max/Jitter environment, allowing sending/receiving of jitter matrices and MSP signals to/from any other device supporting NDI. | ||
|
||
## Features | ||
- Send/receive 2D jitter matrices of any size. 3-plane RGB and 4-plane RGBA both supported. | ||
- YUV mode for high-performance usage. | ||
- Send/receive unlimited number of audio channels. | ||
- Objects can set/report preview/program tally status on a video source. | ||
|
||
## Requirements | ||
- Max 8 (64-bit) - Windows or Mac | ||
- [Newtek NDI® Runtime](http://new.tk/NDIRedistV4) | ||
- Optional (useful for testing) - [NewTek NDI® Tools](https://ndi.tv/tools/) | ||
|
||
## License | ||
jit.ndi is licensed under LGPL 3.0. This means you are free to use the objects in any commercial/non-commercial project but any changes to the source code must be released under the same license. | ||
|
||
## Installation | ||
Download the package and place in your Max packages folder (`C:/Users/[username]/Documents/Max 8/Packages` on Windows, `/Users/[username]/Documents/Max 8/Packages` on Mac OS). | ||
|
||
## Documentation | ||
Help patchers and Max documentation metadata included in the package. | ||
|
||
## Copyright | ||
jit.ndi Copyright (C) 2020 David Butler / The Impersonal Stereo | ||
www.davidbutlerdesign.co.uk | ||
www.theimpersonalstereo.com | ||
|
||
NDI® is a registered trademark of NewTek, Inc | ||
https://ndi.tv/ |