Bug 196766 - [QtWebKit] Can't play video on canvas
Summary: [QtWebKit] Can't play video on canvas
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-10 06:08 PDT by huyen.nt.0112
Modified: 2022-07-01 15:16 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description huyen.nt.0112 2019-04-10 06:08:33 PDT
Hi,
I'm new user, I'm using the qtwebkit-5.212.0_alpha2-qt59-mingw530-x86.zip
and I want to show video on canvas, example context.drawImage(video,0,0,width,height);
But it can't show video and I got these errors:
"IndexSizeError: DOM Exception 1: Index or size was negative, or greater than the allowed value"
"SecurityError: DOM Exception 18: An attempt was made to break through the security policy of the user agent"

Could you help me how can I resolve it. Thank you very much!
Comment 1 Brent Fulgham 2022-07-01 15:16:16 PDT
QT is no longer part of the WebKit project.