#mpeg-ts #rtp #networking #streaming

app netpix

Multicast streams analysis and visualization tool

1 unstable release

new 0.2.0 Nov 26, 2024

#133 in Visualization

MIT license

1.5MB
8K SLoC

Netpix

crates.io

RTP/MPEG-TS streams analysis and visualization tool.

Work in progress...

Installation

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

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

Dependencies

~16–28MB
~420K SLoC