Streamix is a Node.js (io.js) library for Streaming & mixing of data over mutiple protocols.
Require the streamix module from your Node script:
var mix = require('../libs/streamix'); // for exampleThen, you need to provide the parameters to handle streams as:
var params = {
inputs: [
'protocol://path/to/input/stream1',
'protocol://path/to/input/stream2'
],
output: 'protocol://path/to/output',
profile: 'name-of-profile'
}Lastly, just invoke the mix with the params:
mix(params);For more details, check out the API guide (WIP) & included test cases.
For non-commercial use, streamix is available under the terms of the Mozilla Public License v2.0.
For commercial uses, streamix is available as a premium library from Applait. For pricing and licensing details for commercial use, please get in touch with [email protected].
Copyright (c) 2015 Applait Technologies LLP.
