Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 619 Bytes

File metadata and controls

19 lines (15 loc) · 619 Bytes

AMBE Server in docker

AMBE decoder/encoder server using md380-emulator.

Based on md380tools and DVSwitch repo

Setup

  • Clone this repository git clone https://github.com/rick51231/ambe-server-docker
  • Build image cd ambe-docker-server && docker build -t ambe-server .
  • Run docker run -p 127.0.0.0:2470:2470/udp -dit ambe-server
  • Use UDP port 2470 with Analog_Bridge or similar

Configuration example:

[GENERAL]
decoderFallBack = true
useEmulator = true
emulatorAddress = 127.0.0.1:2470