Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 854 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 854 Bytes

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.