Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-1624

WServ Reason 10 panic while playing video using QML Video element

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • 1.1.2, 1.1.3
    • Multimedia
    • None
    • Symbian^3 (N8, E7, C7)
      Dev environment : Win7 64 bits with Qt SDK 1.1 Release

      Hi,

      I've implemented a very basic Qt Quick app the aim of which is to play a local mp4 video :

      import QtQuick 1.0
      import QtMultimediaKit 1.1
      
      Rectangle {
          width: 360
          height: 640
      
          Video {
              id:video
              width : 360
              height: 640
              anchors.verticalCenter: parent.verticalCenter
              source: "video.mp4"
              MouseArea {
                  anchors.fill: parent
                  onClicked: {
                      Qt.quit();
                  }
              }
          }
      }
      

      When running it on a Symbian^3 device, it crashed with the following error : "Thread xxxxx has panicked. Category: WSERV; Reason: 10"

      Two projects enclosed :
      1. VideoCrash which reproduces the issue with a single qml file
      2. VideoTest which plays the video with success using a Loader element to launch the video player

      Br,
      Nicolas

        1. VideoTest.zip
          2.56 MB
        2. VideoCrash.zip
          2.56 MB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            mgoddard Michael Goddard (closed Nokia identity) (Inactive)
            nicolas.delabarre Nicolas Delabarre
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes