Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QML Video Element OSX fail

QML Video Element OSX fail

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 779 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    metRo_
    wrote on last edited by
    #1

    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.0

    Video {
    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

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved