MPEG-TS Demuxer sample

Subscribe to RSS news feed

MPEG-TS Demuxer is implemented as unaMpegTSDemuxer class declared in unaMpeg.pas unit.

Console sample

The class parses the TS stream and collects information about all known tables and other elements. This could be used to display information encoded in TS to end-users, so they can choose which program to be demuxed.

For example, our vcIPReceiver sample displays list of available audio streams to choose from, when receivig MPEG-TS.

Download

Precompiled binary of this sample is included in the Demos package.