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

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

how Android App sends offers that support H264? #46

Closed 3xLOGICAllenYang closed 3 years ago

3xLOGICAllenYang commented 3 years ago

We have a requirement to accept data from the camera side, In the camera side, the supported codec type is H264, so android app need send H264 type to camera in the offer, but From the Android log, the sent offer does not include the H264. I want to know how Android App sends offers that support H264?

disa6302 commented 3 years ago

@3xLOGICAllenYang ,

Apologies for the delay. I believe this question is being discussed in the C SDK. Closing this in favor of that.

In any case, my suggestion would be to override the encoder/decoder in the base implementation to get it done.