diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-09-23 15:32:45 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-09-23 15:32:45 +0200 |
commit | d7dfb9bf8b404a434c8b867dcba43ec3efa28f3c (patch) | |
tree | e9a591ed473d09f9992b0fecf751a48c51a565e9 /doc/example.mux | |
parent | 907534bccee046c0499e9f936873c229b247ef95 (diff) | |
download | dabmux-d7dfb9bf8b404a434c8b867dcba43ec3efa28f3c.tar.gz dabmux-d7dfb9bf8b404a434c8b867dcba43ec3efa28f3c.tar.bz2 dabmux-d7dfb9bf8b404a434c8b867dcba43ec3efa28f3c.zip |
Make EDI input buffer configurable
Diffstat (limited to 'doc/example.mux')
-rw-r--r-- | doc/example.mux | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/example.mux b/doc/example.mux index 3c5df5c..3c24c37 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -185,6 +185,15 @@ subchannels { ; timestamped takes into account the TIST inside EDI and inserts the encoded ; audio frame into the ETI frame with the same timestamp buffer-management prebuffering + + ; Maximum size of input buffer, in AAC frames (24ms) + ; when this buffer size is reached, some frames will be + ; discarded to get the size again below this value. + buffer 40 + + ; At startup or after an underrun, the buffer is filled to this + ; amount of AAC frames before streaming starts. + prebuffering 20 } sub-ri { ; This is our DAB+ programme, using a ZeroMQ input |