diff options
Diffstat (limited to 'doc/advanced.mux')
-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 } } |