Giter Club home page Giter Club logo

dabplus-on-air-processing's Introduction

RaBe DAB+ On Air Processing

RaBe DAB+ On Air Processing processes and encodes an audio stream for later broadcasting at an opendigitalradio broadcast service provider.

This uses simple internet radio processing technology to prepare our DAB+ stream letting us save the cost of buying a gold standard Omnia DAB+ processor.

It is written in liquidsoap and integrates mk_liquidsoap_process from mkpascal with the fdk-aac-dabplus-odr encoder. Parts of the processing chain are inspired by conduit.

Requirements

A working install of the RaBe Liquidsoap distribution or any other liquidsoap install. The examples below depend on the systemd configuration from the RaBe dist.

Install

RaBe DAB+ On Air Processing is packaged for CentOS7.

yum install -y epel-release
yum install -y http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
curl -o /etc/yum.repos.d/liquidsoap.repo \
  http://download.opensuse.org/repositories/home:/radiorabe:/liquidsoap/CentOS_7/home:radiorabe:liquidsoap.repo
curl -o /etc/yum.repos.d/dab.repo \
  http://download.opensuse.org/repositories/home:/radiorabe:/dab/CentOS_7/home:radiorabe:dab.repo

yum install -y dabplus-on-air-processing

Usage

Enable and start the processor and odr-padenc.

systemctl enable dabplus-odr-padenc@dabplus-on-air-processing
systemctl enable liquidsoap@dabplus-on-air-processing

systemctl start dabplus-odr-padenc@dabplus-on-air-processing
systemctl start liquidsoap@dabplus-on-air-processing

systemctl status dabplus-odr-padenc@dabplus-on-air-processing
systemctl status liquidsoap@dabplus-on-air-processing

You may put slides and DL text files into /var/tmp/odr/padenc/dabplus-on-air-processing/{slides,texts}.

Testing

You can listen to the encoded zmq frames from the encoder by muxing them and piping the results to dablin.

yum install -y odr-dabmux dablin

odr-dabmux /usr/share/doc/odr-dabmux-1.0.0/example.mux | dablin -s 0x8dab

You'll need to remove the comp-fu component and its subchannel and service from the example above and you should work on a copy of the file. Remember to set nbframes to zero if you want the mux to run forever.

Development

This repository contains the main processing script as well as the tooling needed to package it on the openbuild service.

dabplus-on-air-processing's People

Contributors

hairmare avatar paraenggu avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dabplus-on-air-processing's Issues

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.