Fails to play media files contained in Qt resource packs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Confirmed
|
Undecided
|
Unassigned | ||
qtubuntu-media (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned | ||
qtubuntu-media (Ubuntu RTM) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Attempting to play any media files contained within Qt resource packs through a QML Audio element fails silently without producing any error. This can be worked around if using wave files by using SoundEffect element (which presumably doesn't try to use media-hub), but this isn't appropriate for anything other than very small sound clips.
Here's the output from the AAL plugin:
virtual void AalMediaPlayerC
PlaybackStatusC
virtual void AalMediaPlayerC
virtual QMediaPlayer:
virtual QMediaPlayer:
virtual QMediaPlayer:
Remote stream URI: QUrl( "qrc:/gcompris/
Setting media to: QUrl( "qrc:/gcompris/
void AalVideoRendere
m_surface is NULL, can't update video texture
virtual void AalMediaPlayerC
virtual QMediaPlayer:
virtual QMediaPlayer:
Changed in qtubuntu-media (Ubuntu RTM): | |
status: | New → Confirmed |
Changed in qtubuntu-media (Ubuntu): | |
importance: | Undecided → Wishlist |
Changed in qtubuntu-media (Ubuntu RTM): | |
importance: | Undecided → Wishlist |
Are all Qt components/apps supposed to be able to handle qrc: URIs (if you can even call it that, it seems to be missing a '/')? I've never seen this before. What's the prefix supposed to be since that path doesn't start at root '/'?