diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.mux | 7 |
1 files changed, 6 insertions, 1 deletions
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 |