#rtp #streaming #networking

app rtpeeker

RTP流分析和可视化工具

1个不稳定版本

0.1.0 2024年1月25日

#147 in 多媒体

MIT 许可证

1.5MB
3K SLoC

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

RTPeeker

CI crates.io

RTP流分析和可视化工具。

进行中...

安装

支持Linux和MacOS。

  1. RTPeeker依赖于libpcap,请确保安装它
# installed on MacOS by default

# for Ubuntu
sudo apt install libpcap-dev

# for Arch
sudo pacman -S libpcap
  1. 使用Rust工具链安装RTPeeker
cargo install --locked rtpeeker
  1. 运行RTPeeker
rtpeeker --help

依赖关系

~16–29MB
~416K SLoC