Skip to content

Instantly share code, notes, and snippets.

View harvestsure's full-sized avatar
🎯
Focusing

Sure Young harvestsure

🎯
Focusing
View GitHub Profile
@mysteryjeans
mysteryjeans / Conductor.cc
Created June 1, 2017 16:57
WebRTC Conductor using custom Audio & Video source
#include "audiorenderer.h"
#include "videorenderer.h"
#include "audiocapturemodule.h"
#include "yuvframecapture.h"
#include "conductor.h"
#include "webrtc/api/test/fakeconstraints.h"
#include "webrtc/video_encoder.h"
#include "webrtc/modules/video_coding/codecs/vp8/simulcast_encoder_adapter.h"