Disclaimer: This library is a Work In Progress.
This library intends to be a Node.js wrapper for NDI v5 (and following) library.
- Find API
- Listing Sources
- Send API
- Creating Send Instance
- Sending Video Streams
- Sending Audio Streams
- Sending Audio/Video Streams
- Recv API
- Setting Tally
- Send API
- Sending Metadata
- Receiving Tally
- Recv API
- Receiving Video Streams
- Receiving Audio Streams
- Receiving Metadata
Install ndi.js
with npm
npm install ndi.js
TODO: Document usage and examples
- Clone the project.
- Go to the project directory
cd my-project
- Install dependencies
npm install
- Run the sample CLI
./bin
./ndi.js random
To run tests, run the following command
npm test
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.