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

Changelog

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

  * Initial release (Closes: #1059753)

 -- Maytham Alsudany <email address hidden>  Sun, 31 Dec 2023 20:26:54 +0800

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-etherlabsio-go-m3u8_1.0.0-1.dsc 2.3 KiB 6b4470e699e5b3e4ba8411492dfc17df3bc26e8f97d32e0b17e904924fb701e4
golang-github-etherlabsio-go-m3u8_1.0.0.orig.tar.gz 22.8 KiB 4f0c24f477669744d31289a91d0b06f73b35f5a5386fce17d10e2a7413f458d8
golang-github-etherlabsio-go-m3u8_1.0.0-1.debian.tar.xz 2.4 KiB e862e26586d65384f761816c6f261acc825d598ed54bc10c557e00ab5193d771

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).