I am trying to capture a 5 minute long video from a web cam in a website.
I am currently using an html5 video element to display the getUserMedia result stream.
Is there anyway for me to get the contents of the stream once I finished with the recording?
I am left with a MediaStream object, and I guess it contains the video blob, can I access it somehow?