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

feat: add version parsing and remove totalduration #135

Merged
merged 2 commits into from
Jan 22, 2021

Conversation

brandonocasey
Copy link
Contributor

We never used the #EXT-X-VERSION even though we parsed it. totalduration doesn't exist in parse-stream and there isn't anything equivalent in the spec.

@brandonocasey brandonocasey force-pushed the feat/version-totalduration branch from 0427fb8 to 649345d Compare January 22, 2021 17:48
@@ -354,15 +359,6 @@ export default class Parser extends Stream {
}
this.manifest.targetDuration = entry.duration;
},
totalduration() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was probably for #ZEN-TOTAL-DURATION

@brandonocasey brandonocasey merged commit 98f0421 into main Jan 22, 2021
@brandonocasey brandonocasey deleted the feat/version-totalduration branch January 22, 2021 18:07
miadabdi pushed a commit to miadabdi/m3u8-parser that referenced this pull request Jul 21, 2021
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

Successfully merging this pull request may close these issues.

2 participants