Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muxinc/hlstools
Tools for analyzing and processing hls streams
https://github.com/muxinc/hlstools
Last synced: 3 months ago
JSON representation
Tools for analyzing and processing hls streams
- Host: GitHub
- URL: https://github.com/muxinc/hlstools
- Owner: muxinc
- License: mit
- Created: 2019-04-23T19:37:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T17:57:52.000Z (over 5 years ago)
- Last Synced: 2024-07-29T00:48:32.374Z (3 months ago)
- Language: C++
- Size: 132 KB
- Stars: 64
- Watchers: 8
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-video - muxinc/hlstools - (HLS / Talks Presentations Podcasts)
README
![HLS Tools](https://banner.mux.dev/HLS%20Tools.svg)
# hlstools
Tools for analyzing and processing HLS streams. See our blog post on [measuring package overhead](https://mux.com/blog/quantifying-packaging-overhead-2/) for more details on how we use this internally.
A central repository for tools to analyse and process HLS streams. Think Apple's [HTTP Live Streaming Tools](https://developer.apple.com/documentation/http_live_streaming/about_apple_s_http_live_streaming_tools) but with just one of the packages...for now. :imp:
* `muxincstreamvalidator` - A tool to analyse HLS streams. Similar to Apple's mediastreamvalidator, but works on non-Apple platforms and supports measuring TS packaging overhead.
These tools use the excellent [JSON for Modern C++](https://github.com/nlohmann/json) and is available under the [MIT](./LICENSE).