You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/)
3
+
Extensions for sending/receiving video and audio using the [NDI®](https://ndi.video/) protocol in [Cycling 74's Max](https://cycling74.com/products/max/)
4
4
5
5
## Overview
6
6
7
-
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.
7
+
The [NDI®](https://ndi.video/) 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.
8
8
9
9
## Features
10
-
- NDI 5.0 compatible (runtime is dynamically loaded so will work with any installed compatible NDI version)
10
+
- NDI 6.0 compatible (runtime is dynamically loaded so will work with any installed compatible NDI version)
11
11
- Send/receive 2D jitter matrices of any size. 3-plane RGB and 4-plane RGBA both supported.
12
12
- YUV mode for high-performance usage.
13
13
- Send/receive unlimited number of audio channels.
14
14
- Objects can set/report preview/program tally status on a video source.
15
15
16
16
## Requirements
17
17
- Max 8 (64-bit) - Windows or Mac (Intel/Apple Silicon)
18
-
-Newtek NDI® Runtime - [Windows](http://new.tk/NDIRedistV5) or [Mac](http://new.tk/NDIRedistV5Apple)
19
-
-[NewTek NDI® Tools](https://ndi.tv/tools/) - Required if using NDI-HX equipment (such as the [NewTek NDI®|HX Camera app](https://www.newtek.com/software/ndi-camera/)) (and also useful for testing)
18
+
- NDI® Runtime - [Windows](http://ndi.link/NDIRedistV6) or [Mac](http://ndi.link/NDIRedistV6Apple)
19
+
-[NDI® Tools](https://ndi.video/tools/) - Required if using NDI-HX equipment (such as the [NDIHX Camera app](https://ndi.video/tools/ndi-hx-camera/)) (and also useful for testing)
20
20
21
21
## License
22
22
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.
@@ -29,10 +29,10 @@ jit.ndi is licensed under LGPL 3.0. This means you are free to use the objects i
29
29
Help patchers and Max documentation metadata included in the package.
0 commit comments