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 bug in HLS streamer where the final segment fails to play or stream #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LordVersA
Copy link

Problem
We identified a critical bug in our HLS streaming implementation where the final segment of a stream fails to play or stream under specific scenarios. This issue was affecting the viewer's experience, especially in cases of closely timed live events or content that runs right up to the last segment.

Solution
This merge request introduces a fix that ensures the final segment of the HLS stream is correctly processed and played. The modifications include adjustments to the segment handling logic to ensure the last part of the stream is not omitted or dropped during the streaming process.

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.

1 participant