rtmp-hls-translator
v1.0.5
Published
An utility to convert RTMP stream to a HLS stream
Readme
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.
