Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-40274

Metadata information not available when playing a live stream

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.3.2
    • 5.3.1
    • QPA
    • Android 4.1.2
    • Android
    • 341b86c63fbe9e9f284e2d6547cb639f487a2ec4

    Description

      Run the attached application and you can see that metaData information returns NULL.
      qrc:///main.qml:16 (onPositionChanged): qml: undefined

      Same code works on Windows when using MSVC compiler.

      import QtQuick 2.2
      import QtQuick.Controls 1.1
      import QtQuick.Window 2.0
      import QtMultimedia 5.0
      ApplicationWindow {
          id: main
          title: qsTr("Hello World")
          width: 640
          height: 480
          MediaPlayer {
              id: playMusic
              autoPlay: true
              source: "http://uk3.internet-radio.com:11131/"
              onPositionChanged: {
                  if (position > 0) console.log(metaData.title)
              }
          }
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ylopes Yoann Lopes
            anylitok Antti Yli-Tokola (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes