[ Bron: golang-github-etherlabsio-go-m3u8 ]
Pakket: golang-github-etherlabsio-go-m3u8-dev (1.0.0-2)
Verwijzigingen voor golang-github-etherlabsio-go-m3u8-dev
Debian bronnen:
Het bronpakket golang-github-etherlabsio-go-m3u8 downloaden:
- [golang-github-etherlabsio-go-m3u8_1.0.0-2.dsc]
- [golang-github-etherlabsio-go-m3u8_1.0.0.orig.tar.gz]
- [golang-github-etherlabsio-go-m3u8_1.0.0-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
parse and generate m3u8 playlists for HLS (library)
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).
