pristineio / webrtc-build-scripts

A set of build scripts useful for building WebRTC libraries for Android and iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom video source

drawItForMe opened this issue · comments

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.