Skip to content
/ rtpeeker Public

RTP streams analysis and visualization tool

License

Notifications You must be signed in to change notification settings

LVala/rtpeeker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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