A collection of Homebrew formulae and casks for media streaming tools, maintained by Garnajee.
| Tool | Version | Type | Auto-Update Status | Description |
|---|---|---|---|---|
| Shaka Packager | Cask | Media packaging SDK for DASH/HLS. |
||
| Formula | ||||
| N_m3u8DL-RE | Cask | Cross-Platform stream downloader (DASH/HLS). |
||
| Formula |
First, add this tap to your Homebrew:
brew tap garnajee/persoYou can install the pre-compiled binary (Cask) or the CLI tool (Formula).
- Option A: Cask (Recommended)
brew install --cask shaka-packager
- Option B: Formula
brew install shaka-packager
Verification: Run
packager --version
- Option A: Cask (Pre-compiled Binary)
brew install --cask nm3u8dl-re
- Option B: Formula (Build from source)
brew install nm3u8dl-re
Verification: Run
n_m3u8dl-re --version
After updates, you can remove old versions and free up space:
brew cleanup --prune=allFeel free to open an Issue or submit a Pull Request for improvements.
Maintained by Garnajee.