diff options
| author | colisee <64310405+colisee@users.noreply.github.com> | 2022-03-14 09:22:45 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-14 09:22:45 +0100 | 
| commit | 69dbc747a5dab2fc56c5f25e505bf8d4d39f002a (patch) | |
| tree | e7e85b7e0d02c1b9e0ffc26f2b6453e3e47e257f /config/odr-dabmux.info | |
| parent | 82b0aced9133507f588486bcef3af322672e8819 (diff) | |
| parent | 63fee7f70c8cf1fd05e3b9d2d4bed4d3dfd148bb (diff) | |
| download | dab-scripts-master.tar.gz dab-scripts-master.tar.bz2 dab-scripts-master.zip | |
v3.0.0
Diffstat (limited to 'config/odr-dabmux.info')
| -rw-r--r-- | config/odr-dabmux.info | 99 | 
1 files changed, 99 insertions, 0 deletions
| diff --git a/config/odr-dabmux.info b/config/odr-dabmux.info new file mode 100644 index 0000000..91eb04f --- /dev/null +++ b/config/odr-dabmux.info @@ -0,0 +1,99 @@ +general { +    dabmode 1 +    nbframes 0 +    syslog false +    tist false +    managementport 12720 +} + +remotecontrol { +    telnetport 12721 +    zmqendpoint tcp://lo:12722 +} + +ensemble { +    id 0x4fff +    ecc 0xe1 +    local-time-offset auto +    international-table 1 +    reconfig-counter hash +    label "Micro DAB" +    shortlabel "M DAB" +} + +services { +    srv-01 { +        id 0xb1c7 +        ecc 0xe2 +        label "RADIO MONACO" +        shortlabel "MONACO" +        pty 10 +        pty-sd static +        language 0x0f +    } +    srv-02 { +        id 0xc479 +        ecc 0xe1 +        label "CAPITAL LONDON" +        shortlabel "CAPITAL" +        pty 10 +        pty-sd static +        language 0x09 +    } +} + +subchannels { +    sub-01 { +        type dabplus +        bitrate 128 +        id 1 +        protection 3 +        inputproto edi +        inputuri "tcp://127.0.0.1:9001" +        buffer-management prebuffering +        buffer 40 +        prebuffering 20 +    } +    sub-02 { +        type dabplus +        bitrate 128 +        id 2 +        protection 3 +        inputproto edi +        inputuri "tcp://127.0.0.1:9002" +        buffer-management prebuffering +        buffer 40 +        prebuffering 20 +    } +} + +components { +    comp-01 { +        service srv-01 +        subchannel sub-01 +        user-applications { +            userapp "slideshow" +        } +    } +    comp-02 { +        service srv-02 +        subchannel sub-02 +        user-applications { +            userapp "slideshow" +        } +    } +} + +outputs { +    edi { +        destinations { +            edi_tcp { +                protocol tcp +                listenport 9201 +            } +        } +    } + +    ; Throttle output to real-time (one ETI frame every 24ms) +    throttle "simul://" +} | 
