Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to play mkv, wmv file
-
I am able to play mp4, but how to play mkv and wmv file using multimedia
@
playlist= new QMediaPlayList();
players= new QMediaPlayer;
videoWidget= new QVideoWidget;
playlist->addMedia(QUrl::fromLocalFile("opt/App.mkv");
player->setPlaylist(playlist);
@
-
Hi, perhaps some plugins are missing from gstreamer, try:
@
sudo apt-get install libgstreamer-plugins-good1.0-0
@
-
gstreamer-1.0 is not supported by Qt-5.4 and earlier.
It may be supported by Qt-5.5
-
Hi,
To add to andreyc, it should be opt-in for 5.5