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

WebRTC not generating offer properly #227

Open
ziahamza opened this issue Mar 2, 2018 · 1 comment
Open

WebRTC not generating offer properly #227

ziahamza opened this issue Mar 2, 2018 · 1 comment

Comments

@ziahamza
Copy link

ziahamza commented Mar 2, 2018

The webrtc webrtcstreamer example with the latest pre-build (https://raw.githubusercontent.com/sourcey/webrtc-precompiled-builds/master/webrtc-18252-6294a7e-linux-x64.tar.gz) on linux ubuntu are broken right now.

The browser shows blank screen, and libsourcey is waiting to get an offer from the base WebRTC library. (looking at the logs, in webrtc/peer.cpp, _peerConnection->CreateOffer(...) is called but the onSuccess is never called back by the WebRTC base library to continue. The example was run as is, and not changed at all.

@rkluwen
Copy link

rkluwen commented Feb 7, 2019

I'm having the same problem. I'm just posting a message here, so I will get notified if there's any progress made on this. Let me know if I can help with this in some way.

By the way, I'm using webrtc-22215-ab42706-linux-x64.tar.gz

[edit, solved]

In my case, I didn't specify enough parameters to the cmake build step. I added them all as specified in the docs and now it works.

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

2 participants