Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

EXT-X-MAP not encoded for Segment.Map attribute #93

@andyborn

Description

@andyborn

We have a requirement for multiple EXT-X-MAP tags within a single playlist file (one tag per segment). https://github.com/grafov/m3u8/blob/master/writer.go#L667 allows setting Map on the current Segment whilst appending, but ultimately only the Map attribute of the Playlist is encoded https://github.com/grafov/m3u8/blob/master/writer.go#L367 , Segment.Map is being ignored.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions