ISBX / apprtc-ios

A native iOS video chat app based on WebRTC
BSD 3-Clause "New" or "Revised" License
1.35k stars 413 forks source link

How to capture a local vidoe stream apply filter and and share with peer #155

Open just24idpl opened 4 years ago

just24idpl commented 4 years ago

I am looking to develop a module in iOS native app which will capture stream from local camera, apply some filters and then pass on to remote peer connection. Similar to what is given below

Stream from a canvas element to a peer connection

Any help would be appreciated.

Regards,

Rohit