We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the m3u8 file: Total subtitles tracks are 2 tracks But using m3u8-parser, total subtitles track is only 1 track
let parser = new m3u8Parser.Parser(); parser.push(response.body); text_tracks = parser.manifest.mediaGroups.SUBTITLES;
Note: response.body is the content of the m3u8 file (in the attachment) test.txt Env: Ubuntu 18.04, m3u8-parser version 4.4.0
The text was updated successfully, but these errors were encountered:
Same issue with multiple audio
Sorry, something went wrong.
No branches or pull requests
In the m3u8 file:
Total subtitles tracks are 2 tracks
But using m3u8-parser, total subtitles track is only 1 track
Note: response.body is the content of the m3u8 file (in the attachment)
test.txt
Env: Ubuntu 18.04, m3u8-parser version 4.4.0
The text was updated successfully, but these errors were encountered: