Diff for /dsmcc-mhp-tools/README.oc between versions 1.7 and 1.8

version 1.7, 2004/05/09 14:53:17 version 1.8, 2004/07/26 17:35:27
Line 1 Line 1
 # README.oc file for dsmcc-mhp-tools/src/dsmcc-oc  # README.oc file for dsmcc-mhp-tools/src/dsmcc-oc
   
 dsmcc-oc: create an object-carousel.  dsmcc-oc: create an ObjectCarousel.
   
 If you want to include stream- or stream-event objects in the stream,  If you want to include stream- or stream-event objects in the stream,
 then you have to mark them accordingly. Stream-objects are recognized  then you have to mark them accordingly. Stream-objects are recognized
Line 60  You can also include references to objec Line 60  You can also include references to objec
 these references include a lite options profile instead of a biop  these references include a lite options profile instead of a biop
 profile in their IOR. Such links to external objects are represented  profile in their IOR. Such links to external objects are represented
 by soft-links. The name of the link itself stands for the object-name  by soft-links. The name of the link itself stands for the object-name
 in the current object-carousel, where the destination-path follows a  in the current ObjectCarousel, where the destination-path follows a
 fixed format:  fixed format:
 The relative path to the referenced object in the external carousel  The relative path to the referenced object in the external carousel
 followed by a colon-separeted list including the object-type (which  followed by a colon-separeted list including the object-type (which
 can be "dir", "fil", "str" or "ste") and the carousel-location of the  can be "dir", "fil", "str" or "ste") and the carousel-location of the
 external object-carousel, i.e. carousel-id, original network-id,  external ObjectCarousel, i.e. carousel-id, original network-id,
 transport-stream-id and finally the service-id (all in hex. format).  transport-stream-id and finally the service-id (all in hex. format).
   
 External reference (LiteOptionsProfile) softlink format:  External reference (LiteOptionsProfile) softlink format:
Line 76  External reference (LiteOptionsProfile) Line 76  External reference (LiteOptionsProfile)
 For an example how links to external objects are formatted look  For an example how links to external objects are formatted look
 e.g. at example/pictures.  e.g. at example/pictures.
   
   You also have the possibility to distribute an ObjectCarousel over
   multiple PIDs. For each directory path inside the ObjectCarousel's
   root a DataCarousel is created which is put into a separate MPEG2
   elemenraty stream file.
   
   Note: all DataCarousels's data must be disjunct, i.e. if the directory
         '/foo' was already defined as a separate DataCarousel, then the
         encoding of '/foo/bar' into another one will be not allowed.
   
 And of course, all files to encode should be readable.  And of course, all files to encode should be readable.
   
 Check 'dsmcc-oc --help'.  Check 'dsmcc-oc --help'.

Removed from v.1.7  
changed lines
  Added in v.1.8


LinuxTV legacy CVS <linuxtv.org/cvs>