Skip to content

mikecancilla/mpts_parser

Repository files navigation

mpts_parser

(C) 2019, Mike Cancilla

MPEG Transport Stream to XML

A command line app that will parse an MPEG Transport Stream and generate an XML document which represents the stream.

Example command line. This will write xml to output.xml, and it will print the progress.

mpts_parser -e file.mpts > output.xml

The XML files generated by this program can be used as input to my mpts_analyzer program.

MPEG files in a transport stream can be found here: https://dveo.com/downloads/VGA2/sample-digital-signage-streams.html

BUILDING

Supports Linux/MacOS/Windows.

% mkdir build % cd build % cmake ..

You will now have a Makefile on Linux/MacOS, then run 'make' to build. On Windows you will have mpts_parser.sln.

About

MPEG2 Transport Stream Parser to XML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published