orcasound / orcanode

Software for live-streaming and recording lossy (AAC) or lossless compressed audio (HLS, DASH, FLAC) via AWS S3 buckets. :star:
GNU Affero General Public License v3.0
34 stars 12 forks source link

Append ts segments to m3u8 file #47

Closed karan2704 closed 1 year ago

karan2704 commented 2 years ago

Currently, the m3u8 file is recreated for every new ts segment. The goal is to append the names of new ts segments to the old m3u8 file. #42

writeManifest() function handles the logic for writing the m3u8 file