awslabs / amazon-kinesis-video-streams-webrtc-sdk-android

Android SDK for interfacing with Amazon Kinesis Video Streams Signaling Service.
Apache License 2.0
58 stars 37 forks source link

How can we add video effects #35

Closed magiccDev closed 3 years ago

magiccDev commented 3 years ago

Hello, I have set up this, and works perfectly.

I wanted to add video effects and needs to transmit updated my video to peer connection.

I think we need to process video frames, using open GL add effects and transmit to peer connection.

Could you add this feature or could you able to guide me to develop this.

TIA

MushMal commented 3 years ago

This would be a feature for the Google's WebRTC implementation that the sample is using.

Closing as it's not actionable right now.