Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yutopp/go-flv
- Owner: yutopp
- License: bsl-1.0
- Created: 2018-05-26T19:05:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T04:24:06.000Z (over 1 year ago)
- Last Synced: 2024-11-17T12:50:41.093Z (2 months ago)
- Topics: flv, golang
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 40
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE_1_0.txt
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