I was recently given an interesting problem: to securely (or at least as securely as flash & silverlight) stream video using HTML5. First off, yes, I know that the HTML5 video tag out of the box cannot do this, but what I'm wonder is if there's ANY way to do this.
My first idea was to use the canvas tag and get the video data via AJAX, but every tutorial I've seen seems to say that you have to use a video tag (not AJAX) to get the video data for the canvas tag. Is this true, or could AJAX be used somehow? Has anyone tried this? Any ideas?
More generally, does anyone have any better ideas about how this could be done? Is there anyway to make this happen? Any ideas?