diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-05-06 10:01:53 +0200 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-05-06 10:01:53 +0200 | 
| commit | a7ee04db7d76cf90b91ba8a78b1afb5bff15cb85 (patch) | |
| tree | 2faee324e4756a4ed5e64deca8a5e399f7b6d8ab | |
| parent | 6004a007c5bd51b95df2ade94d8e67a635369f36 (diff) | |
| download | dabmux-a7ee04db7d76cf90b91ba8a78b1afb5bff15cb85.tar.gz dabmux-a7ee04db7d76cf90b91ba8a78b1afb5bff15cb85.tar.bz2 dabmux-a7ee04db7d76cf90b91ba8a78b1afb5bff15cb85.zip | |
Add protection setting to example.mux
| -rw-r--r-- | doc/example.mux | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/doc/example.mux b/doc/example.mux index a93fbc4..4925629 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -92,6 +92,7 @@ subchannels {          inputfile "funk.mp2"          bitrate 128          id 10 +        protection 3      }      sub-ri {          ; This is our DAB+ programme, using a ZeroMQ @@ -101,6 +102,7 @@ subchannels {          inputfile "tcp://*:9000"          bitrate 96          id 1 +        protection 3          ; ZMQ specific options, mandatory: | 
