diff options
author | Nick Piggott <nick@piggott.eu> | 2016-09-07 09:30:59 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-09 08:09:38 +0200 |
commit | 2d1e3d06c515178f3a173030a64885ad5ca7cc1f (patch) | |
tree | c2307e04140c2bea8f5f1c6685b3f8a7ad851ed5 | |
parent | 22c56630b362d6ae54c2ec42157a6d7a8503c71f (diff) | |
download | dabmux-2d1e3d06c515178f3a173030a64885ad5ca7cc1f.tar.gz dabmux-2d1e3d06c515178f3a173030a64885ad5ca7cc1f.tar.bz2 dabmux-2d1e3d06c515178f3a173030a64885ad5ca7cc1f.zip |
Clarification of datagroup flag for MOT Applications
MOT Applications (Slideshow, EPG), require datagroup to be true, not the
default of false.
-rw-r--r-- | doc/advanced.mux | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux index 99ed4c8..e82dcb3 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -276,13 +276,17 @@ components { ; FIG 0/13 is only transmitted when figtype is defined. ; The -d option on the command line is: ;datagroup (true|false) - ; and defaults to false. + ; and defaults to false. You should normally set + ;datagroup true + ; if your packet mode channel is tranferrng an MOT application such + ; as EPG or Slideshow. } comp-lu { service srv-lu subchannel sub-lu - + + datagroup true figtype 0x2 } @@ -290,6 +294,7 @@ components { service srv-ri subchannel sub-ri + datagroup true figtype 0x2 } } |