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

Occasional stuttering when switching between vod and live #207

Open
Sgtfishtank opened this issue Mar 3, 2023 · 1 comment
Open

Occasional stuttering when switching between vod and live #207

Sgtfishtank opened this issue Mar 3, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Sgtfishtank
Copy link
Contributor

There seems to be an issue where the channel engine does not fetch a new live manifest fast enough every time. This results in a small stuttering lasting about 1 second. This occurs maybe once or twice per hour when using this as a schedule source https://schedule.vc.eyevinn.technology/api/v1.
This needs to be further investigated to more precisely determine the cause and how to fix it.

@Sgtfishtank Sgtfishtank added the bug Something isn't working label Mar 3, 2023
@Sgtfishtank
Copy link
Contributor Author

After a discussion about the issue with @Nfrederiksen the most likely cause is the implementation of live streams. How it works is that before Channel engine can serve the manifest it needs to fetch all the manifests for the different bandwidths from the source, so if a particular bandwidth is slow to give a new manifest the stream stops while it waits to receive all the bandwidths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant