golang-github-etherlabsio-go-m3u8 1.0.0-2 source package in Ubuntu

Changelog

golang-github-etherlabsio-go-m3u8 (1.0.0-2) unstable; urgency=medium

  * Team source only upload.

 -- Gürkan Myczko <email address hidden>  Thu, 28 Mar 2024 05:06:24 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-etherlabsio-go-m3u8_1.0.0-2.dsc 2.3 KiB 31ad7d718d72aab367cdfbcc837c60d09d5fb279dbcd8e6ea63c736621faa0b2
golang-github-etherlabsio-go-m3u8_1.0.0.orig.tar.gz 22.8 KiB 4f0c24f477669744d31289a91d0b06f73b35f5a5386fce17d10e2a7413f458d8
golang-github-etherlabsio-go-m3u8_1.0.0-2.debian.tar.xz 2.5 KiB 0d03e366b6e635e28f1f4bedab715af68883fd257f6ceefe46fa727a91848bdf

Available diffs

No changes file available.

Binary packages built by this source

golang-github-etherlabsio-go-m3u8-dev: 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).