@phenixrts-tools/rtmp-push
Version:
Module to start and stop RTMP push
27 lines (16 loc) • 417 B
Markdown
The Phenix RTMP Push module allows the publication of any media using FFmpeg to the PCast Platform.
```sh
npm install @phenixrts-tools/rtmp-push
```
```
import RtmpPush from '@phenixrts-tools/rtmp-push';
const rtmpPush = new RtmpPush(mediaSourceUri, rtmpPushUri);
await rtmpPush.start();
...
await rtmpPush.stop();
```
See license in LICENSE.md