Registry / serialization / grafov-m3u8

grafov-m3u8

JSON →
library0.12.1gogounverified

Parses and generates M3U8 playlists for HTTP Live Streaming (HLS).

go get github.com/grafov/m3u8
INSTALL
IMPORT
SIG · GRAFOV-M3U8
G
grafov-m3u8
serializationgov0.12.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

m3u8
github.com/grafov/m3u8

Create a new media playlist

package main import ( "fmt" "github.com/grafov/m3u8" ) func main() { pl, _ := m3u8.NewMediaPlaylist(3, 10) fmt.Println(pl) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
grafov-m3u8 — go get grafov-m3u8 · libregistry