Recorderjs icon indicating copy to clipboard operation
Recorderjs copied to clipboard

Integrate getUserMedia.js to provide fallback for unsupported browsers

Open fluke opened this issue 9 years ago • 4 comments

This is a polyfill for getUserMedia that should allow this library to work on Safari and IE: https://github.com/addyosmani/getUserMedia.js/

fluke avatar Jul 09 '15 06:07 fluke

The Flash fallback in that polyfill doesn't seem to be getting audio from flash. Only video.

https://github.com/addyosmani/getUserMedia.js/blob/gh-pages/dist/fallback/src/jscam.as

notthetup avatar Jul 09 '15 07:07 notthetup

Is there any fallback for audio that we could use? Getting this to work on Safari and IE would be great.

fluke avatar Jul 09 '15 08:07 fluke

https://github.com/Temasys/AdapterJS How about this?

Edit: Looks like it doesn't support AudioContext.createMediaStreamSource() which is required by the recorderjs. Is there a workaround for that.

fluke avatar Jul 10 '15 05:07 fluke

Any news about adapter.js?

micheledisalvatore avatar Oct 12 '15 10:10 micheledisalvatore