#rtp #streaming #networking

app rtpeeker

RTP streams analysis and visualization tool

1 unstable release

0.1.0 Jan 25, 2024

#77 in Multimedia

MIT license

1.5MB
3K SLoC

JavaScript 1.5K SLoC // 0.0% comments Rust 1.5K SLoC // 0.0% comments

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

Dependencies

~16–31MB
~431K SLoC