-
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
Not working in Safari 11 #75
Comments
Hi, do you have some logs ? I can probably help with that ! |
I found a solution. The latest rtc-adapter was missing linked in the html. Furthermore the "playsinline"-tag has to be added to the video element. If both changes are applied it's working like a charm! |
Hi, @jacdec could you please give me more detailed informations about the modifications that you made to get it work on safari? I have the same problem... |
What he said: in index.html: For it to work on your iPhone (Safari) -
P.s. When you activate the camera on the phone, it will be facing you. You can rectify that by pressing the video icon again, however it acts as a selector, it actually starts being 'pressed'. to overide you'd need to click the camera icon and then the video icon. |
Actually Safari 11 supports WebRTC: https://developer.apple.com/library/content/releasenotes/General/WhatsNewInSafari/Safari_11_0/Safari_11_0.html
Unfortunately this script is currently not working... Is anybody having the same problem?
It's known, that Safari requires some special tags (webrtc/samples#929) - but I couldn't figure out the error in the js.
The text was updated successfully, but these errors were encountered: