RFR: 8314212: Crash when loading cnn.com in WebView
Jay Bhaskar
jbhaskar at openjdk.org
Thu Aug 17 13:50:06 UTC 2023
On Thu, 17 Aug 2023 07:51:56 GMT, Jay Bhaskar <jbhaskar at openjdk.org> wrote:
> Issue: WCMediaPlayer does not support HTTP live streaming m3u8 format. Giving error com.sun.javafx.webkit.prism.WCMediaPlayerImpl onError WARNING: onError, errCode=0, msg=Unsupported protocol "data"
>
> Solution: Do not invoke the current media time operation in an error state. As the WCMediaPlayer might not be a valid object.
I have tested on mac/Linux , window test is ongoing
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1212#issuecomment-1682315137
More information about the openjfx-dev
mailing list