0.0.5 • Published 1 year ago

node-restream v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

node-restream

Install

Create a new project and install the "node-restream" dependency:

npm i node-restream

Or clone this repository if you want to edit the source code

Usage

import App from "node-restream";

const app = new App({
  inputUrl: "rtmp://localhost:1935/live",
});

app.addOutput({
  url: "rtmp://a.rtmp.youtube.com/live2/your_key",
});

// And other
// app.addOutput({
//   url: "rtmp://twitch_url/your_key",
// });

app.run();
0.0.5

1 year ago