Skip to content

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

Notifications You must be signed in to change notification settings

chuan2019/WebRTC_Native_Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published