From fc1c06b3f8d925d9d46ae9103aa530f906921bdf Mon Sep 17 00:00:00 2001 From: "Alexander I.Grafov" Date: Wed, 13 Nov 2019 21:13:40 +0300 Subject: [PATCH] Add video/m3u8 library (#2810) * Add video/m3u8 library * Add m3u8 library to the list with right order --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 235e33e2..1f0e8daa 100644 --- a/README.md +++ b/README.md @@ -1887,6 +1887,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gst](https://github.com/ziutek/gst) - Go bindings for GStreamer. * [libgosubs](https://github.com/wargarblgarbl/libgosubs) - Subtitle format support for go. Supports .srt, .ttml, and .ass. * [libvlc-go](https://github.com/adrg/libvlc-go) - Go bindings for libvlc 2.X/3.X/4.X (used by the VLC media player). +* [m3u8](https://github.com/grafov/m3u8) - Parser and generator library of M3U8 playlists for Apple HLS. * [v4l](https://github.com/korandiz/v4l) - Video capture library for Linux, written in Go. ## Web Frameworks