I am making screenshots of videos with HTML5 canvas, the video is hosted elsewhere, everything works except toDataURL() because the canvas is dirty. So, I am wondering, is there any way I can save this canvas image on the computer?
I assume the answer is no but hoping for some hack to get this done, well any idea apart from downloading the video to my server and serving it from there...