@astronautlabs/m3u8
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@/m3u8

npm CircleCI

📜 M3U8 Playlists
Or Moving Picture Experts Group Audio Layer 3 Uniform Resource Locator 😀

📺 Part of the Astronaut Labs Broadcast Suite

Release Quality
This library is ready for production

A parser for M3U8 playlists.

Supports most common M3U metadata. Intentionally does not support any HLS extensions (as that is handled by @/hls).

Installation

npm install @astronautlabs/m3u8

Usage

import { Parser } from '@astronautlabs/m3u8';

let playlist = Parser.parse(`#EXTM3U...`);

Readme

Keywords

Package Sidebar

Install

npm i @astronautlabs/m3u8

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

52 kB

Total Files

49

Last publish

Collaborators

  • rezonant