User Tools

Site Tools


Sidebar

Dan's Wiki

DokuWiki Instructions (local) DokuWiki Manual
Site Checker (Orphans Wanted)

Edit Sidebar

projects:audiooverip:start

This is an old revision of the document!


Audio over IP

http://www.pogo.org.uk/~mark/trx/

  • sudo apt-get update
  • sudo apt-get install libasound2-dev (gets alsa/asoundlib.h)
  • sudo apt-get install opus-tools (trying to get opus/opus.h)
  • sudo apt-get install ffmpeg (trying to get opus/opus.h)
  • sudo apt-get install -y libopus-dev (get opus/opus.h)
  • sudo apt-get install libortp-dev (get ortp/ortp.h)
  • make

Troubleshooting

On transmit side, kept getting directory-not-found errors.

This helped:

https://github.com/eugenehp/trx/issues/3

try something like
 
sudo ./tx -d plughw:2,0 -h 239.0.0.1

I added a USB Logitech Audio “card” on the transmit side. Now it doesn't error. Receive side shows errors.

Try cat /proc/asound/devices to see the inserted Logitech Audio

[4/7/2020]

projects/audiooverip/start.1586281711.txt.gz · Last modified: 2020/04/07 17:48 by dwheele