[OpenFL 9.1.0 , HTML5] Video error: no texture bound to target

I’ve already checked all the openfl versions that are compatible with Haxe 4.X.
The problem still remains.

The following lines from Context3DVideo.hx throw up the error:
gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_MAG_FILTER, gl.NEAREST);
gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_MIN_FILTER, gl.NEAREST);

I also noticed that there in no clear confirmation on OpenFl and Haxe forum that anyone actually managed to play web video with the use of Haxe 4.

My assumption for now is that it’s not possible at the moment. That’s disappointing, since I can see significant performance improvement and would rather not get back to Haxe 3.

In case someone knows any workaround, please share your solution / thoughts.

PS: what’s more, there is also this problem:
(I’ve tried different ideas for this one as well, but without success. It seems like a bug within VideoElement)