Bug 106776 - [Qt] QGraphicsWebView does not play video or audio
Summary: [Qt] QGraphicsWebView does not play video or audio
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-14 03:03 PST by Titta Heikkala
Modified: 2014-01-28 20:33 PST (History)
1 user (show)

See Also:


Attachments
Example to reproduce the issue (2.12 KB, application/x-zip-compressed)
2013-01-14 03:04 PST, Titta Heikkala
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Titta Heikkala 2013-01-14 03:03:32 PST
Steps to reproduce:
1. Simple HTML page which includes video element with type mp4 content and audio element with mp3 content
2. Qt application with QGraphicsWebView
3. In application PluginsEnabled
4. Run application
5. Play video
6. Play audio

Expected results:
 - The video and audio are played

Actual results:
 - It looks like the video and audio start to play because the ‘play’ indicator is changed to ‘pause’ indicator, but neither is actually played. Windows Media Player plays both fine.

The issue can be reproduced with Qt 5.0.0.

Attached an application that can be used for testing purposes. The multimedia and images folder don’t have any content do copyright issues, but the issue can be reproduced with any valid mp4 and mp3 files.
Comment 1 Titta Heikkala 2013-01-14 03:04:12 PST
Created attachment 182536 [details]
Example to reproduce the issue