general { ; the DAB Transmission mode (values 1-4 accepted) dabmode 1 ; the number of ETI frames to generate (set to 0 to get an unlimited number) nbframes 0 ; The statsserver for extracting statistics statsserverport 12720 syslog false writescca false tist false } remotecontrol { ; enable the remote control server telnetport 12721 } ; Some ensemble parameters ensemble { id 0x4fff ecc 225 ; Extended Country Code (decimal) label "TuxMux" shortlabel "Tux" } services { srv_fb { label "FB" shortlabel "FB" pty 0 language 0 id 60 ; also supports id } srv_label { label "label" id 40 ; also supports id } } ; The subchannels are defined in the corresponding section. ; supported types are : audio, bridge, data, enhancedpacket, ; dabplus, dmb, packet, test subchannels { sub_fb { type dabplus ; use ZeroMQ: inputfile "tcp://*:9000" nonblock false bitrate 64 id 24 protection 3 } sub_label { type audio inputfile "tcp://*:9001" nonblock false bitrate 128 id 4 protection 3 } } ; For now, each component links one service to one subchannel components { ; the component unique identifiers are not used anywhere, but ; are useful to disambiguate different components. comp_fb { label "FB" shortlabel "FB" service srv_fb subchannel sub_fb } comp_label { label "label" service srv_label subchannel sub_label } } ; A list of outputs, in the format ; unique_id "uri" outputs { foobar "fifo:///dev/stdout?type=raw" ;zmq "zmq+tcp://*:8080" ; This throttles muxing down to nominal rate throttle "simul://" }