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

MediaPlayer freezes if RTSP stream not found

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P1: Critical
    • 6.5.3, 6.6
    • 6.5.2
    • Multimedia
    • None
    • Windows
    • 68efb6f91 (6.6), d3bfe8924 (6.5), 2d85514e3 (dev)

    Description

      The QML MediaPlayer component freezes the application, if the source RTSP camera isn't found.

      Minimal example:

       

      import QtQuick
      import QtQuick.Window
      import QtQuick.Controls.Fusion
      import QtMultimedia
      
      ApplicationWindow {
          width: 1200
          height: 780
          visible: true
      
          MediaPlayer {
              id: mp
              source: "rtsp://169.254.1.1:554/1.sdp"
              videoOutput: output
          }
          VideoOutput {
              id: output
              anchors.fill: parent
          }
      } 

       

       

      Attachments

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

        Activity

          People

            artemiy Artem Dyomin
            radulf Frek Bauman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes