Skip to content

v0.1.0

Choose a tag to compare

@serrss serrss released this 29 Jan 23:59
· 3 commits to main since this release

Release v0.1.0 - Initial Release πŸš€
πŸŽ‰ What's New?
This is the first official release of HLS Analyzer, a tool for analyzing HLS (.m3u8) streams using ChatGPT API.

πŸ›  Features:
βœ… Download & Parse .m3u8 Files – Fetch HLS playlists dynamically from a given URL.
βœ… Analyze Streams with ChatGPT – Uses GPT-3.5 Turbo to validate manifests against RFC-8216.
βœ… Error Detection – Identifies issues like incorrect segment durations or missing attributes.
βœ… API Key Management – Securely handles OpenAI API keys via config.properties or environment variables.
βœ… Logging & Debugging – SLF4J-based logging for better insights.
βœ… Maven-Based – Simple to build, test, and deploy.