WIndows phone 8.1 and QMediaPlayer
Unsolved
Mobile and Embedded
-
Hello! I want to play the .mp3 in QMainWindow. I used standard QMediaPlayer, but for some reason he can not play until the end of the file - the audio may be interrupted at any time, and may reach the end, what happens extremely rarely. Connected to the signal slot mediaStatusChanged (QMediaPlayer :: MediaStatus) and saw that the track status "hangs" on QMediaPlayer::BufferingMedia while on a desktop Windows 8 audio is played normally and ends QMediaPlayer::EndOfMedia. What can be the problem? Thanks for the answer!