8000 GitHub - xMOROx/netpix: Distributed stream analysis and visualization tool for RTP and MPEGTS protocols
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ netpix Public

Distributed stream analysis and visualization tool for RTP and MPEGTS protocols

License

Notifications You must be signed in to change notification settings

xMOROx/netpix

Repository files navigation

Netpix

crates.io

RTP/MPEG-TS streams analysis and visualization tool.

Work in progress...

Installation

  1. Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Supports Linux and MacOS.

  1. Netpix depends on libpcap, make sure to install it:
# installed on MacOS by default

# for Ubuntu
sudo apt install libpcap-dev

# if error appears due to lack of linter `cc` 
sudo apt install build-essential

# for Arch
sudo pacman -S libpcap
  1. Install netpix using the Rust toolchain:
cargo install --locked netpix
  1. Run Netpix:
netpix --help

About

Distributed stream analysis and visualization tool for RTP and MPEGTS protocols

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0