Annotation of dsmcc-mhp-tools/README, revision 1.15

1.1       mass        1: # README file for dsmcc-mhp-tools
                      2: 
1.5       mass        3: MPEG2 elementary stream encoding tools for DSM-CC MHP ObjectCarousels.
1.1       mass        4: 
1.13      mass        5: What the dsmcc-mhp-tools support:
                      6: + generation of an ObjectCarousel
                      7: + generation of (continuous) NPT descriptor streams
                      8: + generation of StreamEvent descriptors
                      9: + generation of AIT
                     10: + generation of PMT
                     11: + incremental ObjectCarousel (and (P)SI updates)
                     12: 
                     13: What will be added soon:
                     14: + distribution of an ObjectCarousel over multiple PIDs (DataCarousels)
1.14      mass       15:   (all data-carousels's data must be disjunct, e.g. if the directory
                     16:    directory '/foo' was already defined as a separate data-carousel,
                     17:    encoding of '/foo/bar' into another one will be not allowed)
1.5       mass       18: 
1.15    ! mass       19: Note: If you encounter any problems, please checkout the version
        !            20:       from CVS as it was on 18.07.2004, before I really started adding
        !            21:       support for multiple data-carousels.
        !            22: 
1.10      mass       23: Each tool's output is a single binary .m2t file, which is a MPEG2
                     24: elementary stream, i.e. a row of successive TS packets including
                     25: pieces of the encoded data.
                     26: 
1.9       mass       27: The project is designed for linux and heavily depends on filesystems
                     28: with file access permissions and symbolic links, which are used to
                     29: recognize File-, Stream-, Stream-Eevent objects or LiteOptionsProfiles.
                     30: The tools are well tested and work under Little- and BigEndian systems.
                     31: 
1.1       mass       32: Please read additional information in each tool's own README.
                     33: 
                     34: If you get some questions or want to request features, please feel free
                     35: to email me to one of the addresses listed in the AUTHORS file.
1.11      mass       36: Or, maybe better, write to the linux-dvb@linuxtv.org mailinglist!
1.1       mass       37: 
1.7       mass       38: Note: You'll need some piece of software multiplexer to mux all
                     39:       generated ES (probably with audio and video) together into one
                     40:       TS or PS, which is not included in this project.
1.13      mass       41:       One was released open-source now! :-))
1.12      mass       42:       Have a look at:
                     43:         http://linuxtv.org/multiplexer
                     44:           or
                     45:         http://scara.com/~schirmer/o/mplex13818
1.7       mass       46: 
1.1       mass       47: Marek ^.^

LinuxTV legacy CVS <linuxtv.org/cvs>