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

Remote videos player based in Phonon stopped working after a while

XMLWordPrintable

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

      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();

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes