Carry-over from a different topic. This defect prevented Windows 10 users from hearing the QML audio stream I configured for the concert at “open” and a scramble ensued shortly thereafter.
Windows 7 confirmed functional.
Windows 10 confirmed defect.
@Jherico, is there something deep rooted in qml that is causing this?
Any help or insight is much appreciated.Thanks in advance!
This line is shown in the logs of folks having the issue…
[06/11 15:52:04] [DEBUG] audio obj: QDeclarativeAudio(0x1d02995fa90)
and it is spawned from
if (audio.playbackState == Audio.StoppedState){
console.log("Bad state: "+audio.playbackState);
console.log("audio obj: "+audio.toString());
audio.play()
}
see also: