go-flv icon indicating copy to clipboard operation
go-flv copied to clipboard

FLV decoder/encoder library written in Go.

go-flv

ci codecov GoDoc Go Report Card license

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

License

Boost Software License - Version 1.0

References