Skip to content

iraszewska/Transport-stream-parser

Repository files navigation

Transport-stream-parser

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.

How to run

To run this project, you will need to build it first using CMake. Preferably use VScode with CMake tools.

  1. Clone the repository to your local machine.
git clone https://github.com/buennoo/Transport-stream-parser.git
  1. Navigate to the root of the project directory and create build folder.
cd Transport-stream-parser
mkdir build
cd build
  1. Configure and build the project:
cmake ..
make
  1. Run the project:
./TS-PARSER.exe
  1. 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:
obraz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published