QML Video Playback Error in OSX Yosemite
-
I'm receiving this error when attempting to play a video using Video QML Element in OSX Yosemite:
[08:39:21.608] FigByteFlumeCustomURLOpen signalled err=-12936 (kFigByteFlumeError_BadState) (no provider) at /SourceCache/CoreMedia/CoreMedia-1562.107/Prototypes/FigHTTP/FigByteFlumeCustomURL.c line 1486
My QML is simple:
import QtQuick 2.4 import QtQuick.Window 2.2 import QtMultimedia 5.4 Window { visible: true MainForm { anchors.fill: parent mouseArea.onClicked: { Qt.quit(); } } Video { source:"video.mp4" width:100 height:100 x:0 y:0 } }
I tried completely re-installing XCode, that did not help. I can't find any information on this particular error anywhere. Does anybody have any guidance?
Thanks!
-
Hi and welcome to devnet,
Looks like you hit QTBUG-42708 which is related to QTBUG-36175 that's in progress