Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.19 KB

Qt Video Player

Example code for playing videos with Qt/QML

Usage

1-1. Run with Docker (Recommend)

You can use the docker image that we already build, as below

$ docker pull kakalin/qt:5.12.0

If you want to build if from scratch, please check here

And then running with docker:

$ ./run.sh

If you have some issues with using it, please check here or here, please check here or here

1-2. Run with local Qt

Please install Qt/QML on your local machine.

Runing the Example

Running the relate example as below:

Acknowledgements