From f172d049863a38f33e8b15a3e47d4904b2c81323 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 15 Dec 2013 15:56:32 +0100 Subject: Add ZeroMQ dabplus input For use in combination with fdk-aac-dabplus-zmq --- doc/CVS/Entries | 2 -- doc/CVS/Repository | 1 - doc/CVS/Root | 1 - doc/example.config | 11 +++++++++++ 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 doc/CVS/Entries delete mode 100644 doc/CVS/Repository delete mode 100644 doc/CVS/Root (limited to 'doc') 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 -- cgit v1.2.3