Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QML Video Playback Error in OSX Yosemite
QtWS25 Last Chance

QML Video Playback Error in OSX Yosemite

Scheduled Pinned Locked Moved General and Desktop
yosemiteosxvideoqml
2 Posts 2 Posters 1.7k Views
  • 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.
  • S Offline
    S Offline
    stevezilla
    wrote on 11 Mar 2015, 13:43 last edited by stevezilla 3 Nov 2015, 13:44
    #1

    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!

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 11 Mar 2015, 21:06 last edited by
      #2

      Hi and welcome to devnet,

      Looks like you hit QTBUG-42708 which is related to QTBUG-36175 that's in progress

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      1/2

      11 Mar 2015, 13:43

      • Login

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