videojs / m3u8-parser

An m3u8 parser.
Other
473 stars 98 forks source link

Stringify parsed manifest #128

Closed easrng closed 3 years ago

easrng commented 3 years ago

Is there a way to turn a parsed manifest back into m3u8 format? I need to parse, modify, and then save an m3u8 file and I can't tell how save the manifest back to text format.

gkatsev commented 3 years ago

We don't currently provide a way to stringify our JSON output. Unfortunately, we are unable to spend the time adding that functionality. We've previously reject this ask to keep this project more minimal https://github.com/videojs/m3u8-parser/issues/20#issuecomment-291226195

easrng commented 3 years ago

Got it, thanks. Sorry I didn't look at closed issues before I posted this.

gkatsev commented 3 years ago

No worries, thanks for asking.