aboutsummaryrefslogtreecommitdiffstats
path: root/examplesite/multiplex.mux
blob: 1f1983ec34b220b80096da2c1b99b5c3f2c85187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
; Example configuration file for site.
; Please see ODR-DabMux repository for more details
;
general {
    dabmode 1
    nbframes 0
    syslog 1
    writescca false
    tist false
    statsserverport 12720
}

remotecontrol {
    telnetport 12721
}

ensemble {
    id 0xabcd
    ecc 0x01
    label "ODR-mmbTools"
    shortlabel "mmbTools"
    international-table 1
    local-time-offset auto
}

services {
    srv_radio1 {
        label "radio1"
        id 0x6543
    }
    srv_radio2 {
        label "radio2"
        id 0x6542
    }
}

subchannels {
    sub_radio1 {
        type dabplus
        inputfile "tcp://*:9000"
        zmq-buffer 80
        zmq-prebuffering 40
        bitrate 80
        id 1
        protection 3
    }
    sub_radio2 {
        type dabplus
        inputfile "tcp://*:9001"
        zmq-buffer 80
        zmq-prebuffering 40
        bitrate 80
        id 2
        protection 3
    }
}

components {
    comp_radio1 {
        label "radio1"
        shortlabel "radio1"
        service srv_radio1
        subchannel sub_radio1
    }
    comp_radio2 {
        label "radio2"
        shortlabel "radio2"
        service srv_radio2
        subchannel sub_radio2
    }
}

outputs {
    stdout "fifo:///dev/stdout?type=raw"
}