diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-12-15 15:56:32 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2013-12-15 16:32:15 +0100 |
commit | f172d049863a38f33e8b15a3e47d4904b2c81323 (patch) | |
tree | 3c4fa6fba8002a1b5d9ce2edbd9720ba13d8417f /doc | |
parent | 2b52846562d310d55a5e16149523e2aa7de2ab0a (diff) | |
download | dabmux-f172d049863a38f33e8b15a3e47d4904b2c81323.tar.gz dabmux-f172d049863a38f33e8b15a3e47d4904b2c81323.tar.bz2 dabmux-f172d049863a38f33e8b15a3e47d4904b2c81323.zip |
Add ZeroMQ dabplus input
For use in combination with fdk-aac-dabplus-zmq
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 |