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

Support to EXT-X-INDEPENDENT-SEGMENTS in Go Lib #103

Closed
alessandrojp opened this issue Dec 5, 2017 · 4 comments
Closed

Support to EXT-X-INDEPENDENT-SEGMENTS in Go Lib #103

alessandrojp opened this issue Dec 5, 2017 · 4 comments

Comments

@alessandrojp
Copy link

Hi,

I would like to know if there is any plan for supporting EXT-X-INDEPENDENT-SEGMENTS in the Go Lib?

Thank you.

@zanes2016
Copy link

Support for EXT-X-INDEPENDENT-SEGMENTS was introduced in VERSION: 6. Currently only version 5 is supported. I agree, it would be helpful to add support for the latest versions (6 & 7).

@bradleyfalzon
Copy link
Collaborator

There's no planned support, if there's particular features you require we can look at them and possibly implement them - but most support has been added on an as-needed basis and usually via contributed PRs.

Is EXT-X-INDEPENDENT-SEGMENTS something you'd be willing to PR and iterate on?

@bradleyfalzon
Copy link
Collaborator

Looking at https://tools.ietf.org/html/rfc8216#section-4.3.5.1

It seems to be a pretty straight forward bool on the master playlist, with reader and writer support along with some appropriate tests.

Is this something you'd be willing to start?

@leikao
Copy link
Collaborator

leikao commented Apr 10, 2019

The EXT-X-INDEPENDENT-SEGMENTS is supported by #128 , so close this issue.

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

No branches or pull requests

4 participants