From b4484f4bf653b2a52afd5d0c70daecc1ad498cd2 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 5 Jan 2014 16:19:36 +0100 Subject: invert ZMQ input direction (encoders connect to mux) --- doc/example.mux | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/example.mux b/doc/example.mux index 127d37a..868211d 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -86,7 +86,12 @@ subchannels { } rick { type dabplus - inputfile "rick.dabp" + ; example file input + ;inputfile "rick.dabp" + ; example zmq input: + ; accept connections to port 9000 from any interface + ; use fdk-aac-dabplus-zmq as encoder + inputfile "tcp://*:9000" nonblock false bitrate 96 id 1 -- cgit v1.2.3