#rtp #analysis #stream #rtcp #visualization #multimedia #rtpeeker

rtpeeker_common

Crate with common utilities for rtpeeker

1 unstable release

0.1.0 Jan 25, 2024

#4 in #rtcp

Download history 1/week @ 2024-01-19 5/week @ 2024-02-16 13/week @ 2024-02-23 72/week @ 2024-03-01 7/week @ 2024-03-08 1/week @ 2024-03-15

81 downloads per month
Used in rtpeeker

MIT license

27KB
767 lines

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

~0.7–13MB
~141K SLoC