diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-06-06 18:09:06 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-06-06 18:09:06 +0200 |
commit | 9bd8f004b216834ea02678dba11a94770f3b3e44 (patch) | |
tree | 18ef73015b2bafd427680e200b17217f05a9c0d3 /cosin.mux | |
parent | 764ab2b68bdbee3f012e89b7c07cbb77994d7212 (diff) | |
download | mmbtools-aux-9bd8f004b216834ea02678dba11a94770f3b3e44.tar.gz mmbtools-aux-9bd8f004b216834ea02678dba11a94770f3b3e44.tar.bz2 mmbtools-aux-9bd8f004b216834ea02678dba11a94770f3b3e44.zip |
Add encode-jack.sh
Diffstat (limited to 'cosin.mux')
-rw-r--r-- | cosin.mux | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/cosin.mux b/cosin.mux deleted file mode 100644 index 87e388e..0000000 --- a/cosin.mux +++ /dev/null @@ -1,66 +0,0 @@ -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 - - - syslog 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://" - -} |