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/example.config | |
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/example.config')
-rw-r--r-- | doc/example.config | 11 |
1 files changed, 11 insertions, 0 deletions
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 |