An open API service indexing awesome lists of open source software.

https://github.com/odebe/rtp.cr

WIP: simple parser for RTP packets.
https://github.com/odebe/rtp.cr

real-time-transport-protocol rtp

Last synced: 20 days ago
JSON representation

WIP: simple parser for RTP packets.

Awesome Lists containing this project

README

          

# rtp.cr

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

## Installation

1. Add the dependency to your `shard.yml`:

```yaml
dependencies:
rtp:
github: Odebe/rtp
```

2. Run `shards install`

## Usage

```crystal
require "rtp"

# look at examples/
```

To build examples simply run.
```sh
make build_examples
```
Look for binaries in bin, lol.

## Development and Contributing

Don't touch my garbage.

## Contributors

- [Mihail Odebe](https://github.com/Odebe) - creator and maintainer