Record video with HTML input type file capture camcorder from webcam
问题 In my company, i had the task to build a website, where users can record a video, that will be send to the server, some stuff will be done and the user finally gets an email with a link to a microsite with that video embedded. After some research, i came to the conclusion, that it is impossible, at least at the moment, to capture a video with getUserMedia on iPad. So the solution is quite simple, i just use a input-element with accept="video/*;capture=camcorder". <input type="file" accept=