This repository is an MPEG Transport Stream parser, enabling the analysis, interpretation, and processing of video and audio streams. Developed in C++ along with CMake.
To run this project, you will need to build it first using CMake. Preferably use VScode with CMake tools.
- Clone the repository to your local machine.
git clone https://github.com/buennoo/Transport-stream-parser.git
- Navigate to the root of the project directory and create build folder.
cd Transport-stream-parser
mkdir build
cd build
- Configure and build the project:
cmake ..
make
- Run the project:
./TS-PARSER.exe
- Once the build is complete and you've launched it, you should see the results in vscode terminal.
Or if you are using CMake tools Extension in VScode, you can create a build directory and launch the application manually by clicking the arrow next to it: