summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-01-24 21:49:37 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-01-24 21:49:37 +0100
commit713a5bc97a02e79b8e53dc96d64817f7f34ce311 (patch)
tree50fc56be4e43955ed4eba331bb3fa4790ce42f53 /doc
parenta7c82da68b1adc66e9ea8f4db9b1bef6c2bfd9e2 (diff)
downloaddabmux-713a5bc97a02e79b8e53dc96d64817f7f34ce311.tar.gz
dabmux-713a5bc97a02e79b8e53dc96d64817f7f34ce311.tar.bz2
dabmux-713a5bc97a02e79b8e53dc96d64817f7f34ce311.zip
Add experimental untested STI input for AVT encoders
Diffstat (limited to 'doc')
-rw-r--r--doc/advanced.mux13
-rw-r--r--doc/example.mux2
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