Search code examples
youtube-apihtml5-canvas

how to render video from youtube iframe into canvas?


guys! How to render video from You_Tube

<iframe></iframe>

tag into canvas?


Solution

  • It seems this is not supported. Looking at Drawing DOM objects into a canvas, there is no mention of iframes being drawn to canvas.

    You might want to try another alternative from this SO post.