Examples for WebRTC native (C/C++) Development under GTK+ framework.
step 1: download and copy the whole videocapture
directory into /webrtc-checkout/src/webrtc/examples
;
step 2: find the script all.gyp
under the directory: webrtc-checkout/src/
, and add the following line into the 'dependencies'
list under the "path": 'targets':[{'conditions':['include_examples==1',{
'webrtc/video_capture_ex00.gyp:*',
step 3: run the script build.sh
in the /webrtc-checkout/src/webrtc/examples/videocapture
you copied in step 1
step 4: as long as building is done, goto /webrtc-checkout/src/out/Debug
or /webrtc-checkout/src/out/Release
you can find video_capturer
and run it.