diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-18 13:54:44 +0200 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-18 13:54:44 +0200 | 
| commit | 5c3a6f583ca5009485e30a97c63dcc63c3c76bc2 (patch) | |
| tree | 84b713b72578708c29b2b34771e7e6aea87c13f2 | |
| parent | 0683f8f24372162fc6adf2e99415b0831af17801 (diff) | |
| download | mmbtools-aux-5c3a6f583ca5009485e30a97c63dcc63c3c76bc2.tar.gz mmbtools-aux-5c3a6f583ca5009485e30a97c63dcc63c3c76bc2.tar.bz2 mmbtools-aux-5c3a6f583ca5009485e30a97c63dcc63c3c76bc2.zip | |
new zmq parameters
| -rw-r--r-- | zmq-simul.mux | 24 | 
1 files changed, 17 insertions, 7 deletions
| diff --git a/zmq-simul.mux b/zmq-simul.mux index 64346fc..186e1eb 100644 --- a/zmq-simul.mux +++ b/zmq-simul.mux @@ -10,7 +10,7 @@ general {      syslog false      writescca false -    tist false +    tist true  }  remotecontrol { @@ -21,8 +21,11 @@ remotecontrol {  ; Some ensemble parameters  ensemble {      id 0x4fff -    ecc 225 ; Extended Country Code (decimal) -    local-time-offset -1 + +    ; Extended Country Code (decimal) +    ecc 225 + +    local-time-offset 2      international-table 1      label "TuxMux"      shortlabel "Tux" @@ -52,15 +55,22 @@ subchannels {          type dabplus          ; use ZeroMQ:          inputfile "tcp://*:9000" -        nonblock false +        zmq-buffer 40 +        zmq-prebuffering 20          bitrate 64          id 24          protection 3 + +        encryption 1 +        secret-key "keys/mux.sec" +        public-key "keys/mux.pub" +        encoder-key "keys/encoder1.pub"      }      sub-label {          type audio          inputfile "tcp://*:9001" -        nonblock false +        zmq-buffer 40 +        zmq-prebuffering 20          bitrate 128          id 4          protection 3 @@ -88,8 +98,8 @@ components {  ; A list of outputs, in the format  ; unique-id "uri"  outputs { -    stdout "fifo:///dev/stdout?type=raw" -    ;zmq  "zmq+tcp://*:8080" +    ;stdout "fifo:///dev/stdout?type=raw" +    ;zmq  "zmq+tcp://*:9100"      ; This throttles muxing down to nominal rate      throttle "simul://" | 
