SkyRTC
SkyRTC copied to clipboard
使用本机ip访问时报错:create stream failed
问题描述: 在本机使用127.0.0.1访问正常; 本机使用localhost访问也正常; 但是用本机ip访问报错:create stream failed 访问URL:http://192.168.10.47:3000/#roomname10
请问这是什么问题?
I have the same issue too. :(
Hey I met the same problem and I figured out the reason. What caused this problem is that the demo is based on http not https. Therefore, all you have to do is to add the ssl part to server.js. BTW, don't forget to change ws to wss when you are fixing index.html. Hope this helped!