Open Muddassir1 opened 6 years ago
Is it running from a valid HTTPS connection? SSL is required now for WebRTC. Check https://test.webrtc.org/ to see if there is an issue on your end. If all that is ok, then check the console of the browser to ensure it's connecting to the signaling server and check the console of the signaling server to see if there are any errors.
Im running the app on Heroku, so yes there's a valid HTTPS connection and SSL too. The peer is being connected because the movement of the two boxes is being updated on both PCs. Just the problem is that I'm not receiving the stream of the peer, rather the stream which is being received is my own. How is that possible?
Also getting that same bug running the signalhub locally and having 2 different laptop running the index.js . The handshake works well because we can move our squares independently but we only see our own webcam on every squares...
I have the exact same issue. Any word on why this happens? I setup a GCP server with https through letsencrypt. I also tried this free server (https://signalhub-jccqtwhdwc.now.sh) with signalHub preinstalled. I passed all tests on https://test.webrtc.org/
I deployed this app on heroku and tested by connecting two different PCs with peer. But both the colored boxes show the same stream of the owner PC. I cannot get the stream of the other PC.