Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.6.1, 6.6.2, 6.7.0, 6.8.0 FF
-
None
-
-
5b3345d37 (dev), f725d348d (6.7), b31ece2a6 (6.6), c68a27f5b (tqtc/lts-6.5)
Description
Hi. title is the bug
play a long video or stream with media player to reproduce.
Also, I figured out those states of 'QMediaPlayer::MediaStatus' that are related to 'bufferProgress' not working properly.
never reaches to console.log line.
MediaPlayer {
id : pl
audioOutput: audioOutput
videoOutput: videoOutput
onBufferProgressChanged: {
console.log("bufferProgress ", pl.bufferProgress)
}
}