# is-flv

> Check if a Buffer/Uint8Array is an FLV video

Latest version **1.0.0** (published 2015-03-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-flv
pnpm add is-flv
yarn add is-flv
bun add is-flv
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-03-02 |
| First published | 2015-03-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Arthur Verschaeve |
| Maintainers | arthurvr |
| Keywords | flv, video, vid, movie, graphics, detect, buffer, detection, check, is, uint8array, magic number |

## Links

- npm: https://www.npmjs.com/package/is-flv
- Repository: https://github.com/arthurvr/is-flv
- Issues: https://github.com/arthurvr/is-flv/issues
- npm.io page: https://npm.io/package/is-flv

## Alternatives

- [memory-cache](https://npm.io/package/memory-cache.md) — 795.0K weekly downloads
- [@httptoolkit/proxy-agent](https://npm.io/package/@httptoolkit/proxy-agent.md) — 11.2K weekly downloads
- [express-cache-controller](https://npm.io/package/express-cache-controller.md) — 5.3K weekly downloads
- [http-cache-middleware](https://npm.io/package/http-cache-middleware.md) — 4.5K weekly downloads
- [cache2](https://npm.io/package/cache2.md) — 1.5K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2015-03-02

## README

# is-flv [![Build Status](https://secure.travis-ci.org/arthurvr/is-flv.png?branch=master)](https://travis-ci.org/arthurvr/is-flv)

> Check if a Buffer/Uint8Array is an FLV video

## Installation

```bash
$ npm install --save is-flv
```

## Usage

```js
var readChunk = require('read-chunk'); // npm install read-chunk
var isFlv = require('is-flv');
var buffer = readChunk.sync('video.flv', 0, 4);

isFlv(buffer);
//=> true
```

## License

MIT

---
_Source: https://npm.io/package/is-flv · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
