QML Media Player Example

Playing audio and video using Qt Quick.

../_images/qmlmediaplayer.jpg

QML Media Player demonstrates a simple multimedia player that can play audio and or video files using various codecs.

Running the Example

To run the example from Qt Creator , open the Welcome mode and select the example from Examples. For more information, visit Building and Running an Example.

The example uses the QML MediaPlayer object connected to a VideoOutput to play back the video.

The example shows usage of some advanced features such as selection of audio or subtitle tracks.

Example project @ code.qt.io