repositorypackage
0.0.0-20230829211117-1c4f5a5c81ed
Repository: https://github.com/livekit/go-rtmp.git
Documentation: pkg.go.dev
# README
go-rtmp
RTMP 1.0 server/client library written in Go, forked from github.com/yutopp/go-rtmp to change some of the error handling behavior.
Installation
go get github.com/livekit/go-rtmp
See also server_demo and client_demo.
Documentation
NOTES
How to limit bitrates or set timeouts
- Please use yutopp/go-iowrap.