diff options
| author | Yoann QUERET <yoann@queret.net> | 2016-02-09 16:29:25 +0100 | 
|---|---|---|
| committer | Yoann QUERET <yoann@queret.net> | 2016-02-09 16:29:25 +0100 | 
| commit | a153cb1e281357300ae43454cba593b9cf0c3bde (patch) | |
| tree | 4430d0a1019e0f6cbe0e7935f3faaf613ffe343b /examplesite/multiplex.mux | |
| parent | bcd51f68047854efc73f53463e0091bae14b7ad9 (diff) | |
| download | dab-scripts-a153cb1e281357300ae43454cba593b9cf0c3bde.tar.gz dab-scripts-a153cb1e281357300ae43454cba593b9cf0c3bde.tar.bz2 dab-scripts-a153cb1e281357300ae43454cba593b9cf0c3bde.zip | |
Bye bye old script, welcome supervisor
Diffstat (limited to 'examplesite/multiplex.mux')
| -rw-r--r-- | examplesite/multiplex.mux | 76 | 
1 files changed, 0 insertions, 76 deletions
| diff --git a/examplesite/multiplex.mux b/examplesite/multiplex.mux deleted file mode 100644 index 1f1983e..0000000 --- a/examplesite/multiplex.mux +++ /dev/null @@ -1,76 +0,0 @@ -; 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" -} - | 
