Skip to content

A pure TypeScript FLV muxer used to implement web livestream and recording.

License

Notifications You must be signed in to change notification settings

Hazi7/flv-muxer

Repository files navigation

FlvMuxer

English | 中文

flv-muxer.js is a pure TypeScript-written FLV muxer used to implement native FLV streaming/recording on the Web platform.

Use Cases

  • Use WebTransport or WebSocket to transmit FLV streams to a streaming server, enabling Web live streaming.
  • Support recording in FLV format where the MediaRecorder API does not support it.

Usage

Installation

Install from NPM by running the following command:

  npm install flv-muxer

Download from a CDN link:

  <script src="https://cdn.jsdelivr.net/npm/flv-muxer@latest/dist/flv-muxer.iife.js"></script>

About

A pure TypeScript FLV muxer used to implement web livestream and recording.

Topics

Resources

License

Stars

Watchers

Forks