Temasys / AdapterJS

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

Safari/Safari users facing video chat blank stream issue #237

Open sarabs3 opened 7 years ago

sarabs3 commented 7 years ago

I have developed a video chat application in mean stack using socket.io/webrtc and teamsys plugin for safari and IE support. Application is working perfectly everywhere except in safari when two users connects from safari, partners video is showing black.

Safari/Firefox Safari/Chrome Firefox/Firefox Chrome/Chrome all are working perfect but unfortunately Safari/Safari has error.

I have followed this plugin.temasys.io/demo/src/content/peerconnection/pc1 example but when connecting two peoples using sockets to transmit webrtc connection's sdp details.

Even temasys is converting video tag into object as well but no audio/no video.

Any help will be appreciated.

johache commented 7 years ago

Hi.

Do you have a code sample that we could use to reproduce the issue ?

sarabs3 commented 7 years ago

kosmochat.herokuapp.com

here is the link of the app.

johache commented 7 years ago

Hi, I see that your app is still running AJS version 0.13.3. Could you please update to 0.13.4 or even 0.14.0, so that your app can run on Safari 10 ?

Thanks and regards, J-O

johache commented 7 years ago

Hi, I see that your app is still running AJS version 0.13.3. Could you please update to 0.13.4 or even 0.14.0, so that your app can run on Safari 10 ?

Thanks and regards, J-O

sarabs3 commented 7 years ago

https://github.com/sarabs3/temasysp2p

Here is the code, i have integrate 0.14.0 version and it is still not working i have checked that in safari onincecandidate event, event.candidate is undefined