Temasys / AdapterJS

AdapterJS Javascript Polyfill and Tools for WebRTC - Skylink WebRTC
http://skylink.io/web
Other
430 stars 100 forks source link

Recording Audio/Video with AdapterJS ? #147

Open rohitah opened 8 years ago

rohitah commented 8 years ago

I'm in a need of recording audio and video html5 player and allow users to playback before upload to the server. So need to know if this possible or is there any sample for this ? Thanks in advance.

johache commented 8 years ago

Hi,

You're probably looking for the MediaRecorder class supported by recent Chrome versions, and Firefox for while: https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder

If you're looking for a server side recording, you can use one of the PaaS out there, including SkylinkJS: https://github.com/Temasys/SkylinkJS.

Hope this helps, I'll let you close the ticket if it does :)

rohitah commented 8 years ago

Thanks for the reply Johache. I can't use the first option because this should works for Safari and IE. That is why I'm using Adapterjs. So will this feature available in near future ? As a fallback I can use Flash for now even though I'm reluctant to do so.

johache commented 8 years ago

While we do intend to add this functionality eventually, there is no immediate plan to implement it and I cannot give you an ETA.

rohitah commented 8 years ago

Thanks very much for the information Johache. :+1: