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

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.10      mass       19: Each tool's output is a single binary .m2t file, which is a MPEG2
                     20: elementary stream, i.e. a row of successive TS packets including
                     21: pieces of the encoded data.
                     22: 
1.9       mass       23: The project is designed for linux and heavily depends on filesystems
                     24: with file access permissions and symbolic links, which are used to
                     25: recognize File-, Stream-, Stream-Eevent objects or LiteOptionsProfiles.
                     26: The tools are well tested and work under Little- and BigEndian systems.
                     27: 
1.1       mass       28: Please read additional information in each tool's own README.
                     29: 
                     30: If you get some questions or want to request features, please feel free
                     31: to email me to one of the addresses listed in the AUTHORS file.
1.11      mass       32: Or, maybe better, write to the linux-dvb@linuxtv.org mailinglist!
1.1       mass       33: 
1.7       mass       34: Note: You'll need some piece of software multiplexer to mux all
                     35:       generated ES (probably with audio and video) together into one
                     36:       TS or PS, which is not included in this project.
1.13      mass       37:       One was released open-source now! :-))
1.12      mass       38:       Have a look at:
                     39:         http://linuxtv.org/multiplexer
                     40:           or
                     41:         http://scara.com/~schirmer/o/mplex13818
1.7       mass       42: 
1.1       mass       43: Marek ^.^

LinuxTV legacy CVS <linuxtv.org/cvs>