pristineio / webrtc-build-scripts

A set of build scripts useful for building WebRTC libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1.13k stars 447 forks source link

Custom video source #242

Open drawItForMe opened 6 years ago

drawItForMe commented 6 years ago

Hello,

I am working on a streaming app of screen sharing. To share my screen, I am getting continuously the video stream into CVPixelBuffer format. I want to adapt my video source to take my CVPixelBuffer variable instead of my local video device.

Does someone know how to custom the video source please?

Thanks, Eric.