stephenlb / webrtc-sdk

WebRTC Simple Calling API + Mobile SDK - A simplified approach to RTCPeerConnection for mobile and web video calling apps.

Home Page:https://stephenlb.github.io/webrtc-sdk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Safari 11 issues

kailasvnair opened this issue · comments

Web rtc not working in safari 11

Are you using HTTPS? Make sure to use HTTPS when testing.

Testing Locally

You need an HTTPS (TLS) File Server. To start a local secure file server:

python <(curl -L https://goo.gl/LiW3lp)

Then open your browser and point it to your file in
the directory you ran the python HTTPS server.

open https://0.0.0.0:4443/your-file-here.html

This is a Simple Python HTTPS Secure Server
https://gist.github.com/stephenlb/2e19d98039469b9d0134

We posted an answer on
StackOverflow WebRTC HTTPS.
This will get you started testing on your laptop.

Ran the tests and noticed that Safari does not work.

Safari isn't current working. The WebRTC Support should allow it to work. However it currently does not.