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

https://github.com/lvala/rtpeeker

RTP streams analysis and visualization tool
https://github.com/lvala/rtpeeker

analysis multimedia rtcp rtp streaming visualization

Last synced: 2 months ago
JSON representation

RTP streams analysis and visualization tool

Awesome Lists containing this project

README

        

# RTPeeker

![CI](https://img.shields.io/github/actions/workflow/status/LVala/rtpeeker/ci.yml)
![crates.io](https://img.shields.io/crates/v/rtpeeker)

RTP streams analysis and visualization tool.

_Work in progress..._

## Installation

Supports Linux and MacOS.

1. RTPeeker depends on `libpcap`, make sure to install it:

```shell
# installed on MacOS by default

# for Ubuntu
sudo apt install libpcap-dev

# for Arch
sudo pacman -S libpcap
```

2. Install RTPeeker using the [Rust toolchain](https://www.rust-lang.org/tools/install):

```shell
cargo install --locked rtpeeker
```

3. Run RTPeeker:

```shell
rtpeeker --help
```