streamproc/MediaStreamRecorder

URL.createObjectURL(stream) has been deprecated

Opened this issue · 2 comments

The mediaStreamRecorder.js uses this function, which will also be removed from Chrome soon and is deprecated in other browsers as well.

I also notice that. If this api is removed, how to replace it ? I know 'srcObject', my confuse is, how to create an URL from stream?

yi-ge commented

use 'srcObject', 'srcObject = stream'