Skip to content
New issue

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

Can not handle multiple subtitles #109

Open
LienLotus opened this issue Apr 12, 2020 · 1 comment
Open

Can not handle multiple subtitles #109

LienLotus opened this issue Apr 12, 2020 · 1 comment

Comments

@LienLotus
Copy link

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;

sub
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

@LienLotus
Copy link
Author

Same issue with multiple audio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant