-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Screen sharing receiver does not work in Safari #704
Comments
Screen sharer:
Receiver:
Screen sharer always Chrome (tested on Mac/Windows 10). Receiver of video can be any browser. Receiver works in last FF, Chrome and Edge on Windows. But does not works on Safari (works on Chrome on same Mac, where Safari is installed). Also I tested pure JS webrtc with webrtc adapter - it works on Safari. |
Bugfix #1: otalk/attachMediaStream#19 |
Bugfix #2: otalk/RTCPeerConnection#97 |
Can we close this issue? it seems like it was resolved |
Right now there are not so many details:
Screen sharer is using Chrome on Windows 10, receiver of the screen uses Safari 11.0.3.
Standalone file simplewebrtc library, separate webrtc adapter also as file (last version).
Signaling same as in default properties.
The same code works if the receiver is Chrome/FF/Edge.
No errors in Safari console. But also no videoAdded event, no peerStreamAdded event. In other browsers, there are such events.
More details in future
The text was updated successfully, but these errors were encountered: