diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-11-12 20:47:49 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-11-12 20:47:49 +0100 |
commit | 41f57865bad64945fb8a3ca663094cc776b4215d (patch) | |
tree | 5cfb4b4219ef36cec5ea30d08e434cf5ff6d4633 /test.config | |
parent | fef6bd4c792add65a0cff3d0175fb7b3e38c4057 (diff) | |
download | mmbtools-aux-41f57865bad64945fb8a3ca663094cc776b4215d.tar.gz mmbtools-aux-41f57865bad64945fb8a3ca663094cc776b4215d.tar.bz2 mmbtools-aux-41f57865bad64945fb8a3ca663094cc776b4215d.zip |
add documentation and some files
Diffstat (limited to 'test.config')
-rw-r--r-- | test.config | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/test.config b/test.config new file mode 100644 index 0000000..20859ed --- /dev/null +++ b/test.config @@ -0,0 +1,67 @@ +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 + + + ; Enable TCPLog on port 12222 + tcplog false + writescca false + tist false +} + +; Some ensemble parameters +ensemble { + id 20479 + ecc 1249 ; Extended Country Code (decimal) + label "TuxMux" + shortlabel "Tux" +} + +services { + fbp { + label "fb+" + shortlabel "fb+" + pty 0 + language 0 + ; also supports id + } +} + +; The subchannels are defined in the corresponding section. +; supported types are : audio, bridge, data, enhancedpacket, +; dabplus, dmb, packet, test +subchannels { + fbp { + type dabplus + inputfile "fb.dabp" + nonblock false + bitrate 96 + id 10 + 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. + funky { + label "CoSin" + shortlabel "CoSin" + service fbp + subchannel fbp + } +} + +; A list of outputs, in the format +; unique_id "uri" +outputs { + foobar "fifo:///dev/stdout?type=raw" + + ; This throttles muxing down to nominal rate + throttle "simul://" + +} |