-
Notifications
You must be signed in to change notification settings - Fork 103
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
Safari issue in Macbook #67
Comments
Hi alexrozrio, Thanks for telling me the way installing the Safari plugin. I also met this issue on Safari 9.1 with plugin version 2.4.0. Hope it could help.. |
Try this: var pc = new RTCPeerConnection( null ); My media server is on public network, so I don't need STUN or TURN server. For your new issue, it seems the plugin was failed to start, so you could not use any function of it. Try to add your site to the allow list of this plugin. |
Hi @udta , |
Yes, it seems the Safari plugin is issued on ICE function.. |
Thanks udta, Alex |
Hi,
I have downloaded your application and using it in my application.
I have downloaded the plugin for windows and it is working fine in all 4 browsers in Windows machine.
But when i try to download the plugin in Macbook it is downloaded but not installing it in the machine.
Then i googled it and found that we can directly place that file in Library/internet-plugin folder.
Then i placed that plugin in the specified folder.
Now it is opening with local video showing up. But when i try to load remote video it closes local video as well and gives error as 'Error calling method on NPobject' When creating RTCIceCandidate.
I think while loading remote video the plugin object returns null.
Can you please help us to fix this issue.
Regards,
Alex.
The text was updated successfully, but these errors were encountered: