From 9ff0ecbe4d151d5b65a1e9bb97e85d454b836bbb Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 12 Feb 2014 19:35:05 +0100 Subject: update example.mux --- doc/example.mux | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/example.mux b/doc/example.mux index 8e5fbb9..8372a78 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -53,8 +53,8 @@ remotecontrol { ; Some ensemble parameters ensemble { - id 20479 - ecc 1249 ; Extended Country Code (decimal) + id 0x4fff ; you can also use decimal if you want + ecc 0xec ; Extended Country Code label "TuxMux" shortlabel "Tux" } @@ -87,7 +87,12 @@ services { subchannels { funk { type audio + ; example file input inputfile "funk.mp2" + ; example zmq input: + ; accept connections to port 9001 from any interface + ; use toolame-dab as encoder + ;inputfile "tcp://*:9001" nonblock false bitrate 128 id 10 -- cgit v1.2.3