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

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

LinuxTV legacy CVS <linuxtv.org/cvs>