Skip to content

nicolassturmel/aes67-web-monitor

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

aes67-web-monitor

AES67-web-monitor is a micro service that allows you to monitor your LAN AES67 streams on your browser. This means ... on your phone too !

How To

First get code

git clone https://github.com/nicolassturmel/aes67-web-monitor
cd aes67-web-monitor

then the dependencies

npm i

Then just run

sudo node --experimental-worker server.js

Once on the webpage, choose an interface to discover from and wait for SAP to do its magic

Why root ?

The PTP ports are bellow 1024 and require root privileges to be openned

What port is the webserver ?

The webserver is on port 8067

What about the RTP indicator ?

This indicator has 3 parts, left, center and right.

  • Left shows the delay, narrow means a tight delay (packet arrives when it should), wide means a high delay. Mean in black, local max in green absolute max in red. If black is narrow and green is wide, this means a high delay variance.
  • Right give the same information on inter packet time (time between packet processing)
  • Center is just a color indicator. Black: no stream, green: ok, orange: uncertain, red: outside AES67 specs

So:

  • symmetrical narrow streams are typically local, fpga generated, streams
  • asymmetrical, wide on the left, are streams with a clock offset etc...

Help needed

  • Improve stability
  • Accomodate to more than two channels
  • Have different metering (LUFS...)

Credits

The web pcm player is code originaly from https://github.com/samirkumardas/pcm-player then tweaked for realtime

About

Tool to remotely AES67 streams with a web page: vu meter, RTP and time statistics and PCM sound in the web page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published