Qt 6.11 is out! See what's new in the release
blog
Video/Audio
QML and Qt Quick
3
Posts
2
Posters
1.9k
Views
1
Watching
-
@
import Qt4.7
import QtMultimediaKit 1.1Audio {
id: audio
source: “<url>”
}PlayButton{
onClicked: { audio.play() }
}ProgressBar{
progress: audio.position
maximumValue : audio.duration
}
@
this doesnt work, says : out of memory allocating blah blah blah bytes
how can i fix this up ? -
Windows 7 and using Qt Creator 2.4.1 based on Qt 4.7.4
The file is just some 21 megs in size