QML Video Element OSX fail
-
Following the tutorial here http://doc.qt.io/qt-5/qml-multimedia.html#soundeffect I tried the following but it fails to pay the video:
@import QtQuick 2.4
import QtMultimedia 5.0Video {
id: video
width: 480
height: 270
autoPlay: true
source: "big_buck_bunny_720p_surround.avi" // Point this to a suitable video file
}@bq. [21:18:43.124] FigByteFlumeCustomURLOpen signalled err=-12936 (kFigByteFlumeError_BadState) (no provider) at /SourceCache/CoreMedia/CoreMedia-1562.19/Prototypes/FigHTTP/FigByteFlumeCustomURL.c line 1486
I saw some bugs related to it but can't find how to solve it :s