RTP/MPEG-TS streams analysis and visualization tool.
Work in progress...
- Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shSupports Linux and MacOS.
- 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- Install netpix using the Rust toolchain:
cargo install --locked netpix- Run Netpix:
netpix --help