The Media Capture Api - Any Existing Implementations?
Solution 1:
Android 3.0 implements the HTML Media Capture specification (a draft version).
Solution 2:
Microsoft recently (June 2011) announced that they have released a prototype for IE 9 that implements the audio portion of the HTML Media Capture spec. You can read the announcement and download the prototype for experimentation from here:
Solution 3:
A WebRTC committer wrote that the «device element has gone the way of dodo»:
http://code.google.com/p/chromium/issues/detail?id=55377#c10
So a better alternative seems to be the WhatWG getUserMedia:
and specifically
Solution 4:
The Media Capture API is no longer being worked on — it was split into two specifications: Media Capture and Streams (aka getUserMedia) and HTML Media Capture. Support, as of May 2013, is:
getUserMedia
- Opera (desktop & mobile)
- Firefox (desktop)
- Chrome (desktop)
Source: http://caniuse.com/#feat=stream
HTML Media Capture
- Android 3.0
- iOS 6
- BlackBerry 10
- Mobile Firefox 10.0
- Chrome for Android 0.16
Source: lots of searching and testing
Post a Comment for "The Media Capture Api - Any Existing Implementations?"