Bug 196766

Summary: [QtWebKit] Can't play video on canvas
Product: WebKit Reporter: huyen.nt.0112
Component: CanvasAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: bfulgham, dino
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.