1.0.5 • Published 5 years ago

rtmp-hls-translator v1.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

RTMP Translator

An utility to convert RTMP stream to HLS using ffmpeg.

Usage

const RTMPTranslator = import('rtmp-hls-translator');

const translator = new RTMPTranslator(streamUrl, streamKey);
await translator.translate(outputPath);

A custom logger can be used by passing an optional third argument. Custom logger must implement error, debug, info methods. They will be used for matching message levels.

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago