Getting the MediaStream associated with a video element?

Hi,

I've seen code for attaching MediaStream to a <video> element, but 
shouldn't we also be able to do the opposite? If the following code is 
used to attach:

   video.src = URL.createObjectURL(stream);

how are we supposed to translate the URL back into a MediaStream?

Thanks,
Gili

Received on Wednesday, 13 November 2013 05:14:19 UTC