JDK-8093988 : [WebView] Can't play HTML5 videos from Youtube in WebView on Windows 7
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8u5,8u11,8u20
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2014-08-28
  • Updated: 2015-06-12
  • Resolved: 2014-08-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8u40Resolved
Related Reports
Duplicate :  
Description
I'm experiencing problems with playing videos from Youtube on JDK/JRE 8 on Windows 7 x64. I tested it on 3 different notebooks with this OS. On Mac OS there is everything ok and movies always play correctly.

Problem affects "youtube.com" website and Youtube iframe API (HTML5 player). Movies almost always shows error "An error occurred, please try again later" and rarely play correctly.
I've investigated the problem and made simple app with embedded firebug lite and Youtube iframe API that shows the error codes from Youtube player.

Here is Main.java file:
https://code.google.com/p/gdata-issues/issues/attachmentText?id=6589&aid=65890000000&name=Main.java
Here is video.html file
https://code.google.com/p/gdata-issues/issues/attachmentText?id=6589&aid=65890000001&name=video.html

To run this just put files in one location, compile and run Main.java

I've posted question on oracle community and there You can see the unexpected output:
https://community.oracle.com/thread/3600066
Bug reported also on Google tracker, but it is more WebView/Webkit issue:
https://code.google.com/p/gdata-issues/issues/detail?id=6589

Unfortunately it is blocking issue in our app and we have not found workaround for this at the moment.
Comments
This may be a duplicate of RT-38406
28-08-2014