From 713a5bc97a02e79b8e53dc96d64817f7f34ce311 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 24 Jan 2017 21:49:37 +0100 Subject: Add experimental untested STI input for AVT encoders --- doc/advanced.mux | 13 ++++++++----- doc/example.mux | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3