chenxiaoqino / getusermedia-to-rtmp

186 stars 61 forks source link

Replace navigator.getUserMedia with navigator.mediaDevices.getUserMedia #3

Closed zhangxin92 closed 5 years ago

zhangxin92 commented 5 years ago

The feature of 'navigator.getUserMedia' has been removed from the Web standards (details) and cannot be used in the latest Firefox. Replace it with 'navigator.mediaDevices.getUserMedia'.

chenxiaoqino commented 5 years ago

Thanks a lot!