Mypal/media/webrtc/trunk
Fedor 270d402d1f [webrtc] Only init WebRtcAec callbacks once. 2021-02-04 16:51:56 +02:00
..
build Use an alt script to properly determine the OSX SDK version. 2020-09-17 08:10:17 +03:00
chromium_deps ooops, some files where missed 2019-03-12 18:31:25 +03:00
google_apis/build basic source 2019-03-11 13:26:37 +03:00
net basic source 2019-03-11 13:26:37 +03:00
supplement basic source 2019-03-11 13:26:37 +03:00
testing ooops, some files where missed 2019-03-12 18:31:25 +03:00
third_party/opus basic source 2019-03-11 13:26:37 +03:00
tools Nuke vim lines. 2021-02-04 16:48:36 +02:00
webrtc [webrtc] Only init WebRtcAec callbacks once. 2021-02-04 16:51:56 +02:00
AUTHORS ooops, some files where missed 2019-03-12 18:31:25 +03:00
DEPS ooops, some files where missed 2019-03-12 18:31:25 +03:00
Makefile.old basic source 2019-03-11 13:26:37 +03:00
OWNERS ooops, some files where missed 2019-03-12 18:31:25 +03:00
README ooops, some files where missed 2019-03-12 18:31:25 +03:00
dummy_file.txt basic source 2019-03-11 13:26:37 +03:00
peerconnection.Makefile basic source 2019-03-11 13:26:37 +03:00
peerconnection.gyp basic source 2019-03-11 13:26:37 +03:00
peerconnection_client.target.mk Junk captive portal and directory ping 2019-03-12 19:35:44 +03:00

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