diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-08-24 14:09:59 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2022-08-24 14:09:59 +0200 |
commit | 691708e7fd4929e5d0835978e9a652e118c641f1 (patch) | |
tree | 47aac8621b0475a69080fa53f3c07132998db23f /doc/example.mux | |
parent | 210336e55efa9ccc6295f8767935570532e80a41 (diff) | |
download | dabmux-691708e7fd4929e5d0835978e9a652e118c641f1.tar.gz dabmux-691708e7fd4929e5d0835978e9a652e118c641f1.tar.bz2 dabmux-691708e7fd4929e5d0835978e9a652e118c641f1.zip |
Support reading mux config in JSON
Diffstat (limited to 'doc/example.mux')
-rw-r--r-- | doc/example.mux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/example.mux b/doc/example.mux index 03fb3f0..9a5686b 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -3,6 +3,9 @@ ; It doesn't show all possible options. A more detailed example ; is available in doc/advanced.mux ; +; The configuration file can also be given in JSON format, an +; example is given in doc/example.json +; ; It contains two services, one DAB and one DAB+, and also shows ; both the file input useful for offline processing, and the ; EDI input useful in a 24/7 scenario. |