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

Fix output for example LL-HLS manifest #370

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

bbayles
Copy link
Contributor

@bbayles bbayles commented Jun 27, 2024

This PR makes a change to the output for low latency playlists.

The test suite already has one of the example playlists from here, but I've added another one.

Previously this was the result of parsing and dumping this playlist:

            if not self.init_section:
>               raise MalformedPlaylistError(
                    "init section can't be None if previous is not None"
                )
E               m3u8.model.MalformedPlaylistError: init section can't be None if previous is not None

m3u8/model.py:603: MalformedPlaylistError

@mauricioabreu mauricioabreu merged commit 54f5288 into globocom:master Jun 29, 2024
8 checks passed
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