/edihttp

Converts a full ensemble DAB EDI stream into single service HTTP EDI streams

Primary LanguageGoApache License 2.0Apache-2.0

EdiHttp

Receives a full ensemble DAB EDI stream from a DAB multiplexer on the configured UDP port. The ensemble will be split up into single service EDI streams for each programme service. The single service EDI streams are then available for streaming via HTTP. It also supports in memory server based timeshift of radio services for a configurable time. The server based timeshift feature is accessible via REST API.

Precompiled

A precompiled docker image is available on docker hub: https://hub.docker.com/r/hradio/edihttp

Build / Requirements / Restrictions

The project edisplitter must be available in the go search path. Run 'go build', edit the config file to match your environment and start the executable.

The input EDI stream must be plain AF layer. Fragmentation is not yet supported.