From d930ee6b9a52f0eb9939b3fe55afd2361944edb2 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli (think)" Date: Fri, 8 Nov 2013 18:14:57 +0100 Subject: add support for ZeroMQ output --- doc/example.config | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'doc/example.config') diff --git a/doc/example.config b/doc/example.config index 0b309eb..25a0809 100644 --- a/doc/example.config +++ b/doc/example.config @@ -57,11 +57,16 @@ services { label "Luschtig" ; pty, language, shortlabel and id can be omitted, and will take default values } + rick { + label "rick" + shortlabel "rick" + } + } ; The subchannels are defined in the corresponding section. ; supported types are : audio, bridge, data, enhancedpacket, - dabplus, dmb, packet, test +; dabplus, dmb, packet, test subchannels { funk { type audio @@ -79,6 +84,14 @@ subchannels { id 3 ;protection 5 } + rick { + type dabplus + inputfile "rick.dabp" + nonblock false + bitrate 96 + id 1 + protection 1 + } } ; For now, each component links one service to one subchannel @@ -98,10 +111,20 @@ components { service luschtig subchannel luschtig } + + ricky { + label "rick" + shortlabel "rick" + service rick + subchannel rick + } } ; A list of outputs, in the format ; unique_id "uri" outputs { foobar "fifo:///dev/stdout?type=raw" + +; ZeroMQ output example + ; zmq "zmq+tcp://*:8080" } -- cgit v1.2.3