i have a sketch in which there is a video; not any problem with the code (it seems!) - When i run the sketch i get often and not always this error: “IndexSizeError: Index or size is negative or greater than the allowed amount” - the video seems to be loaded: i can get its width && height in setup(); the error appears when i draw the video with (image, x, y) without any resizing; worst is that if i trigger the refresh button in the browser sometimes the error disappears…And sometimes it 's allways here… I am not an expert with p5JS but i am not a newbie with programming and so i would know a) what this error means b) what workaround for avoiding that…
PS: the error appears using firefox; the video is very little (14Mo) and it’s webm. I have also tried with .mp4 || .ogg: same result.