https://github.com/lvala/rtpeeker
RTP streams analysis and visualization tool
https://github.com/lvala/rtpeeker
analysis multimedia rtcp rtp streaming visualization
Last synced: 2 months ago
JSON representation
RTP streams analysis and visualization tool
- Host: GitHub
- URL: https://github.com/lvala/rtpeeker
- Owner: LVala
- License: mit
- Created: 2023-05-05T20:38:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T19:45:54.000Z (over 1 year ago)
- Last Synced: 2024-04-24T03:25:21.018Z (about 1 year ago)
- Topics: analysis, multimedia, rtcp, rtp, streaming, visualization
- Language: Rust
- Homepage:
- Size: 3.79 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RTPeeker

RTP streams analysis and visualization tool.
_Work in progress..._
## Installation
Supports Linux and MacOS.
1. RTPeeker depends on `libpcap`, make sure to install it:
```shell
# installed on MacOS by default# for Ubuntu
sudo apt install libpcap-dev# for Arch
sudo pacman -S libpcap
```2. Install RTPeeker using the [Rust toolchain](https://www.rust-lang.org/tools/install):
```shell
cargo install --locked rtpeeker
```3. Run RTPeeker:
```shell
rtpeeker --help
```