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.
- Host: GitHub
- URL: https://github.com/odebe/rtp.cr
- Owner: Odebe
- License: mit
- Created: 2021-07-27T20:55:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-28T10:33:32.000Z (about 5 years ago)
- Last Synced: 2025-10-27T22:27:32.682Z (9 months ago)
- Topics: real-time-transport-protocol, rtp
- Language: Crystal
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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