LVala / rtpeeker

RTP streams analysis and visualization tool
MIT License
4 stars 2 forks source link
analysis multimedia rtcp rtp streaming visualization

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