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

Remote videos player based in Phonon stopped working after a while

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • Not Evaluated
    • None
    • 4.7.4
    • (Inactive) Phonon
    • None

    Description

      I found a bug in Qt Phonon library. I have made a remote videos player based in Phonon that it stopped working after a several executions. It is necessary to make a hard reset to the remote videos player works again.

      The code:

      Phonon::MediaObject* media = new Phonon::MediaObject(this);
      Phonon::VideoWidget* video = new Phonon::VideoWidget(this);
      QVBoxLayout* layout = new QVBoxLayout(this);
      layout->addWidget(video);
      Phonon::createPath(media, video);
      media->setCurrentSource(kMyUrl);
      media->play();

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            dms dms
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes