aws-sdk-android
                                
                                 aws-sdk-android copied to clipboard
                                
                                    aws-sdk-android copied to clipboard
                            
                            
                            
                        createMediaSource api consume a lot of time
State your question
I'm using Kinesis Video Android SDK. And I find that createMediaSource API
takes a lot of time.  After debuging, I found that the createStreamSync API
is the main reason. It'll cost 4-5s on my side.
I printed the timestamp before and after the createStreamSync API. The log
shows it takes 4-5 seconds to complete.
I have two questions:
- Why does the createStreamSyncAPI take so much time?Can we reduce it?
- I found another api: createStream. Can I replacecreateStreamSyncwithcreateStream? Are there any effects?
Which AWS Services are you utilizing? Kinesis Video Android SDK
Environment(please complete the following information):
aws-android-sdk-kinesisvideo:2.19.1, Android Platform
Heya @Ranchee , I will pass this along to the Kinesis Video service team to see what could be causing the delay. Thank you!
Hi @raphkim Any update about this ?