Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yutopp/go-rtmp
RTMP 1.0 server/client library written in Go.
https://github.com/yutopp/go-rtmp
golang rtmp rtmp-server
Last synced: about 6 hours ago
JSON representation
RTMP 1.0 server/client library written in Go.
- Host: GitHub
- URL: https://github.com/yutopp/go-rtmp
- Owner: yutopp
- License: bsl-1.0
- Created: 2018-05-19T19:31:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T02:30:15.000Z (6 months ago)
- Last Synced: 2024-07-16T02:51:20.877Z (6 months ago)
- Topics: golang, rtmp, rtmp-server
- Language: Go
- Homepage:
- Size: 296 KB
- Stars: 381
- Watchers: 12
- Forks: 79
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-rtmp
[![ci](https://github.com/yutopp/go-rtmp/workflows/ci/badge.svg)](https://github.com/yutopp/go-rtmp/actions?query=workflow%3Aci)
[![codecov](https://codecov.io/gh/yutopp/go-rtmp/branch/master/graph/badge.svg?token=KXgQ1x8BQP)](https://codecov.io/gh/yutopp/go-rtmp)
[![GoDoc](https://godoc.org/github.com/yutopp/go-rtmp?status.svg)](http://godoc.org/github.com/yutopp/go-rtmp)
[![Go Report Card](https://goreportcard.com/badge/github.com/yutopp/go-rtmp)](https://goreportcard.com/report/github.com/yutopp/go-rtmp)
[![license](https://img.shields.io/github/license/yutopp/go-rtmp.svg)](https://github.com/yutopp/go-rtmp/blob/master/LICENSE_1_0.txt)RTMP 1.0 server/client library written in Go.
*Work in progress*
## Installation
```
go get github.com/yutopp/go-rtmp
```See also [server_demo](https://github.com/yutopp/go-rtmp/tree/master/example/server_demo) and [client_demo](https://github.com/yutopp/go-rtmp/blob/master/example/client_demo/main.go).
## Documentation
- [GoDoc](https://pkg.go.dev/github.com/yutopp/go-rtmp)
- [REAL-TIME MESSAGING PROTOCOL (RTMP) SPECIFICATION](https://www.adobe.com/devnet/rtmp.html)## NOTES
### How to limit bitrates or set timeouts
- Please use [yutopp/go-iowrap](https://github.com/yutopp/go-iowrap).
## License
[Boost Software License - Version 1.0](./LICENSE_1_0.txt)