Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

WebRTC_Native_Examples

Examples for WebRTC native (C/C++) Development under GTK+ framework.

1. Video Capture:

install instruction:

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.

About

Examples for WebRTC native (C/C++) Development under GTK+ framework

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages