SkillAgentSearch skills...

Xplay

Tool for playing Axia Livewire AoIP (AES67) streams from the command line.

Install / Use

/learn @kylophone/Xplay
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

xplay

xplay is a tool for playing Axia Livewire AoIP streams from the command line. Functionally the same as Axia iPlay on Windows, this is a an option for engineers using Linux or OS X. xplay works by piping the audio payload from a multicast RTP stream directly into the SoX utility play along with a few stream parameters.

dependencies

You'll need play which comes with <a href = "http://sox.sourceforge.net/">SoX</a>, and also rtpdump from <a href = "http://www.cs.columbia.edu/irt/software/rtptools/">RTP Tools</a>.

setup

If you've installed play and rtpdump somewhere odd, you'll need to update those paths in xplay.py

$ chmod +x xplay.py
$ cp xplay.py /usr/local/bin/xplay

usage

Make sure you assign your computer an IP address that is on the Axia network. Run xplay with the Axia channel number you'd like to listen in on, and you'll hear the Livewire stream. ^C to end.

$ xplay 32767
View on GitHub
GitHub Stars39
CategoryDevelopment
Updated3mo ago
Forks8

Languages

Python

Security Score

72/100

Audited on Dec 25, 2025

No findings