I am using Qt 5.6 MinGW 32bit on Win10 64bit.
I have installed K-Lite Codec and LAVFilters.
That piece of code is in mainwindow.cpp. graphicsView is set in Ui.
I have changed line 7 to
playlist->setPlaybackMode(QMediaPlaylist::Loop);
playlist->setPlaybackMode(QMediaPlaylist::Loop);
To copy to clipboard, switch view to plain text mode
but appears the same issue.
I have also tried setMedia to player instead of addMedia to playlist but video doesn't appear at all.
Now I can show the video using addMedia with playlist and with flickering issue when the loop ends.
I don't know if this relates but I have this error both with setMedia and addMedia:
DirectShowPlayerService::doRender: Unresolved error code 80040200
DirectShowPlayerService::doRender: Unresolved error code 80040200
To copy to clipboard, switch view to plain text mode
However the video shows (if using addMedia)
Bookmarks