gecko-dev/media/webrtc/trunk
hsteinbr e216ff61fb Bug 1211656 - GUM Constraints for screen sharing don't affect stream resolution. r=jib 2015-11-04 19:06:00 +01:00
..
build
chromium_deps
google_apis/build
net
supplement
testing
third_party/opus
tools
webrtc Bug 1211656 - GUM Constraints for screen sharing don't affect stream resolution. r=jib 2015-11-04 19:06:00 +01:00
DEPS
Makefile.old
OWNERS
README
dummy_file.txt
peerconnection.Makefile
peerconnection.gyp
peerconnection_client.target.mk

README

This folder can be used to pull together the chromium version of webrtc
and libjingle, and build the peerconnection sample client and server. This will
check out a new repository in which you can build peerconnection_server.

Steps:
1) Create a new directory for the new repository (outside the webrtc repo):
   mkdir peerconnection
   cd peerconnection
2) gclient config --name trunk http://webrtc.googlecode.com/svn/trunk/peerconnection
3) gclient sync
4) cd trunk
5) make peerconnection_server peerconnection_client