-
Notifications
You must be signed in to change notification settings - Fork 439
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
Tag EXT-X-DISCONTINUITY-SEQUENCE in media playlist #736
Comments
Hi, |
Hi @erankor |
We are using hls.js too, and it's working well for us, so I doubt it's related to this tag. Are you using the sample playlist.php to create the JSON, or you have your own implementation? |
Hi @erankor
Normally sending only videos that should appear, ending in the last 10 seconds and / or starting in the next minute. |
@ghostnumber7, as I wrote on some other issue recently, it's quite hard to get all the JSON parameters correctly for live. I suggest you try with the sample php script provided here - |
Thanks @erankor for your response and help. Anyway HLS RFC define EXT-X-DISCONTINUITY-SEQUENCE as a MUST in the Server Responsibility section. Manage this sequence is especially important when segments are removed from a playlist (Live).
Do you think we can add this feature to the module? Do you have some idea how this could be possible to implement? Thank you! |
Check out this pull - #751 |
@javiercornejo, did you try the pull mentioned above? |
Hi there.
First, I want to thank you this project.
We are using the "Continuous Live" feature and we implemented it with multi bitrate or multi mp4 quality for the same content. We have one and important issue, we noticed that EXT-X-DISCONTINUITY-SEQUENCE is not present in the playlist. Do you think there is a way to add this feature or is present modifying some parameter?
When this tag is not present cause a lot of buffer and playing issues in players because HLS standard said is client duty manage quality change looking for this sequence.
Hope you can help me.
Regards.
The text was updated successfully, but these errors were encountered: