Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yutopp/go-flv

FLV decoder/encoder library written in Go.
https://github.com/yutopp/go-flv

flv golang

Last synced: about 6 hours ago
JSON representation

FLV decoder/encoder library written in Go.

Awesome Lists containing this project

README

        

# go-flv

[![ci](https://github.com/yutopp/go-flv/workflows/ci/badge.svg)](https://github.com/yutopp/go-flv/actions?query=workflow%3Aci)
[![codecov](https://codecov.io/gh/yutopp/go-flv/branch/master/graph/badge.svg?token=31FKbT3oBh)](https://codecov.io/gh/yutopp/go-flv)
[![GoDoc](https://godoc.org/github.com/yutopp/go-flv?status.svg)](http://godoc.org/github.com/yutopp/go-flv)
[![Go Report Card](https://goreportcard.com/badge/github.com/yutopp/go-flv)](https://goreportcard.com/report/github.com/yutopp/go-flv)
[![license](https://img.shields.io/github/license/yutopp/go-flv.svg)](https://github.com/yutopp/go-flv/blob/master/LICENSE_1_0.txt)

FLV decoder/encoder library written in Go.

- [x] decoder
- [x] header
- [x] body
- [x] tags
- [x] flv
- [x] audio
- [x] video
- [x] data
- [x] encoder
- [x] header
- [x] body
- [x] tags
- [x] flv
- [x] audio
- [x] video
- [x] data

## Installation

```
go get github.com/yutopp/go-flv
```

## Examples

- [yutopp/go-flv-examples](https://github.com/yutopp/go-flv-examples)

## License

[Boost Software License - Version 1.0](./LICENSE_1_0.txt)

## References

- [FLV specification](https://rtmp.veriskope.com/pdf/video_file_format_spec_v10.pdf)
- The FLV File Format