rtpeeker

Crates.iortpeeker
lib.rsrtpeeker
version0.1.0
sourcesrc
created_at2024-01-25 19:42:49.606276
updated_at2024-01-25 19:42:49.606276
descriptionRTP streams analysis and visualization tool
homepagehttps://github.com/LVala/rtpeeker/
repositoryhttps://github.com/LVala/rtpeeker/
max_upload_size
id1114232
size2,948,548
Ɓukasz Wala (LVala)

documentation

README

RTPeeker

CI crates.io

RTP streams analysis and visualization tool.

Work in progress...

Installation

Supports Linux and MacOS.

  1. RTPeeker depends on libpcap, make sure to install it:
# installed on MacOS by default

# for Ubuntu
sudo apt install libpcap-dev

# for Arch
sudo pacman -S libpcap
  1. Install RTPeeker using the Rust toolchain:
cargo install --locked rtpeeker
  1. Run RTPeeker:
rtpeeker --help
Commit count: 0

cargo fmt