Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 644 Bytes

File metadata and controls

6 lines (4 loc) · 644 Bytes

HLS Go module implements HTTP Live Streaming interface for Go. HLS can encode and decode HTTP Live Streams and also provide a tokenizer and a serializer for low level access. This HLS module does not serve HTTP live streams and it's users responsibility to serve HTTP live streams. But HLS provides helper methods to server HTTP live streams.

Examples are available in ./examples/serving-a-video

Documentation with examples are available at pkg.go.dev/github.com/udan-jayanith/HLS