1.0.5 • Published 4 years ago

@magicfun1241/streamer v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Streamer

Simple streaming library based on FFMPEG.

Examples

Using TypeScript:

import { RtmpStream } from "@magicfun1241/streamer";

const stream = new RtmpStream({
    input: "{URL_TO_MP4}",
    output: "rtmp://live-waw.twitch.tv/app",
    key: "{STREAM_KEY}"
});

stream.start();

It's supports ES5 too. Just change import to something like this:

const { RtmpStream } = require("@magicfun1241/streamer");

Other examples will be in /examples directory.

License

MIT

1.0.5

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago