Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
5.5.1
-
None
-
Windows 10 (10240) for developing with Qt 5.5.1.
Lumia 925 with Windows 10 Mobile 10581 build.
Description
I have following issue with QtMultimedia on Windows Phone 8.1 (Windows 10 Mobile) and Windows 10 (Modern App, WinRT):
When I trying to play remote mp3 file (from my owncloud server), it doesn't play.
QMediaPlayer emits next signals:
- mediaStatusChanged with QMediaPlayer::LoadingMedia
- stateChanged with QMediaPlayer::PlayingState
- QMediaPlayer::LoadingMedia with QMediaPlayer::StalledMedia
- error with QMediaPlayer::FormatError ("The media resource is not supported.")
- stateChanged with QMediaPlayer::StoppedState
- mediaStatusChanged with QMediaPlayer::InvalidMedia
Are there workarounds for solving this problem?
P.S. Builds for other target platforms work fine with the same code (Android, MinGW, etc).
Attachments
Issue Links
- is required for
-
QTBUG-48845 Issues to be fixed before Qt 5.6.0 RC
- Closed