Skip to content
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

Video streaming Issue. Cannot get Stream of the other peer #18

Open
Muddassir1 opened this issue Jun 5, 2018 · 4 comments
Open

Video streaming Issue. Cannot get Stream of the other peer #18

Muddassir1 opened this issue Jun 5, 2018 · 4 comments

Comments

@Muddassir1
Copy link

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.

@shama
Copy link
Owner

shama commented Jun 5, 2018

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.

@Muddassir1
Copy link
Author

Muddassir1 commented Jun 5, 2018

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?

@juniorheptachords
Copy link

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...

@peoplenamed
Copy link

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants