philhartung / aes67-monitor

AES67 Stream Monitor: Monitor AES67 streams directly
https://aes67.app
MIT License
236 stars 23 forks source link
aes67 aoip audio audio-over-ip dante ravenna st2110

AES67 Stream Monitor

Cross plattform AES67 monitoring app. The app was primarily tested in a hybrid Dante/AES67 environment. Features include:

Here are some screenshots of how the app looks: Screenshot Screenshot Screenshot

Installation

git clone https://github.com/philhartung/aes67-monitor.git
cd aes67-monitor
npm install

The app should then be installed. Audify (audio backend used) prebuilds are available for most major platforms and Node versions. If you need to build Audify from source, see https://github.com/almogh52/audify#requirements-for-source-build.

After installation you can start the app with npm start.

Building

To build a binary for your system, first install the app and then run:

npm run build

This will create a folder for your platform and CPU architecture, containing the binary.

Status

This app is still in early development. Some things that need to be reworked before a more stable release include, but are not limited to:

License and copyright notice

This repository contains code under the MIT License from twbs/bootstrap.