2023.0.3-beta.7 • Published 1 year ago

@phenixrts-tools/rtmp-push v2023.0.3-beta.7

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
1 year ago

Phenix RTMP push module

The Phenix RTMP Push module allows the publication of any media using FFmpeg to the PCast Platform.

Installation

npm install @phenixrts-tools/rtmp-push

Usage

import RtmpPush from '@phenixrts-tools/rtmp-push';

const rtmpPush = new RtmpPush(mediaSourceUri, rtmpPushUri);

await rtmpPush.start();

...

await rtmpPush.stop();

License

See license in LICENSE.md

2023.0.3-beta.7

1 year ago