From 2d1e3d06c515178f3a173030a64885ad5ca7cc1f Mon Sep 17 00:00:00 2001 From: Nick Piggott Date: Wed, 7 Sep 2016 09:30:59 +0100 Subject: Clarification of datagroup flag for MOT Applications MOT Applications (Slideshow, EPG), require datagroup to be true, not the default of false. --- doc/advanced.mux | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'doc/advanced.mux') 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 } } -- cgit v1.2.3