https://github.com/yutopp/go-amf0
https://github.com/yutopp/go-amf0
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yutopp/go-amf0
- Owner: yutopp
- License: bsl-1.0
- Created: 2018-05-14T08:02:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T09:37:18.000Z (over 1 year ago)
- Last Synced: 2025-03-26T03:04:33.139Z (about 1 month ago)
- Language: Go
- Size: 47.9 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
# go-amf0
[](https://github.com/yutopp/go-amf0/actions/workflows/ci.yml)
[](https://codecov.io/gh/yutopp/go-amf0)
[](http://godoc.org/github.com/yutopp/go-amf0)
[](https://goreportcard.com/report/github.com/yutopp/go-amf0)
[](https://github.com/yutopp/go-amf0/blob/master/LICENSE_1_0.txt)AMF0 encoder/decoder library written in Go.
- [ ] Decoder
- [x] Number
- [x] Boolean
- [x] String
- [x] Object
- [ ] Movieclip
- [x] null
- [ ] undefined
- [ ] Reference
- [x] ECMA Array
- [x] Object End
- [x] Strict Array
- [x] Date
- [ ] Long String
- [ ] Unsupported
- [ ] RecordSet
- [ ] XMLDocument
- [ ] Typed Object
- [ ] Encoder
- [x] Number
- [ ] Boolean
- [x] String
- [x] Object
- [ ] Movieclip
- [x] null
- [ ] undefined
- [ ] Reference
- [x] ECMA Array
- [x] Object End
- [x] Strict Array
- [x] Date
- [ ] Long String
- [ ] Unsupported
- [ ] RecordSet
- [ ] XMLDocument
- [ ] Typed Object
- [ ] Documents
- [ ] Optimize## Installation
```
go get github.com/yutopp/go-amf0
```## Licence
[Boost Software License - Version 1.0](./LICENSE_1_0.txt)
## References
- [AMF0 specification](https://rtmp.veriskope.com/pdf/amf0-file-format-specification.pdf)