diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advanced.mux | 5 | ||||
-rw-r--r-- | doc/example.mux | 9 |
2 files changed, 13 insertions, 1 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux index 974df78..ab145fa 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -31,6 +31,11 @@ general { ; This also enables time encoding using the MNSC. tist false + ; On startup, EDI time is initialised to system time. If you want + ; to add an offset, uncomment the following line and give a number + ; in seconds. + ; tist_edioffset 0 + ; The management server is a simple TCP server that can present ; statistics data (buffers, overruns, underruns, etc) ; which can then be graphed a tool like Munin diff --git a/doc/example.mux b/doc/example.mux index 48a89dc..caa4d2d 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -107,6 +107,8 @@ ensemble { ; automatic calculation of the local time offset, set the environment variable TZ ; to your timezone (e.g. TZ=Europe/Rome) before you launch ODR-DabMux + ; FIG1 labels are given with the 'label' and 'shortlabel' keys. + ; ; All labels are maximum 16 characters in length. ; Labels that are valid utf-8 will be converted to EBU Latin Character set ; as defined in ETSI TS 101 756, in Annex C. If it's not valid utf-8, the @@ -118,6 +120,11 @@ ensemble { ; be longer than 8 characters. If omitted, it will be truncated from the ; label shortlabel "ODR" + + ; The FIG2 label can be up to 16 characters long, and is in UTF-8. + ;fig2_label "ÓpêñÐigıtålRadiō" + + ; There is no FIG2 short label for the moment. } ; Definition of DAB services @@ -127,7 +134,7 @@ services { srv-fu { id 0x4daa label "Fünk" - ; You can define a shortlabel too. + ; You can define a shortlabel and a fig2_label too. } srv-ri { ; If your ensemble contains a service from another country, |