diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advanced.mux | 13 | ||||
-rw-r--r-- | doc/example.mux | 2 |
2 files changed, 9 insertions, 6 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux index 3a00ca9..f725f84 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -165,10 +165,13 @@ subchannels { protection 4 } sub-lu { - type audio - inputfile "luschtig.mp2" - nonblock false - bitrate 128 + type dabplus + ; EXPERIMENTAL! + ; Receive STI-D(LI) carried in STI(PI, X) inside RTP using UDP. + ; This is intended to be compatible with AVT audio encoders. + ; EXPERIMENTAL! + inputfile "sti-rtp://127.0.0.1:32010" + bitrate 96 id 3 protection 3 } @@ -178,7 +181,7 @@ subchannels { ;inputfile "rick.dabp" ; example zmq input: ; Accepts connections to port 9000 from any interface. - ; Use FDK-AAC-DABplus as encoder + ; Use ODR-AudioEnc as encoder inputfile "tcp://*:9000" bitrate 96 id 1 diff --git a/doc/example.mux b/doc/example.mux index 3f2d6f4..7af47c8 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -110,7 +110,7 @@ subchannels { ; This is our DAB+ programme, using a ZeroMQ type dabplus ; Accepts connections to port 9000 from any interface. - ; Use FDK-AAC-DABplus as encoder + ; Use ODR-AudioEnc as encoder inputfile "tcp://*:9000" bitrate 96 id 1 |