go-m3u8 provides easy generation and parsing of m3u8 playlists defined in the
HTTP Live Streaming (HLS) Internet Draft published by Apple.
* The library completely implements version 20 of the HLS Internet Draft.
* Provides parsing of an m3u8 playlist into an object model from any File,
io.Reader or string.
* Provides ability to write playlist to a string via String()
* Distinction between a master and media playlist is handled automatically
(single Playlist class).
* Optionally, the library can automatically generate the audio/video codecs
string used in the CODEC attribute based on specified H.264, AAC, or MP3
options (such as Profile/Level).
Installed Size: 147.5 kB
Architectures: all