slavavdovichenko / MediaLibDemos3x

MediaLibiOS & Demos 3.x
201 stars 48 forks source link

Override default camera stream and use sendSampleBuffer instead? #79

Open weixiyen opened 8 years ago

weixiyen commented 8 years ago

I'm running fiters on each frame and thus want to sendSampleBuffer to send data to my RTMP server.

Problem is when I run .start() on the broadcastClient it overtakes the camera.

Would appreciate any help!