Hi, I'm playing videos using VLC (3.0.0-git Vetinari (revision 2.2.0-git-5479-gc4cd717)) qt5 + vaapi on linux to play video, and when libvlc_MediaPlayerEndReached I emit a qt signal and call libvlc_media_player_stop(); libvlc_media_player_play(); in the corresponding slot to restart the videos. I do...