MediaStreamRecorder icon indicating copy to clipboard operation
MediaStreamRecorder copied to clipboard

URL.createObjectURL(stream) has been deprecated

Open gzelibean opened this issue 7 years ago • 2 comments

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

gzelibean avatar Jul 18 '18 05:07 gzelibean

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?

codezzzc avatar Nov 06 '18 10:11 codezzzc

use 'srcObject', 'srcObject = stream'

yi-ge avatar Aug 31 '20 15:08 yi-ge