https://github.com/yutopp/go-flv
FLV decoder/encoder library written in Go.
https://github.com/yutopp/go-flv
flv golang
Last synced: 23 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T04:24:06.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T03:04:30.696Z (about 1 month ago)
- Topics: flv, golang
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 42
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
# go-flv
[](https://github.com/yutopp/go-flv/actions?query=workflow%3Aci)
[](https://codecov.io/gh/yutopp/go-flv)
[](http://godoc.org/github.com/yutopp/go-flv)
[](https://goreportcard.com/report/github.com/yutopp/go-flv)
[](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