Can you tell me is there any documentation about how a request signature should be generated, for the transcribestreaming service? Wondering specifically about how the payload body should be evaluated. Should it be based on the first frame of data?
Also can multiple requests/streams be transcribed over one HTTP2 connection?
ref: https://docs.aws.amazon.com/transcribe/latest/dg/API_streaming_StartStreamTranscription.html
I was trying to find the source code for this java class: TranscribeStreamingAsyncClient
Is it available on github anywhere?