gecko-dev/media/webrtc/trunk
Munro Mengjue Chiang b6bb031a33 Bug 1279036 - retrieve CMSampleBuffer via CMSampleBufferGetDataBuffer for mjpeg case. r=jib
--HG--
extra : rebase_source : 66513f41aefad8a03959dad10e59c64d62d48c71
2016-06-14 06:30:26 +01:00
..
build Bug 1278476 - Add android/aarch64 target to WebRTC's GYP. r=jesup 2016-06-07 15:51:46 +09:00
chromium_deps
google_apis/build
net
supplement
testing
third_party/opus
tools
webrtc Bug 1279036 - retrieve CMSampleBuffer via CMSampleBufferGetDataBuffer for mjpeg case. r=jib 2016-06-14 06:30:26 +01:00
AUTHORS Bug 1198458: Webrtc updated to branch 43; pull made 2015-09-29 09:00AM PDT rs=jesup 2015-11-18 15:03:22 -05:00
DEPS Bug 1198458: Webrtc updated to branch 43; pull made 2015-09-29 09:00AM PDT rs=jesup 2015-11-18 15:03:22 -05:00
Makefile.old
OWNERS Bug 1198458: Webrtc updated to branch 43; pull made 2015-09-29 09:00AM PDT rs=jesup 2015-11-18 15:03:22 -05:00
README
dummy_file.txt
peerconnection.Makefile
peerconnection.gyp Bug 1198458: Rollup of changes previously applied to media/webrtc/trunk/webrtc and fixes to those rs=jesup r=froyd,jib,bwc,jesup,gcp,sotaro,pkerr,pehrsons 2015-11-18 15:03:25 -05:00
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