MPEG-TS Demuxer sample |
||
MPEG-TS Demuxer is implemented as unaMpegTSDemuxer class declared in unaMpeg.pas unit. Console sampleThe 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. DownloadPrecompiled binary of this sample is included in the Demos package. |