-
Notifications
You must be signed in to change notification settings - Fork 475
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
Live streaming: check if manifest has been updated #116
Comments
I think this logic might be something to the application using the |
Exactly. But this logic is common. Everyone should monitor their live streams and reload them if manifest was not changed. |
Cool, so let's this open then. |
not a commiter on this one but will give my two cents. I'd rather create another component that uses m3u8 and keep states and update cycles for live as another open source module so everyone can use it the same way they use this one. |
@flavioribeiro Any update on that? |
Hey, @mradecki! my update is that I still have the same thinking about it. I haven't really signed up for any work on this, but I can see some use cases in the wild doing down to what was proposed above! |
AFAIK, for the Live streaming, it's required to reload manifest at least after 'target_duration' for the first time and if the manifest has not changed then it must wait for a period of one-half the target duration before retrying.
So, it would be great to have an ability to check if the manifest has been already updated (e.g. using previous content).
As another possible version, it might have any sense to add a function which returns the latest line(s) from the manifest to make it possible to compare the latest line from previous manifest and current.
The text was updated successfully, but these errors were encountered: