Bug 113101
Summary: | [Qt] Sound not playing on ligue-cancer.net | ||
---|---|---|---|
Product: | WebKit | Reporter: | Stephen <sfcheng> |
Component: | Plug-ins | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | allan.jensen, andersca, sfcheng |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows 7 | ||
URL: | http://www.ligue-cancer.net/cd60/journal |
Stephen
The sound on this page: http://www.ligue-cancer.net/cd60/journal is not playing. Works fine in other browsers. Tried both QtWebkit 4.8.4 and QtWebkit 5.0.1. The problem can be easily reproduced with the following simple test code:
<html>
<head>
</head>
<body>
<embed src="http://www.ac-creteil.fr/ID/93/c13/Docs/annonce.mp3" autostart="true" loop="false" hidden="true"></embed>
</body>
</html>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Allan Sandfeld Jensen
I am assuming this issue is the same as bug #113105 . HTML5 audio is not playing on Windows.
Stephen
I am not sure it is the same issue as #113105. The URL mentioned in #113105 is flash-based.
I just checked the page http://www.ligue-cancer.net/cd60/journal again. It has been converted into a flash-based player as well. So this page plays in QtWebkit 4.8 and 5.1 now.
But the simple test code I mention in the original comment with embedded html5 audio is still not supported by QtWebkit up to V5.1.