Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 270 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 270 Bytes

M3u8Parser

parses m3u8 files used in HLS. See the HTTP Live Streaming spec for more detail

Installation

def deps do
  [{:m3u8_parser, "~> 0.1.0", github: "wistia/m3u8_parser"}]
end