# README
go-rtmp
RTMP 1.0 server/client library written in Go.
Tested on
- OBS Studio
- restream.io
- ffmpeg
- gstreamer (gst-launch)
Installation
go get github.com/GetStream/go-rtmp
See also server_demo and client_demo.
Documentation
NOTES
How to limit bitrates or set timeouts
- Please use yutopp/go-iowrap.