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.
- Host: GitHub
- URL: https://github.com/rishabhrpg/repack-mpd
- Owner: rishabhrpg
- Created: 2025-04-03T06:34:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T06:47:47.000Z (about 1 year ago)
- Last Synced: 2025-05-26T21:55:11.014Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```