streamproc / MediaStreamRecorder

Cross browser audio/video/screen recording. It supports Chrome, Firefox, Opera and Microsoft Edge. It even works on Android browsers. It follows latest MediaRecorder API standards and provides similar APIs.
https://www.webrtc-experiment.com/msr/
MIT License
2.62k stars 563 forks source link

URL.createObjectURL(stream) has been deprecated #165

Open gzelibean opened 6 years ago

gzelibean commented 6 years ago

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

codezzzc commented 5 years ago

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 4 years ago

use 'srcObject', 'srcObject = stream'