An open API service indexing awesome lists of open source software.

https://github.com/rishabhrpg/repack-mpd

This fixes mpd segment timescale to be understood by SSAI providers.
https://github.com/rishabhrpg/repack-mpd

Last synced: 9 months ago
JSON representation

This fixes mpd segment timescale to be understood by SSAI providers.

Awesome Lists containing this project

README

          

# About

This is a simple CLI tool to repack MPD files to be used with SSAI providers and DASH players.

## Prerequisites

- Node.js (v18.x)
- npm

## Setup

`npm install`

## Run

```bash
npm run repack
```

# Example

```bash
npm run repack input.mpd repacked.mpd
```