在包含所有设备的网页上使用网络摄像头录制视频
问题描述:
我想开发一个Web应用程序,用户可以访问该网页并录制视频消息,并将该视频消息保存在服务器上。诀窍是它必须可以通过任何移动设备访问。
我正在考虑使用角度JS但它应该适用于Microsoft Windows Phone 8/10,android和IOS。这是棘手的部分。
我尝试过:
我研究过的所有解决方案都需要FF或Chrome,IOS或Windows手机都不是标准配置。我也想避免使用flash。
I want to develop a web application where the user can access the webpage and record a video message , and that video message gets saved on the server. The trick is that it must be accessible via any mobile device.
I was thinking of using angular JS but it should work on Microsoft windows phone 8/10, android and ios. That is the tricky part.
What I have tried:
The solutions I have researched all requires FF or Chrome and neither IOS or Windows mobile comes standard with those. I want to avoid flash as well.