#mpeg-ts #rtp #rtcp #protocols #netpix

netpix_common

Crate with common utilities for netpix

4 releases (breaking)

0.5.0 Jan 1, 2025
0.4.0 Dec 16, 2024
0.3.0 Dec 10, 2024
0.2.0 Nov 26, 2024

#718 in Audio


Used in netpix

MIT license

305KB
8K SLoC

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

Dependencies

~0.9–12MB
~125K SLoC