diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CVS/Entries | 2 | ||||
-rw-r--r-- | doc/CVS/Repository | 1 | ||||
-rw-r--r-- | doc/CVS/Root | 1 | ||||
-rw-r--r-- | doc/example.config | 11 |
4 files changed, 11 insertions, 4 deletions
diff --git a/doc/CVS/Entries b/doc/CVS/Entries deleted file mode 100644 index c5e13a7..0000000 --- a/doc/CVS/Entries +++ /dev/null @@ -1,2 +0,0 @@ -/DabMux.1/1.3/Thu Jul 22 14:50:01 2010// -D diff --git a/doc/CVS/Repository b/doc/CVS/Repository deleted file mode 100644 index 3ae78ec..0000000 --- a/doc/CVS/Repository +++ /dev/null @@ -1 +0,0 @@ -crc-dabmux/doc diff --git a/doc/CVS/Root b/doc/CVS/Root deleted file mode 100644 index 9e5f945..0000000 --- a/doc/CVS/Root +++ /dev/null @@ -1 +0,0 @@ -:pserver:pascal@mmlab.dgbt.crc.ca:/home/cvsroot diff --git a/doc/example.config b/doc/example.config index 25a0809..127d37a 100644 --- a/doc/example.config +++ b/doc/example.config @@ -92,6 +92,17 @@ subchannels { id 1 protection 1 } + + rick2 { + type dabplus + ; for dabplus types, you can use the ZeroMQ input (if compiled in) + ; with the following configuration: + inputfile "tcp://localhost:9000" + nonblock false + bitrate 96 + id 1 + protection 1 + } } ; For now, each component links one service to one subchannel |