Giter Club home page Giter Club logo

docker-dabmux's Introduction

docker-publish

opendigitalradio/docker-dabmux

Introduction

This repository is part of a project aiming at containerizing the mmbTools software stack of Open Digital Radio.

This repository features the dab multiplexer (v4.2.1) component.

Quick setup

  1. Get this repository on your host

  2. Declare your time zone:

    TZ=your_time_zone (ex: TZ=Europe/Zurich)
    
  3. Declare your mux configuration file:

    MUX_CONFIG=$(pwd)/config/odr-dabmux.info
    
  4. Run the container. Please note that the image uses ports:

    • 9001 - 9016: incoming audio/PAD streams
    • 9201: output stream
    • 12720: multiplexer server management port
    • 12721: multiplexer ftp port
    • 12722: multiplexer ZMQ RC port
    docker container run \
        --name odr-dabmux \
        --detach \
        --rm \
        --env "TZ=${TZ}" \
        --network odr \
        --publish 9201:9201 \
        --publish 12720:12720 \
        --publish 12721:12721 \
        --publish 12722:12722 \
        --volume ${MUX_CONFIG}:/mnt/mux.ini \
        opendigitalradio/dabmux:latest \
        /mnt/mux.ini
    

Test

You can verify the dab multiplex output stream by following these steps:

  1. Ensure you installed wget and dablin packages on your host:
  2. Run the following command on your host:
    wget -q -O - localhost:9201 | dablin_gtk -f edi -I -1
    

docker-dabmux's People

Contributors

colisee avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.