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

Feature Request: Support writing individual media segment to string #67

Open
TheKeveloper opened this issue Jan 19, 2024 · 0 comments
Open

Comments

@TheKeveloper
Copy link

Hello! Not sure if this is already possible (I couldn't find how to do this), but I'm interested in getting the string representation of individual media segments instead of the entire playlist.

The reason is that we maintain an HLS server where we append segments to a playlist on disk as we construct new media segments, and it would be nice if we could use the m3u8-parser logic to generate the string representation instead of either having to parse the existing playlist or try to construct the string representation externally.

I'm happy to put up a PR for this, but wanted to check if this generally seems like a sensible addition?

Thank you!

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

1 participant