rtp.cr

WIP: simple parser for RTP packets. Later will be more.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      rtp:
        github: Odebe/rtp
  2. Run shards install

Usage

require "rtp"

# look at examples/

To build examples simply run.

make build_examples

Look for binaries in bin, lol.

Development and Contributing

Don't touch my garbage.

Contributors