Access webcam without Flash

后端 未结 2 435
死守一世寂寞
死守一世寂寞 2020-12-01 08:31

I want to create a video chat application using HTML 5 elements and JavaScript, and I don\'t want to use Flash to access the user\'s webcams.

How can I accomplish th

2条回答
  •  萌比男神i
    2020-12-01 09:12

    Despite the fact the provided example is great and inspired me, at the time of writing this answer, the Navigator.getUserMedia() function is obsolete. I've rewritten the provided example using the video tag's srcObejct and promise approach.

    
    
    
    
        
        
    

提交回复
热议问题