-
Notifications
You must be signed in to change notification settings - Fork 76
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
DataChannel-only libwebrtc, without video / audio #10
Comments
Probably a hard requirement for distributing with Tor Browser. |
Have you also tried building against |
Yes - though at least when I tried in October, this resulted in a bunch of undefined references (The current working Looking at
The current |
Alright I just managed to get this to work. You need to set Taking a step back, the One awkward thing is that we set (edited to correct the |
That's awesome. Thanks so much for figuring this out! |
Hey, yes I was planning to eventually submit a pull request, but have some issues to think through first. I'll write these up over the next few days. As far as I understand "best practises" to be, at least on GNU/Linux the (or one) ideal situation would be that:
But getting there from the current situation will involve some thinking, so I'd like to do that first before committing a "quick fix" too hastily. I hear some of the webRTC people will be at FOSDEM this weekend so I'll try to talk to them about this also. |
Awesome! 👍 |
In our use case, only PeerConnection DataChannels are required. RTP media stream stuff is not.
It would be great to build a version of libwebrtc without all the video/audio functionality & codecs, etc. included. This would drastically reduce the size of the archive.
This would require something like:
Although...
The text was updated successfully, but these errors were encountered: