Cloudkibo / CloudKibo

CloudKibo
0 stars 0 forks source link

Fix adapter.js of open source webrtc plugin #373

Open sojharo opened 8 years ago

sojharo commented 8 years ago

There is one webrtc plugin called Webrtc4everywhere. This has old adapter.js and because of this it had bugs and issues. We can fix it and use that plugin to support IE and safari.

part of #363

sojharo commented 8 years ago

I studied the code of adapter.js, both from google, and open source plugin. I would do test modifications on it tomorrow.

jekram commented 8 years ago

Is this the Google link for adapterjs https://github.com/webrtc/adapter Please send me the link for the open source adapter.js

sojharo commented 8 years ago

Yes,

https://github.com/sarandogou/webrtc/blob/master/samples/web/js/adapter.js

sojharo commented 8 years ago

I worked on this issue and tried replacing this plugin with temasys plugin. It got stuck at the place where TemaSys plugin got stuck. i.e. the angularjs way of attaching the stream. I have reverted the code. I think once we understand from the temasys people how to integrate their plugin with angularjs application, we would also be able to solve this issue.

sojharo commented 8 years ago

One more thing, we would have to serve the plugin installer file on our own servers.

jekram commented 8 years ago

Thanks

jekram commented 8 years ago

Do we need a separate server or can it be one of the existing servers?

sojharo commented 8 years ago

It can be done on existing servers too.

On Mon, Feb 8, 2016 at 6:24 AM, Cloudkibo notifications@github.com wrote:

Do we need a separate server or can it be one of the existing servers?

— Reply to this email directly or view it on GitHub https://github.com/Cloudkibo/CloudKibo/issues/373#issuecomment-181152714 .

Regards,

Sojharo

jekram commented 8 years ago

good