Skip to content

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

Notifications You must be signed in to change notification settings

kylophone/xplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

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 SoX, and also rtpdump from RTP Tools.

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages