go-rtmp

February 17, 2021 ยท View on GitHub

ci codecov GoDoc Go Report Card license

RTMP 1.0 server/client library written in Go.

Work in progress

Installation

go get github.com/yutopp/go-rtmp

See also server_demo and client_demo.

Documentation

  • GoDoc
  • REAL-TIME MESSAGING PROTOCOL (RTMP) SPECIFICATION

NOTES

How to limit bitrates or set timeouts

  • Please use yutopp/go-iowrap.

License

Boost Software License - Version 1.0

Contents

  1. 1Installation
  2. 2Documentation
  3. 3NOTES
  4. 3.1How to limit bitrates or set timeouts
  5. 4License