This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
/** | |
* STANDALONE GOP ALIGNMENT CHECKER | |
* | |
* This script checks for GOP (Group of Pictures) alignment issues in HLS video streams. | |
* It analyzes video segments to ensure proper keyframe alignment, which is critical | |
* for smooth playback and quality switching in adaptive bitrate streaming. | |
* | |
* REQUIREMENTS: |